public class GetGenerationInfoParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="engine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="originatorHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="generatedHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseFieldArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="excludeFieldArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetGenerationInfoParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getEngine()
Gets the value of the engine property.
|
StringArray |
getExcludeFieldArray()
Gets the value of the excludeFieldArray property.
|
String |
getGeneratedHandle()
Gets the value of the generatedHandle property.
|
String |
getOriginatorHandle()
Gets the value of the originatorHandle property.
|
StringArray |
getResponseFieldArray()
Gets the value of the responseFieldArray property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setEngine(String value)
Sets the value of the engine property.
|
void |
setExcludeFieldArray(StringArray value)
Sets the value of the excludeFieldArray property.
|
void |
setGeneratedHandle(String value)
Sets the value of the generatedHandle property.
|
void |
setOriginatorHandle(String value)
Sets the value of the originatorHandle property.
|
void |
setResponseFieldArray(StringArray value)
Sets the value of the responseFieldArray property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getEngine()
Stringpublic void setEngine(String value)
value - allowed object is
Stringpublic String getOriginatorHandle()
Stringpublic void setOriginatorHandle(String value)
value - allowed object is
Stringpublic String getGeneratedHandle()
Stringpublic void setGeneratedHandle(String value)
value - allowed object is
Stringpublic StringArray getResponseFieldArray()
StringArraypublic void setResponseFieldArray(StringArray value)
value - allowed object is
StringArraypublic StringArray getExcludeFieldArray()
StringArraypublic void setExcludeFieldArray(StringArray value)
value - allowed object is
StringArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved