Package com.scene7.ipsapi
Class ImageSetMember
java.lang.Object
com.scene7.ipsapi.ImageSetMember
Java class for ImageSetMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageSetMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="asset" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}Asset" minOccurs="0"/>
<element name="pageReset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsset()Gets the value of the asset property.Gets the value of the pageReset property.voidSets the value of the asset property.voidsetPageReset(Boolean value) Sets the value of the pageReset property.
-
Constructor Details
-
ImageSetMember
public ImageSetMember()
-
-
Method Details
-
getAsset
Gets the value of the asset property.- Returns:
- possible object is
Asset
-
setAsset
Sets the value of the asset property.- Parameters:
value- allowed object isAsset
-
isPageReset
Gets the value of the pageReset property.- Returns:
- possible object is
Boolean
-
setPageReset
Sets the value of the pageReset property.- Parameters:
value- allowed object isBoolean
-