Class SearchAssetsReturn


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AssetArray getAssetArray()
      Gets the value of the assetArray property.
      java.lang.Integer getTotalRows()
      Gets the value of the totalRows property.
      void setAssetArray​(AssetArray value)
      Sets the value of the assetArray property.
      void setTotalRows​(java.lang.Integer value)
      Sets the value of the totalRows property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchAssetsReturn

        public SearchAssetsReturn()
    • Method Detail

      • getTotalRows

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

        public void setTotalRows​(java.lang.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