Class OrderIdentification2
java.lang.Object
org.coderic.iso20022.messages.auth.OrderIdentification2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtOfRct property.getEvtTp()
Gets the value of the evtTp property.Gets the value of the finInstrm property.Gets the value of the ordrBookId property.Gets the value of the ordrId property.Gets the value of the ordrRstrctn property.getPrty()
Gets the value of the prty property.getSeqNb()
Gets the value of the seqNb property.Gets the value of the tmStmp property.Gets the value of the tradVn property.Gets the value of the vldtyDtTm property.Gets the value of the vldtyPrd property.void
setDtOfRct
(XMLGregorianCalendar value) Sets the value of the dtOfRct property.void
setEvtTp
(OrderEventType1Choice value) Sets the value of the evtTp property.void
Sets the value of the finInstrm property.void
setOrdrBookId
(String value) Sets the value of the ordrBookId property.void
Sets the value of the ordrId property.void
setPrty
(OrderPriority1 value) Sets the value of the prty property.void
setSeqNb
(BigDecimal value) Sets the value of the seqNb property.void
setTmStmp
(XMLGregorianCalendar value) Sets the value of the tmStmp property.void
Sets the value of the tradVn property.void
setVldtyDtTm
(XMLGregorianCalendar value) Sets the value of the vldtyDtTm property.void
setVldtyPrd
(ValidityPeriod1Choice value) Sets the value of the vldtyPrd property.
-
Constructor Details
-
OrderIdentification2
public OrderIdentification2()
-
-
Method Details
-
getOrdrBookId
Gets the value of the ordrBookId property.- Returns:
- possible object is
String
-
setOrdrBookId
Sets the value of the ordrBookId property.- Parameters:
value
- allowed object isString
-
getSeqNb
Gets the value of the seqNb property.- Returns:
- possible object is
BigDecimal
-
setSeqNb
Sets the value of the seqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getPrty
Gets the value of the prty property.- Returns:
- possible object is
OrderPriority1
-
setPrty
Sets the value of the prty property.- Parameters:
value
- allowed object isOrderPriority1
-
getTmStmp
Gets the value of the tmStmp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTmStmp
Sets the value of the tmStmp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTradVn
Gets the value of the tradVn property.- Returns:
- possible object is
String
-
setTradVn
Sets the value of the tradVn property.- Parameters:
value
- allowed object isString
-
getFinInstrm
Gets the value of the finInstrm property.- Returns:
- possible object is
FinancialInstrument99Choice
-
setFinInstrm
Sets the value of the finInstrm property.- Parameters:
value
- allowed object isFinancialInstrument99Choice
-
getOrdrId
Gets the value of the ordrId property.- Returns:
- possible object is
String
-
setOrdrId
Sets the value of the ordrId property.- Parameters:
value
- allowed object isString
-
getDtOfRct
Gets the value of the dtOfRct property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtOfRct
Sets the value of the dtOfRct property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getVldtyPrd
Gets the value of the vldtyPrd property.- Returns:
- possible object is
ValidityPeriod1Choice
-
setVldtyPrd
Sets the value of the vldtyPrd property.- Parameters:
value
- allowed object isValidityPeriod1Choice
-
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
Gets the value of the vldtyDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setVldtyDtTm
Sets the value of the vldtyDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getEvtTp
Gets the value of the evtTp property.- Returns:
- possible object is
OrderEventType1Choice
-
setEvtTp
Sets the value of the evtTp property.- Parameters:
value
- allowed object isOrderEventType1Choice
-