Class GetAssociatedAssetsReturn


  • public class GetAssociatedAssetsReturn
    extends java.lang.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="containerArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AssetArray" minOccurs="0"/>
             <element name="memberArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AssetArray" minOccurs="0"/>
             <element name="layerReferenceArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AssetArray" minOccurs="0"/>
             <element name="ownerArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AssetArray" minOccurs="0"/>
             <element name="derivedArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}AssetArray" minOccurs="0"/>
             <element name="generatorArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}GenerationInfoArray" minOccurs="0"/>
             <element name="generatedArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}GenerationInfoArray" minOccurs="0"/>
             <element name="subAssetArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SubAssetArray" minOccurs="0"/>
             <element name="thumbAsset" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}Asset" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetAssociatedAssetsReturn

        public GetAssociatedAssetsReturn()
    • Method Detail

      • getContainerArray

        public AssetArray getContainerArray()
        Gets the value of the containerArray property.
        Returns:
        possible object is AssetArray
      • setContainerArray

        public void setContainerArray​(AssetArray value)
        Sets the value of the containerArray property.
        Parameters:
        value - allowed object is AssetArray
      • getMemberArray

        public AssetArray getMemberArray()
        Gets the value of the memberArray property.
        Returns:
        possible object is AssetArray
      • setMemberArray

        public void setMemberArray​(AssetArray value)
        Sets the value of the memberArray property.
        Parameters:
        value - allowed object is AssetArray
      • getLayerReferenceArray

        public AssetArray getLayerReferenceArray()
        Gets the value of the layerReferenceArray property.
        Returns:
        possible object is AssetArray
      • setLayerReferenceArray

        public void setLayerReferenceArray​(AssetArray value)
        Sets the value of the layerReferenceArray property.
        Parameters:
        value - allowed object is AssetArray
      • getOwnerArray

        public AssetArray getOwnerArray()
        Gets the value of the ownerArray property.
        Returns:
        possible object is AssetArray
      • setOwnerArray

        public void setOwnerArray​(AssetArray value)
        Sets the value of the ownerArray property.
        Parameters:
        value - allowed object is AssetArray
      • getDerivedArray

        public AssetArray getDerivedArray()
        Gets the value of the derivedArray property.
        Returns:
        possible object is AssetArray
      • setDerivedArray

        public void setDerivedArray​(AssetArray value)
        Sets the value of the derivedArray property.
        Parameters:
        value - allowed object is AssetArray
      • getSubAssetArray

        public SubAssetArray getSubAssetArray()
        Gets the value of the subAssetArray property.
        Returns:
        possible object is SubAssetArray
      • setSubAssetArray

        public void setSubAssetArray​(SubAssetArray value)
        Sets the value of the subAssetArray property.
        Parameters:
        value - allowed object is SubAssetArray
      • getThumbAsset

        public Asset getThumbAsset()
        Gets the value of the thumbAsset property.
        Returns:
        possible object is Asset
      • setThumbAsset

        public void setThumbAsset​(Asset value)
        Sets the value of the thumbAsset property.
        Parameters:
        value - allowed object is Asset