Class OrderBookReportV01

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

public class OrderBookReportV01 extends Object

Java class for OrderBookReportV01 complex type.

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

 <complexType name="OrderBookReportV01">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RptHdr" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesMarketReportHeader3"/>
         <element name="OrdrRpt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderReport2Choice" maxOccurs="unbounded"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • OrderBookReportV01

      public OrderBookReportV01()
  • Method Details

    • getRptHdr

      public SecuritiesMarketReportHeader3 getRptHdr()
      Gets the value of the rptHdr property.
      Returns:
      possible object is SecuritiesMarketReportHeader3
    • setRptHdr

      public void setRptHdr(SecuritiesMarketReportHeader3 value)
      Sets the value of the rptHdr property.
      Parameters:
      value - allowed object is SecuritiesMarketReportHeader3
    • getOrdrRpt

      public List<OrderReport2Choice> getOrdrRpt()
      Gets the value of the ordrRpt 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 ordrRpt property.

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

          getOrdrRpt().add(newItem);
       

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

    • getSplmtryData

      public List<SupplementaryData1> getSplmtryData()
      Gets the value of the splmtryData 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 splmtryData property.

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

          getSplmtryData().add(newItem);
       

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