Class Pagination1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_08.Pagination1
-
public class Pagination1 extends Object
Java class for Pagination1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pagination1"> <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.08}Max5NumericText"/> <element name="LastPgInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}YesNoIndicator"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Pagination1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPgNb()Gets the value of the pgNb property.booleanisLastPgInd()Gets the value of the lastPgInd property.voidsetLastPgInd(boolean value)Sets the value of the lastPgInd property.voidsetPgNb(String value)Sets the value of the pgNb property.
-
-
-
Field Detail
-
pgNb
protected String pgNb
-
lastPgInd
protected boolean lastPgInd
-
-
Method Detail
-
getPgNb
public String getPgNb()
Gets the value of the pgNb property.- Returns:
- possible object is
String
-
setPgNb
public void setPgNb(String value)
Sets the value of the pgNb property.- Parameters:
value- allowed object isString
-
isLastPgInd
public boolean isLastPgInd()
Gets the value of the lastPgInd property.
-
setLastPgInd
public void setLastPgInd(boolean value)
Sets the value of the lastPgInd property.
-
-