public class Pagination extends Object
Java-Klasse für Pagination complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.054.001.06}Max5NumericText"/>
<element name="LastPgInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.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()
Ruft den Wert der pgNb-Eigenschaft ab.
|
boolean |
isLastPgInd()
Ruft den Wert der lastPgInd-Eigenschaft ab.
|
void |
setLastPgInd(boolean value)
Legt den Wert der lastPgInd-Eigenschaft fest.
|
void |
setPgNb(String value)
Legt den Wert der pgNb-Eigenschaft fest.
|
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 © 2017. All rights reserved.