Class NewOrderReport2

java.lang.Object
org.coderic.iso20022.messages.auth.NewOrderReport2

public class NewOrderReport2 extends Object

Java class for NewOrderReport2 complex type.

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

 <complexType name="NewOrderReport2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RptId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max140Text"/>
         <element name="Ordr" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderData3" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • NewOrderReport2

      public NewOrderReport2()
  • Method Details

    • getRptId

      public String getRptId()
      Gets the value of the rptId property.
      Returns:
      possible object is String
    • setRptId

      public void setRptId(String value)
      Sets the value of the rptId property.
      Parameters:
      value - allowed object is String
    • getOrdr

      public List<OrderData3> getOrdr()
      Gets the value of the ordr 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 ordr property.

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

          getOrdr().add(newItem);
       

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