Package com.scene7.ipsapi
Class SearchAssetsReturn
- java.lang.Object
-
- com.scene7.ipsapi.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>
-
-
Constructor Summary
Constructors Constructor Description SearchAssetsReturn()
-
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.
-
-
-
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 isInteger
-
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 isAssetArray
-
-