Class ReportItemStatus1Choice

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

public class ReportItemStatus1Choice extends Object

Java class for ReportItemStatus1Choice complex type.

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

 <complexType name="ReportItemStatus1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Accptd" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}NoReasonCode"/>
         <element name="AccptdWthXcptn" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1" maxOccurs="unbounded"/>
         <element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ReportItemStatus1Choice

      public ReportItemStatus1Choice()
  • Method Details

    • getAccptd

      public NoReasonCode getAccptd()
      Gets the value of the accptd property.
      Returns:
      possible object is NoReasonCode
    • setAccptd

      public void setAccptd(NoReasonCode value)
      Sets the value of the accptd property.
      Parameters:
      value - allowed object is NoReasonCode
    • getAccptdWthXcptn

      public List<ReportItemStatus1> getAccptdWthXcptn()
      Gets the value of the accptdWthXcptn 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 accptdWthXcptn property.

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

          getAccptdWthXcptn().add(newItem);
       

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

    • getRjctd

      public ReportItemStatus1 getRjctd()
      Gets the value of the rjctd property.
      Returns:
      possible object is ReportItemStatus1
    • setRjctd

      public void setRjctd(ReportItemStatus1 value)
      Sets the value of the rjctd property.
      Parameters:
      value - allowed object is ReportItemStatus1