Class OrderBookReportV01
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ordrRpt property.Gets the value of the rptHdr property.Gets the value of the splmtryData property.void
Sets the value of the rptHdr property.
-
Constructor Details
-
OrderBookReportV01
public OrderBookReportV01()
-
-
Method Details
-
getRptHdr
Gets the value of the rptHdr property.- Returns:
- possible object is
SecuritiesMarketReportHeader3
-
setRptHdr
Sets the value of the rptHdr property.- Parameters:
value
- allowed object isSecuritiesMarketReportHeader3
-
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
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
-