Class 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/2021-01-11-beta}Asset" minOccurs="0"/>
             <element name="pageReset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ImageSetMember

        public ImageSetMember()
    • 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 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