Package com.scene7.ipsapi
Class GetAssociatedAssetsReturn
java.lang.Object
com.scene7.ipsapi.GetAssociatedAssetsReturn
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="containerArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AssetArray" minOccurs="0"/>
<element name="memberArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AssetArray" minOccurs="0"/>
<element name="layerReferenceArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AssetArray" minOccurs="0"/>
<element name="ownerArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AssetArray" minOccurs="0"/>
<element name="derivedArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}AssetArray" minOccurs="0"/>
<element name="generatorArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}GenerationInfoArray" minOccurs="0"/>
<element name="generatedArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}GenerationInfoArray" minOccurs="0"/>
<element name="subAssetArray" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}SubAssetArray" minOccurs="0"/>
<element name="thumbAsset" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the containerArray property.Gets the value of the derivedArray property.Gets the value of the generatedArray property.Gets the value of the generatorArray property.Gets the value of the layerReferenceArray property.Gets the value of the memberArray property.Gets the value of the ownerArray property.Gets the value of the subAssetArray property.Gets the value of the thumbAsset property.voidsetContainerArray(AssetArray value) Sets the value of the containerArray property.voidsetDerivedArray(AssetArray value) Sets the value of the derivedArray property.voidSets the value of the generatedArray property.voidSets the value of the generatorArray property.voidsetLayerReferenceArray(AssetArray value) Sets the value of the layerReferenceArray property.voidsetMemberArray(AssetArray value) Sets the value of the memberArray property.voidsetOwnerArray(AssetArray value) Sets the value of the ownerArray property.voidsetSubAssetArray(SubAssetArray value) Sets the value of the subAssetArray property.voidsetThumbAsset(Asset value) Sets the value of the thumbAsset property.
-
Constructor Details
-
GetAssociatedAssetsReturn
public GetAssociatedAssetsReturn()
-
-
Method Details
-
getContainerArray
Gets the value of the containerArray property.- Returns:
- possible object is
AssetArray
-
setContainerArray
Sets the value of the containerArray property.- Parameters:
value- allowed object isAssetArray
-
getMemberArray
Gets the value of the memberArray property.- Returns:
- possible object is
AssetArray
-
setMemberArray
Sets the value of the memberArray property.- Parameters:
value- allowed object isAssetArray
-
getLayerReferenceArray
Gets the value of the layerReferenceArray property.- Returns:
- possible object is
AssetArray
-
setLayerReferenceArray
Sets the value of the layerReferenceArray property.- Parameters:
value- allowed object isAssetArray
-
getOwnerArray
Gets the value of the ownerArray property.- Returns:
- possible object is
AssetArray
-
setOwnerArray
Sets the value of the ownerArray property.- Parameters:
value- allowed object isAssetArray
-
getDerivedArray
Gets the value of the derivedArray property.- Returns:
- possible object is
AssetArray
-
setDerivedArray
Sets the value of the derivedArray property.- Parameters:
value- allowed object isAssetArray
-
getGeneratorArray
Gets the value of the generatorArray property.- Returns:
- possible object is
GenerationInfoArray
-
setGeneratorArray
Sets the value of the generatorArray property.- Parameters:
value- allowed object isGenerationInfoArray
-
getGeneratedArray
Gets the value of the generatedArray property.- Returns:
- possible object is
GenerationInfoArray
-
setGeneratedArray
Sets the value of the generatedArray property.- Parameters:
value- allowed object isGenerationInfoArray
-
getSubAssetArray
Gets the value of the subAssetArray property.- Returns:
- possible object is
SubAssetArray
-
setSubAssetArray
Sets the value of the subAssetArray property.- Parameters:
value- allowed object isSubAssetArray
-
getThumbAsset
Gets the value of the thumbAsset property.- Returns:
- possible object is
Asset
-
setThumbAsset
Sets the value of the thumbAsset property.- Parameters:
value- allowed object isAsset
-