Class AssetPublishContexts


  • public class AssetPublishContexts
    extends java.lang.Object

    Java class for AssetPublishContexts complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AssetPublishContexts">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="publishContextArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}PublishContextArray"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AssetPublishContexts

        public AssetPublishContexts()
    • Method Detail

      • getAssetHandle

        public java.lang.String getAssetHandle()
        Gets the value of the assetHandle property.
        Returns:
        possible object is String
      • setAssetHandle

        public void setAssetHandle​(java.lang.String value)
        Sets the value of the assetHandle property.
        Parameters:
        value - allowed object is String
      • setPublishContextArray

        public void setPublishContextArray​(PublishContextArray value)
        Sets the value of the publishContextArray property.
        Parameters:
        value - allowed object is PublishContextArray