Package com.scene7.ipsapi
Class AutoSetCreationOptions
- java.lang.Object
-
- com.scene7.ipsapi.AutoSetCreationOptions
-
public class AutoSetCreationOptions extends java.lang.ObjectJava class for AutoSetCreationOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoSetCreationOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="autoSetsArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}HandleArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AutoSetCreationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandleArraygetAutoSetsArray()Gets the value of the autoSetsArray property.voidsetAutoSetsArray(HandleArray value)Sets the value of the autoSetsArray property.
-
-
-
Method Detail
-
getAutoSetsArray
public HandleArray getAutoSetsArray()
Gets the value of the autoSetsArray property.- Returns:
- possible object is
HandleArray
-
setAutoSetsArray
public void setAutoSetsArray(HandleArray value)
Sets the value of the autoSetsArray property.- Parameters:
value- allowed object isHandleArray
-
-