Class Pagination
java.lang.Object
org.coderic.iso20022.messages.secl.Pagination
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:secl.010.001.03}Max5NumericText"/>
<element name="LastPgInd" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}YesNoIndicator"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPgNb()Gets the value of the pgNb property.booleanGets the value of the lastPgInd property.voidsetLastPgInd(boolean value) Sets the value of the lastPgInd property.voidSets the value of the pgNb property.
-
Constructor Details
-
Pagination
public Pagination()
-
-
Method Details
-
getPgNb
Gets the value of the pgNb property.- Returns:
- possible object is
String
-
setPgNb
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.
-