Class AutomatedSetGenerationJob


  • public class AutomatedSetGenerationJob
    extends java.lang.Object

    Java class for AutomatedSetGenerationJob complex type.

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

     <complexType name="AutomatedSetGenerationJob">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray"/>
             <element name="destFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="readyForPublish" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="synchronizationComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="autoSetCreationOptions" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AutoSetCreationOptions"/>
             <element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AutomatedSetGenerationJob

        public AutomatedSetGenerationJob()
    • Method Detail

      • getAssetHandleArray

        public HandleArray getAssetHandleArray()
        Gets the value of the assetHandleArray property.
        Returns:
        possible object is HandleArray
      • setAssetHandleArray

        public void setAssetHandleArray​(HandleArray value)
        Sets the value of the assetHandleArray property.
        Parameters:
        value - allowed object is HandleArray
      • getDestFolder

        public java.lang.String getDestFolder()
        Gets the value of the destFolder property.
        Returns:
        possible object is String
      • setDestFolder

        public void setDestFolder​(java.lang.String value)
        Sets the value of the destFolder property.
        Parameters:
        value - allowed object is String
      • isReadyForPublish

        public boolean isReadyForPublish()
        Gets the value of the readyForPublish property.
      • setReadyForPublish

        public void setReadyForPublish​(boolean value)
        Sets the value of the readyForPublish property.
      • isSynchronizationComplete

        public java.lang.Boolean isSynchronizationComplete()
        Gets the value of the synchronizationComplete property.
        Returns:
        possible object is Boolean
      • setSynchronizationComplete

        public void setSynchronizationComplete​(java.lang.Boolean value)
        Sets the value of the synchronizationComplete property.
        Parameters:
        value - allowed object is Boolean
      • getEmailSetting

        public java.lang.String getEmailSetting()
        Gets the value of the emailSetting property.
        Returns:
        possible object is String
      • setEmailSetting

        public void setEmailSetting​(java.lang.String value)
        Sets the value of the emailSetting property.
        Parameters:
        value - allowed object is String