Package com.scene7.ipsapi
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/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 HandleArray
getAssetHandleArray()
Gets the value of the assetHandleArray property.AutoSetCreationOptions
getAutoSetCreationOptions()
Gets the value of the autoSetCreationOptions property.String
getDestFolder()
Gets the value of the destFolder property.String
getEmailSetting()
Gets the value of the emailSetting property.boolean
isReadyForPublish()
Gets the value of the readyForPublish property.Boolean
isSynchronizationComplete()
Gets the value of the synchronizationComplete property.void
setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property.void
setAutoSetCreationOptions(AutoSetCreationOptions value)
Sets the value of the autoSetCreationOptions property.void
setDestFolder(String value)
Sets the value of the destFolder property.void
setEmailSetting(String value)
Sets the value of the emailSetting property.void
setReadyForPublish(boolean value)
Sets the value of the readyForPublish property.void
setSynchronizationComplete(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 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 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 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 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 String getEmailSetting()
Gets the value of the emailSetting property.- Returns:
- possible object is
String
-
-