Class ReportParameters4

java.lang.Object
org.coderic.iso20022.messages.secl.ReportParameters4

public class ReportParameters4 extends Object

Java class for ReportParameters4 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReportParameters4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RptId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max35Text"/>
         <element name="RptDtAndTm" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}DateAndDateTimeChoice"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ReportParameters4

      public ReportParameters4()
  • Method Details

    • getRptId

      public String getRptId()
      Gets the value of the rptId property.
      Returns:
      possible object is String
    • setRptId

      public void setRptId(String value)
      Sets the value of the rptId property.
      Parameters:
      value - allowed object is String
    • getRptDtAndTm

      public DateAndDateTimeChoice getRptDtAndTm()
      Gets the value of the rptDtAndTm property.
      Returns:
      possible object is DateAndDateTimeChoice
    • setRptDtAndTm

      public void setRptDtAndTm(DateAndDateTimeChoice value)
      Sets the value of the rptDtAndTm property.
      Parameters:
      value - allowed object is DateAndDateTimeChoice