Class ReportParameters4
java.lang.Object
org.coderic.iso20022.messages.secl.ReportParameters4
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rptDtAndTm property.getRptId()
Gets the value of the rptId property.void
Sets the value of the rptDtAndTm property.void
Sets the value of the rptId property.
-
Constructor Details
-
ReportParameters4
public ReportParameters4()
-
-
Method Details
-
getRptId
Gets the value of the rptId property.- Returns:
- possible object is
String
-
setRptId
Sets the value of the rptId property.- Parameters:
value
- allowed object isString
-
getRptDtAndTm
Gets the value of the rptDtAndTm property.- Returns:
- possible object is
DateAndDateTimeChoice
-
setRptDtAndTm
Sets the value of the rptDtAndTm property.- Parameters:
value
- allowed object isDateAndDateTimeChoice
-