Class RequestForOrderConfirmationStatusReportV02

java.lang.Object
org.coderic.iso20022.messages.setr.RequestForOrderConfirmationStatusReportV02

public class RequestForOrderConfirmationStatusReportV02 extends Object

Java class for RequestForOrderConfirmationStatusReportV02 complex type.

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

 <complexType name="RequestForOrderConfirmationStatusReportV02">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}MessageIdentification1"/>
         <element name="ReqDtls" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}MessageAndBusinessReference10" maxOccurs="unbounded"/>
         <element name="Xtnsn" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Extension1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RequestForOrderConfirmationStatusReportV02

      public RequestForOrderConfirmationStatusReportV02()
  • Method Details

    • getMsgId

      public MessageIdentification1 getMsgId()
      Gets the value of the msgId property.
      Returns:
      possible object is MessageIdentification1
    • setMsgId

      public void setMsgId(MessageIdentification1 value)
      Sets the value of the msgId property.
      Parameters:
      value - allowed object is MessageIdentification1
    • getReqDtls

      public List<MessageAndBusinessReference10> getReqDtls()
      Gets the value of the reqDtls 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 reqDtls property.

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

          getReqDtls().add(newItem);
       

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

    • getXtnsn

      public List<Extension1> getXtnsn()
      Gets the value of the xtnsn 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 xtnsn property.

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

          getXtnsn().add(newItem);
       

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