Class StatementReference1

java.lang.Object
org.coderic.iso20022.messages.semt.StatementReference1

public class StatementReference1 extends Object

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 Details

    • StatementReference1

      public StatementReference1()
  • Method Details

    • getStmtId

      public String getStmtId()
      Gets the value of the stmtId property.
      Returns:
      possible object is String
    • setStmtId

      public void setStmtId(String value)
      Sets the value of the stmtId property.
      Parameters:
      value - allowed object is String
    • getStmtDtTm

      public DateAndDateTimeChoice getStmtDtTm()
      Gets the value of the stmtDtTm property.
      Returns:
      possible object is DateAndDateTimeChoice
    • setStmtDtTm

      public void setStmtDtTm(DateAndDateTimeChoice value)
      Sets the value of the stmtDtTm property.
      Parameters:
      value - allowed object is DateAndDateTimeChoice
    • getPgntn

      public Pagination getPgntn()
      Gets the value of the pgntn property.
      Returns:
      possible object is Pagination
    • setPgntn

      public void setPgntn(Pagination value)
      Sets the value of the pgntn property.
      Parameters:
      value - allowed object is Pagination