Package com.scene7.ipsapi
Class AutomatedSetGenerationJob
java.lang.Object
com.scene7.ipsapi.AutomatedSetGenerationJob
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandleArray property.Gets the value of the autoSetCreationOptions property.Gets the value of the destFolder property.Gets the value of the emailSetting property.booleanGets the value of the readyForPublish property.Gets the value of the synchronizationComplete property.voidsetAssetHandleArray(HandleArray value) Sets the value of the assetHandleArray property.voidSets the value of the autoSetCreationOptions property.voidsetDestFolder(String value) Sets the value of the destFolder property.voidsetEmailSetting(String value) Sets the value of the emailSetting property.voidsetReadyForPublish(boolean value) Sets the value of the readyForPublish property.voidSets the value of the synchronizationComplete property.
-
Constructor Details
-
AutomatedSetGenerationJob
public AutomatedSetGenerationJob()
-
-
Method Details
-
getAssetHandleArray
Gets the value of the assetHandleArray property.- Returns:
- possible object is
HandleArray
-
setAssetHandleArray
Sets the value of the assetHandleArray property.- Parameters:
value- allowed object isHandleArray
-
getDestFolder
Gets the value of the destFolder property.- Returns:
- possible object is
String
-
setDestFolder
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
Gets the value of the synchronizationComplete property.- Returns:
- possible object is
Boolean
-
setSynchronizationComplete
Sets the value of the synchronizationComplete property.- Parameters:
value- allowed object isBoolean
-
getAutoSetCreationOptions
Gets the value of the autoSetCreationOptions property.- Returns:
- possible object is
AutoSetCreationOptions
-
setAutoSetCreationOptions
Sets the value of the autoSetCreationOptions property.- Parameters:
value- allowed object isAutoSetCreationOptions
-
getEmailSetting
Gets the value of the emailSetting property.- Returns:
- possible object is
String
-
setEmailSetting
Sets the value of the emailSetting property.- Parameters:
value- allowed object isString
-