Class ReportContent1
java.lang.Object
org.coderic.iso20022.messages.caad.ReportContent1
Java class for ReportContent1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportContent1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RptLineSeq" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Max10NumericText" minOccurs="0"/> <element name="FrmtdCntt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ReportContent1Choice"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the frmtdCntt property.Gets the value of the rptLineSeq property.void
setFrmtdCntt
(ReportContent1Choice value) Sets the value of the frmtdCntt property.void
setRptLineSeq
(String value) Sets the value of the rptLineSeq property.
-
Constructor Details
-
ReportContent1
public ReportContent1()
-
-
Method Details
-
getRptLineSeq
Gets the value of the rptLineSeq property.- Returns:
- possible object is
String
-
setRptLineSeq
Sets the value of the rptLineSeq property.- Parameters:
value
- allowed object isString
-
getFrmtdCntt
Gets the value of the frmtdCntt property.- Returns:
- possible object is
ReportContent1Choice
-
setFrmtdCntt
Sets the value of the frmtdCntt property.- Parameters:
value
- allowed object isReportContent1Choice
-