Class SearchAssetsReturn

java.lang.Object
com.scene7.ipsapi.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/2024-05-30-beta}AssetArray" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SearchAssetsReturn

      public SearchAssetsReturn()
  • Method Details

    • 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