public class GenerationInfo
extends java.lang.Object
Java class for GenerationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerationInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="engine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="originator" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}Asset" minOccurs="0"/> <element name="generated" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}Asset" minOccurs="0"/> <element name="attributeArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}GenerationAttributeArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GenerationInfo() |
Modifier and Type | Method and Description |
---|---|
GenerationAttributeArray |
getAttributeArray()
Gets the value of the attributeArray property.
|
java.lang.String |
getEngine()
Gets the value of the engine property.
|
Asset |
getGenerated()
Gets the value of the generated property.
|
Asset |
getOriginator()
Gets the value of the originator property.
|
void |
setAttributeArray(GenerationAttributeArray value)
Sets the value of the attributeArray property.
|
void |
setEngine(java.lang.String value)
Sets the value of the engine property.
|
void |
setGenerated(Asset value)
Sets the value of the generated property.
|
void |
setOriginator(Asset value)
Sets the value of the originator property.
|
public java.lang.String getEngine()
String
public void setEngine(java.lang.String value)
value
- allowed object is
String
public Asset getOriginator()
Asset
public void setOriginator(Asset value)
value
- allowed object is
Asset
public Asset getGenerated()
Asset
public void setGenerated(Asset value)
value
- allowed object is
Asset
public GenerationAttributeArray getAttributeArray()
GenerationAttributeArray
public void setAttributeArray(GenerationAttributeArray value)
value
- allowed object is
GenerationAttributeArray
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"