Class Document
java.lang.Object
org.coderic.iso20022.messages.auth.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrdrBookRpt" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderBookReportV01"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ordrBookRpt property.voidsetOrdrBookRpt(OrderBookReportV01 value) Sets the value of the ordrBookRpt property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getOrdrBookRpt
Gets the value of the ordrBookRpt property.- Returns:
- possible object is
OrderBookReportV01
-
setOrdrBookRpt
Sets the value of the ordrBookRpt property.- Parameters:
value- allowed object isOrderBookReportV01
-