Class AutomatedSetGenerationJob

java.lang.Object
com.scene7.ipsapi.AutomatedSetGenerationJob

public class AutomatedSetGenerationJob extends 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/2024-05-30-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/2024-05-30-beta}AutoSetCreationOptions"/>
         <element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AutomatedSetGenerationJob

      public AutomatedSetGenerationJob()
  • Method Details

    • 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 String getDestFolder()
      Gets the value of the destFolder property.
      Returns:
      possible object is String
    • setDestFolder

      public void setDestFolder(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 Boolean isSynchronizationComplete()
      Gets the value of the synchronizationComplete property.
      Returns:
      possible object is Boolean
    • setSynchronizationComplete

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

      public AutoSetCreationOptions getAutoSetCreationOptions()
      Gets the value of the autoSetCreationOptions property.
      Returns:
      possible object is AutoSetCreationOptions
    • setAutoSetCreationOptions

      public void setAutoSetCreationOptions(AutoSetCreationOptions value)
      Sets the value of the autoSetCreationOptions property.
      Parameters:
      value - allowed object is AutoSetCreationOptions
    • getEmailSetting

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

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