Class ReportItemStatus1

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

public class ReportItemStatus1 extends Object

Java class for ReportItemStatus1 complex type.

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

 <complexType name="ReportItemStatus1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Xcptn" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemRejectionReason1Choice"/>
         <element name="AddtlRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}Max210Text" minOccurs="0"/>
         <element name="RptItm" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItem1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ReportItemStatus1

      public ReportItemStatus1()
  • Method Details

    • getXcptn

      Gets the value of the xcptn property.
      Returns:
      possible object is ReportItemRejectionReason1Choice
    • setXcptn

      public void setXcptn(ReportItemRejectionReason1Choice value)
      Sets the value of the xcptn property.
      Parameters:
      value - allowed object is ReportItemRejectionReason1Choice
    • getAddtlRsnInf

      public String getAddtlRsnInf()
      Gets the value of the addtlRsnInf property.
      Returns:
      possible object is String
    • setAddtlRsnInf

      public void setAddtlRsnInf(String value)
      Sets the value of the addtlRsnInf property.
      Parameters:
      value - allowed object is String
    • getRptItm

      public List<ReportItem1> getRptItm()
      Gets the value of the rptItm property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rptItm property.

      For example, to add a new item, do as follows:

          getRptItm().add(newItem);
       

      Objects of the following type(s) are allowed in the list ReportItem1