Package com.scene7.ipsapi
Class GenerationInfo
- java.lang.Object
 - 
- com.scene7.ipsapi.GenerationInfo
 
 
- 
public class GenerationInfo extends java.lang.ObjectJava 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/2022-11-01-beta}Asset" minOccurs="0"/> <element name="generated" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}Asset" minOccurs="0"/> <element name="attributeArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}GenerationAttributeArray" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description GenerationInfo() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerationAttributeArraygetAttributeArray()Gets the value of the attributeArray property.java.lang.StringgetEngine()Gets the value of the engine property.AssetgetGenerated()Gets the value of the generated property.AssetgetOriginator()Gets the value of the originator property.voidsetAttributeArray(GenerationAttributeArray value)Sets the value of the attributeArray property.voidsetEngine(java.lang.String value)Sets the value of the engine property.voidsetGenerated(Asset value)Sets the value of the generated property.voidsetOriginator(Asset value)Sets the value of the originator property. 
 - 
 
- 
- 
Method Detail
- 
getEngine
public java.lang.String getEngine()
Gets the value of the engine property.- Returns:
 - possible object is
     
String 
 
- 
setEngine
public void setEngine(java.lang.String value)
Sets the value of the engine property.- Parameters:
 value- allowed object isString
 
- 
getOriginator
public Asset getOriginator()
Gets the value of the originator property.- Returns:
 - possible object is
     
Asset 
 
- 
setOriginator
public void setOriginator(Asset value)
Sets the value of the originator property.- Parameters:
 value- allowed object isAsset
 
- 
getGenerated
public Asset getGenerated()
Gets the value of the generated property.- Returns:
 - possible object is
     
Asset 
 
- 
setGenerated
public void setGenerated(Asset value)
Sets the value of the generated property.- Parameters:
 value- allowed object isAsset
 
- 
getAttributeArray
public GenerationAttributeArray getAttributeArray()
Gets the value of the attributeArray property.- Returns:
 - possible object is
     
GenerationAttributeArray 
 
- 
setAttributeArray
public void setAttributeArray(GenerationAttributeArray value)
Sets the value of the attributeArray property.- Parameters:
 value- allowed object isGenerationAttributeArray
 
 - 
 
 -