Class BackgroundBaseSettingsType.Pages

  • Enclosing class:
    BackgroundBaseSettingsType

    public static class BackgroundBaseSettingsType.Pages
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Pages

        public Pages()
    • Method Detail

      • setPageInterval

        public void setPageInterval​(PageIntervalType value)
        Sets the value of the pageInterval property.
        Parameters:
        value - allowed object is PageIntervalType
      • isSetPageInterval

        public boolean isSetPageInterval()