Package com.scene7.ipsapi
Class AutomatedSetGenerationJob
- java.lang.Object
-
- com.scene7.ipsapi.AutomatedSetGenerationJob
-
public class AutomatedSetGenerationJob extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description AutomatedSetGenerationJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandleArraygetAssetHandleArray()Gets the value of the assetHandleArray property.AutoSetCreationOptionsgetAutoSetCreationOptions()Gets the value of the autoSetCreationOptions property.java.lang.StringgetDestFolder()Gets the value of the destFolder property.java.lang.StringgetEmailSetting()Gets the value of the emailSetting property.booleanisReadyForPublish()Gets the value of the readyForPublish property.java.lang.BooleanisSynchronizationComplete()Gets the value of the synchronizationComplete property.voidsetAssetHandleArray(HandleArray value)Sets the value of the assetHandleArray property.voidsetAutoSetCreationOptions(AutoSetCreationOptions value)Sets the value of the autoSetCreationOptions property.voidsetDestFolder(java.lang.String value)Sets the value of the destFolder property.voidsetEmailSetting(java.lang.String value)Sets the value of the emailSetting property.voidsetReadyForPublish(boolean value)Sets the value of the readyForPublish property.voidsetSynchronizationComplete(java.lang.Boolean value)Sets the value of the synchronizationComplete property.
-
-
-
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 isHandleArray
-
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 isString
-
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 isBoolean
-
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 isAutoSetCreationOptions
-
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 isString
-
-