Class ReportContent1

java.lang.Object
org.coderic.iso20022.messages.caad.ReportContent1

public class ReportContent1 extends Object

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 Details

    • ReportContent1

      public ReportContent1()
  • Method Details

    • getRptLineSeq

      public String getRptLineSeq()
      Gets the value of the rptLineSeq property.
      Returns:
      possible object is String
    • setRptLineSeq

      public void setRptLineSeq(String value)
      Sets the value of the rptLineSeq property.
      Parameters:
      value - allowed object is String
    • getFrmtdCntt

      public ReportContent1Choice getFrmtdCntt()
      Gets the value of the frmtdCntt property.
      Returns:
      possible object is ReportContent1Choice
    • setFrmtdCntt

      public void setFrmtdCntt(ReportContent1Choice value)
      Sets the value of the frmtdCntt property.
      Parameters:
      value - allowed object is ReportContent1Choice