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/2022-11-01-beta}Asset" minOccurs="0"/>
         <element name="pageReset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
ImageSetMember()  | 
| Modifier and Type | Method and 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. 
 | 
public Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
     Assetpublic java.lang.Boolean isPageReset()
Booleanpublic void setPageReset(java.lang.Boolean value)
value - allowed object is
     BooleanCopyright © 2010 - 2023 Adobe. All Rights Reserved