public class Pagination extends 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.06}Max5NumericText"/>
<element name="LastPgInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}YesNoIndicator"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
lastPgInd |
protected String |
pgNb |
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
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(String value)
Sets the value of the pgNb property.
|
protected String pgNb
protected boolean lastPgInd
public String getPgNb()
Stringpublic void setPgNb(String value)
value - allowed object is
Stringpublic boolean isLastPgInd()
public void setLastPgInd(boolean value)
Copyright © 2020. All rights reserved.