Package com.scene7.ipsapi
Class ImageSetMember
- java.lang.Object
-
- com.scene7.ipsapi.ImageSetMember
-
public class ImageSetMember extends java.lang.Object
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/2021-04-26-beta}Asset" minOccurs="0"/> <element name="pageReset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ImageSetMember()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
getAsset()
Gets the value of the asset property.java.lang.Boolean
isPageReset()
Gets the value of the pageReset property.void
setAsset(Asset value)
Sets the value of the asset property.void
setPageReset(java.lang.Boolean value)
Sets the value of the pageReset property.
-
-
-
Method Detail
-
getAsset
public Asset getAsset()
Gets the value of the asset property.- Returns:
- possible object is
Asset
-
setAsset
public void setAsset(Asset value)
Sets the value of the asset property.- Parameters:
value
- allowed object isAsset
-
isPageReset
public java.lang.Boolean isPageReset()
Gets the value of the pageReset property.- Returns:
- possible object is
Boolean
-
setPageReset
public void setPageReset(java.lang.Boolean value)
Sets the value of the pageReset property.- Parameters:
value
- allowed object isBoolean
-
-