Class OrderIdentification2

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

public class OrderIdentification2 extends Object

Java class for OrderIdentification2 complex type.

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

 <complexType name="OrderIdentification2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrdrBookId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max35Text"/>
         <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PositiveNumber"/>
         <element name="Prty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderPriority1" minOccurs="0"/>
         <element name="TmStmp" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime"/>
         <element name="TradVn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}MICIdentifier"/>
         <element name="FinInstrm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrument99Choice"/>
         <element name="OrdrId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text" minOccurs="0"/>
         <element name="DtOfRct" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODate" minOccurs="0"/>
         <element name="VldtyPrd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ValidityPeriod1Choice" minOccurs="0"/>
         <element name="OrdrRstrctn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderRestriction1Choice" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VldtyDtTm" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime" minOccurs="0"/>
         <element name="EvtTp" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderEventType1Choice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • OrderIdentification2

      public OrderIdentification2()
  • Method Details

    • getOrdrBookId

      public String getOrdrBookId()
      Gets the value of the ordrBookId property.
      Returns:
      possible object is String
    • setOrdrBookId

      public void setOrdrBookId(String value)
      Sets the value of the ordrBookId property.
      Parameters:
      value - allowed object is String
    • getSeqNb

      public BigDecimal getSeqNb()
      Gets the value of the seqNb property.
      Returns:
      possible object is BigDecimal
    • setSeqNb

      public void setSeqNb(BigDecimal value)
      Sets the value of the seqNb property.
      Parameters:
      value - allowed object is BigDecimal
    • getPrty

      public OrderPriority1 getPrty()
      Gets the value of the prty property.
      Returns:
      possible object is OrderPriority1
    • setPrty

      public void setPrty(OrderPriority1 value)
      Sets the value of the prty property.
      Parameters:
      value - allowed object is OrderPriority1
    • getTmStmp

      public XMLGregorianCalendar getTmStmp()
      Gets the value of the tmStmp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTmStmp

      public void setTmStmp(XMLGregorianCalendar value)
      Sets the value of the tmStmp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTradVn

      public String getTradVn()
      Gets the value of the tradVn property.
      Returns:
      possible object is String
    • setTradVn

      public void setTradVn(String value)
      Sets the value of the tradVn property.
      Parameters:
      value - allowed object is String
    • getFinInstrm

      public FinancialInstrument99Choice getFinInstrm()
      Gets the value of the finInstrm property.
      Returns:
      possible object is FinancialInstrument99Choice
    • setFinInstrm

      public void setFinInstrm(FinancialInstrument99Choice value)
      Sets the value of the finInstrm property.
      Parameters:
      value - allowed object is FinancialInstrument99Choice
    • getOrdrId

      public String getOrdrId()
      Gets the value of the ordrId property.
      Returns:
      possible object is String
    • setOrdrId

      public void setOrdrId(String value)
      Sets the value of the ordrId property.
      Parameters:
      value - allowed object is String
    • getDtOfRct

      public XMLGregorianCalendar getDtOfRct()
      Gets the value of the dtOfRct property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDtOfRct

      public void setDtOfRct(XMLGregorianCalendar value)
      Sets the value of the dtOfRct property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getVldtyPrd

      public ValidityPeriod1Choice getVldtyPrd()
      Gets the value of the vldtyPrd property.
      Returns:
      possible object is ValidityPeriod1Choice
    • setVldtyPrd

      public void setVldtyPrd(ValidityPeriod1Choice value)
      Sets the value of the vldtyPrd property.
      Parameters:
      value - allowed object is ValidityPeriod1Choice
    • getOrdrRstrctn

      public List<OrderRestriction1Choice> getOrdrRstrctn()
      Gets the value of the ordrRstrctn 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 ordrRstrctn property.

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

          getOrdrRstrctn().add(newItem);
       

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

    • getVldtyDtTm

      public XMLGregorianCalendar getVldtyDtTm()
      Gets the value of the vldtyDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setVldtyDtTm

      public void setVldtyDtTm(XMLGregorianCalendar value)
      Sets the value of the vldtyDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getEvtTp

      public OrderEventType1Choice getEvtTp()
      Gets the value of the evtTp property.
      Returns:
      possible object is OrderEventType1Choice
    • setEvtTp

      public void setEvtTp(OrderEventType1Choice value)
      Sets the value of the evtTp property.
      Parameters:
      value - allowed object is OrderEventType1Choice