Package com.scene7.ipsapi
Class GetGenerationInfoReturn
- java.lang.Object
 - 
- com.scene7.ipsapi.GetGenerationInfoReturn
 
 
- 
public class GetGenerationInfoReturn extends java.lang.ObjectJava 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="generationArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}GenerationInfoArray"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description GetGenerationInfoReturn() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerationInfoArraygetGenerationArray()Gets the value of the generationArray property.voidsetGenerationArray(GenerationInfoArray value)Sets the value of the generationArray property. 
 - 
 
- 
- 
Method Detail
- 
getGenerationArray
public GenerationInfoArray getGenerationArray()
Gets the value of the generationArray property.- Returns:
 - possible object is
     
GenerationInfoArray 
 
- 
setGenerationArray
public void setGenerationArray(GenerationInfoArray value)
Sets the value of the generationArray property.- Parameters:
 value- allowed object isGenerationInfoArray
 
 - 
 
 -