Class OrderData3

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

public class OrderData3 extends Object

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 Details

    • OrderData3

      public OrderData3()
  • Method Details

    • getOrdrIdData

      public OrderIdentification2 getOrdrIdData()
      Gets the value of the ordrIdData property.
      Returns:
      possible object is OrderIdentification2
    • setOrdrIdData

      public void setOrdrIdData(OrderIdentification2 value)
      Sets the value of the ordrIdData property.
      Parameters:
      value - allowed object is OrderIdentification2
    • getAuctnData

      public AuctionData2 getAuctnData()
      Gets the value of the auctnData property.
      Returns:
      possible object is AuctionData2
    • setAuctnData

      public void setAuctnData(AuctionData2 value)
      Sets the value of the auctnData property.
      Parameters:
      value - allowed object is AuctionData2
    • getOrdrData

      public OrderData4 getOrdrData()
      Gets the value of the ordrData property.
      Returns:
      possible object is OrderData4
    • setOrdrData

      public void setOrdrData(OrderData4 value)
      Sets the value of the ordrData property.
      Parameters:
      value - allowed object is OrderData4