Class Page


  • public class Page
    extends Object

    Java class for Page complex type.

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

     <complexType name="Page">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="month">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                   <minInclusive value="1"/>
                   <maxInclusive value="12"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="year">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                   <minInclusive value="2000"/>
                   <maxInclusive value="2100"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="pageNumber">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
                 </restriction>
               </simpleType>
             </element>
             <element name="context" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}base64Binary">
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • month

        protected int month
      • year

        protected int year
      • context

        protected byte[] context
    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • getMonth

        public int getMonth()
        Gets the value of the month property.
      • setMonth

        public void setMonth​(int value)
        Sets the value of the month property.
      • getYear

        public int getYear()
        Gets the value of the year property.
      • setYear

        public void setYear​(int value)
        Sets the value of the year property.
      • getPageNumber

        public BigInteger getPageNumber()
        Gets the value of the pageNumber property.
        Returns:
        possible object is BigInteger
      • setPageNumber

        public void setPageNumber​(BigInteger value)
        Sets the value of the pageNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getContext

        public byte[] getContext()
        Gets the value of the context property.
        Returns:
        possible object is byte[]
      • setContext

        public void setContext​(byte[] value)
        Sets the value of the context property.
        Parameters:
        value - allowed object is byte[]