Class Pagination


  • public class Pagination
    extends java.lang.Object

    Java class for Pagination complex type.

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

     <complexType name="Pagination">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PgNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max5NumericText"/>
             <element name="LastPgInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}YesNoIndicator"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean lastPgInd  
      protected java.lang.String pgNb  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pagination()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPgNb()
      Gets the value of the pgNb property.
      boolean isLastPgInd()
      Gets the value of the lastPgInd property.
      void setLastPgInd​(boolean value)
      Sets the value of the lastPgInd property.
      void setPgNb​(java.lang.String value)
      Sets the value of the pgNb property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pgNb

        protected java.lang.String pgNb
      • lastPgInd

        protected boolean lastPgInd
    • Constructor Detail

      • Pagination

        public Pagination()
    • Method Detail

      • getPgNb

        public java.lang.String getPgNb()
        Gets the value of the pgNb property.
        Returns:
        possible object is String
      • setPgNb

        public void setPgNb​(java.lang.String value)
        Sets the value of the pgNb property.
        Parameters:
        value - allowed object is String
      • isLastPgInd

        public boolean isLastPgInd()
        Gets the value of the lastPgInd property.
      • setLastPgInd

        public void setLastPgInd​(boolean value)
        Sets the value of the lastPgInd property.