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/2017-10-29-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()
Asset
public void setAsset(Asset value)
value
- allowed object is
Asset
public java.lang.Boolean isPageReset()
Boolean
public void setPageReset(java.lang.Boolean value)
value
- allowed object is
Boolean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"