Class PageIntervalType


  • public class PageIntervalType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the document page range to which new elements should be added. Can be used to define a fixed interval from one page to another page.</p>
     

    Java class for PageIntervalType complex type.

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

    
     <complexType name="PageIntervalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="odd" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="even" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PageIntervalType

        public PageIntervalType()
    • Method Detail

      • isOdd

        public boolean isOdd()
        Gets the value of the odd property.
        Returns:
        possible object is Boolean
      • setOdd

        public void setOdd​(boolean value)
        Sets the value of the odd property.
        Parameters:
        value - allowed object is Boolean
      • isSetOdd

        public boolean isSetOdd()
      • unsetOdd

        public void unsetOdd()
      • isEven

        public boolean isEven()
        Gets the value of the even property.
        Returns:
        possible object is Boolean
      • setEven

        public void setEven​(boolean value)
        Sets the value of the even property.
        Parameters:
        value - allowed object is Boolean
      • isSetEven

        public boolean isSetEven()
      • unsetEven

        public void unsetEven()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()