Class ImageSetMember

java.lang.Object
com.scene7.ipsapi.ImageSetMember

public class ImageSetMember extends 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/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 Details

    • ImageSetMember

      public ImageSetMember()
  • Method Details

    • 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 is Asset
    • isPageReset

      public Boolean isPageReset()
      Gets the value of the pageReset property.
      Returns:
      possible object is Boolean
    • setPageReset

      public void setPageReset(Boolean value)
      Sets the value of the pageReset property.
      Parameters:
      value - allowed object is Boolean