Class SearchAssetsReturn


  • public class SearchAssetsReturn
    extends 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="totalRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="assetArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-beta}AssetArray" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SearchAssetsReturn

        public SearchAssetsReturn()
    • Method Detail

      • getTotalRows

        public Integer getTotalRows()
        Gets the value of the totalRows property.
        Returns:
        possible object is Integer
      • setTotalRows

        public void setTotalRows​(Integer value)
        Sets the value of the totalRows property.
        Parameters:
        value - allowed object is Integer
      • getAssetArray

        public AssetArray getAssetArray()
        Gets the value of the assetArray property.
        Returns:
        possible object is AssetArray
      • setAssetArray

        public void setAssetArray​(AssetArray value)
        Sets the value of the assetArray property.
        Parameters:
        value - allowed object is AssetArray