Package com.scene7.ipsapi
Class SearchAssetsReturn
java.lang.Object
com.scene7.ipsapi.SearchAssetsReturn
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetArray property.Gets the value of the totalRows property.voidsetAssetArray(AssetArray value) Sets the value of the assetArray property.voidsetTotalRows(Integer value) Sets the value of the totalRows property.
-
Constructor Details
-
SearchAssetsReturn
public SearchAssetsReturn()
-
-
Method Details
-
getTotalRows
Gets the value of the totalRows property.- Returns:
- possible object is
Integer
-
setTotalRows
Sets the value of the totalRows property.- Parameters:
value- allowed object isInteger
-
getAssetArray
Gets the value of the assetArray property.- Returns:
- possible object is
AssetArray
-
setAssetArray
Sets the value of the assetArray property.- Parameters:
value- allowed object isAssetArray
-