Class StatementReference1
java.lang.Object
org.coderic.iso20022.messages.semt.StatementReference1
Java class for StatementReference1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatementReference1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StmtId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}Max35Text"/> <element name="StmtDtTm" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}DateAndDateTimeChoice"/> <element name="Pgntn" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}Pagination" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPgntn()
Gets the value of the pgntn property.Gets the value of the stmtDtTm property.Gets the value of the stmtId property.void
setPgntn
(Pagination value) Sets the value of the pgntn property.void
setStmtDtTm
(DateAndDateTimeChoice value) Sets the value of the stmtDtTm property.void
Sets the value of the stmtId property.
-
Constructor Details
-
StatementReference1
public StatementReference1()
-
-
Method Details
-
getStmtId
Gets the value of the stmtId property.- Returns:
- possible object is
String
-
setStmtId
Sets the value of the stmtId property.- Parameters:
value
- allowed object isString
-
getStmtDtTm
Gets the value of the stmtDtTm property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setStmtDtTm
Sets the value of the stmtDtTm property.- Parameters:
value
- allowed object isDateAndDateTimeChoice
-
getPgntn
Gets the value of the pgntn property.- Returns:
- possible object is
Pagination
-
setPgntn
Sets the value of the pgntn property.- Parameters:
value
- allowed object isPagination
-