Class OrderData3
java.lang.Object
org.coderic.iso20022.messages.auth.OrderData3
Java class for OrderData3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderData3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrdrIdData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderIdentification2"/> <element name="AuctnData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}AuctionData2" minOccurs="0"/> <element name="OrdrData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderData4" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the auctnData property.Gets the value of the ordrData property.Gets the value of the ordrIdData property.void
setAuctnData
(AuctionData2 value) Sets the value of the auctnData property.void
setOrdrData
(OrderData4 value) Sets the value of the ordrData property.void
Sets the value of the ordrIdData property.
-
Constructor Details
-
OrderData3
public OrderData3()
-
-
Method Details
-
getOrdrIdData
Gets the value of the ordrIdData property.- Returns:
- possible object is
OrderIdentification2
-
setOrdrIdData
Sets the value of the ordrIdData property.- Parameters:
value
- allowed object isOrderIdentification2
-
getAuctnData
Gets the value of the auctnData property.- Returns:
- possible object is
AuctionData2
-
setAuctnData
Sets the value of the auctnData property.- Parameters:
value
- allowed object isAuctionData2
-
getOrdrData
Gets the value of the ordrData property.- Returns:
- possible object is
OrderData4
-
setOrdrData
Sets the value of the ordrData property.- Parameters:
value
- allowed object isOrderData4
-