Class OrderData4
java.lang.Object
org.coderic.iso20022.messages.auth.OrderData4
Java class for OrderData4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderData4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SubmitgNtty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}LEIIdentifier" minOccurs="0"/> <element name="DrctElctrncAccs" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="ClntId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PersonOrOrganisation4Choice" minOccurs="0"/> <element name="InvstmtDcsnPrsn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ExecutingParty2Choice" minOccurs="0"/> <element name="ExctgPrsn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ExecutingParty2Choice" minOccurs="0"/> <element name="NonExctgBrkr" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}LEIIdentifier" minOccurs="0"/> <element name="TradgCpcty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}RegulatoryTradingCapacity1Code" minOccurs="0"/> <element name="LqdtyPrvsnActvty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="OrdrClssfctn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderClassification2" minOccurs="0"/> <element name="OrdrPrics" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderPriceData2" minOccurs="0"/> <element name="InstrData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderInstructionData2" minOccurs="0"/> <element name="TxData" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TransactionData3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clntId property.Gets the value of the exctgPrsn property.Gets the value of the instrData property.Gets the value of the invstmtDcsnPrsn property.Gets the value of the nonExctgBrkr property.Gets the value of the ordrClssfctn property.Gets the value of the ordrPrics property.Gets the value of the submitgNtty property.Gets the value of the tradgCpcty property.Gets the value of the txData property.Gets the value of the drctElctrncAccs property.Gets the value of the lqdtyPrvsnActvty property.void
Sets the value of the clntId property.void
setDrctElctrncAccs
(Boolean value) Sets the value of the drctElctrncAccs property.void
Sets the value of the exctgPrsn property.void
Sets the value of the instrData property.void
Sets the value of the invstmtDcsnPrsn property.void
setLqdtyPrvsnActvty
(Boolean value) Sets the value of the lqdtyPrvsnActvty property.void
setNonExctgBrkr
(String value) Sets the value of the nonExctgBrkr property.void
Sets the value of the ordrClssfctn property.void
setOrdrPrics
(OrderPriceData2 value) Sets the value of the ordrPrics property.void
setSubmitgNtty
(String value) Sets the value of the submitgNtty property.void
Sets the value of the tradgCpcty property.void
setTxData
(TransactionData3 value) Sets the value of the txData property.
-
Constructor Details
-
OrderData4
public OrderData4()
-
-
Method Details
-
getSubmitgNtty
Gets the value of the submitgNtty property.- Returns:
- possible object is
String
-
setSubmitgNtty
Sets the value of the submitgNtty property.- Parameters:
value
- allowed object isString
-
isDrctElctrncAccs
Gets the value of the drctElctrncAccs property.- Returns:
- possible object is
Boolean
-
setDrctElctrncAccs
Sets the value of the drctElctrncAccs property.- Parameters:
value
- allowed object isBoolean
-
getClntId
Gets the value of the clntId property.- Returns:
- possible object is
PersonOrOrganisation4Choice
-
setClntId
Sets the value of the clntId property.- Parameters:
value
- allowed object isPersonOrOrganisation4Choice
-
getInvstmtDcsnPrsn
Gets the value of the invstmtDcsnPrsn property.- Returns:
- possible object is
ExecutingParty2Choice
-
setInvstmtDcsnPrsn
Sets the value of the invstmtDcsnPrsn property.- Parameters:
value
- allowed object isExecutingParty2Choice
-
getExctgPrsn
Gets the value of the exctgPrsn property.- Returns:
- possible object is
ExecutingParty2Choice
-
setExctgPrsn
Sets the value of the exctgPrsn property.- Parameters:
value
- allowed object isExecutingParty2Choice
-
getNonExctgBrkr
Gets the value of the nonExctgBrkr property.- Returns:
- possible object is
String
-
setNonExctgBrkr
Sets the value of the nonExctgBrkr property.- Parameters:
value
- allowed object isString
-
getTradgCpcty
Gets the value of the tradgCpcty property.- Returns:
- possible object is
RegulatoryTradingCapacity1Code
-
setTradgCpcty
Sets the value of the tradgCpcty property.- Parameters:
value
- allowed object isRegulatoryTradingCapacity1Code
-
isLqdtyPrvsnActvty
Gets the value of the lqdtyPrvsnActvty property.- Returns:
- possible object is
Boolean
-
setLqdtyPrvsnActvty
Sets the value of the lqdtyPrvsnActvty property.- Parameters:
value
- allowed object isBoolean
-
getOrdrClssfctn
Gets the value of the ordrClssfctn property.- Returns:
- possible object is
OrderClassification2
-
setOrdrClssfctn
Sets the value of the ordrClssfctn property.- Parameters:
value
- allowed object isOrderClassification2
-
getOrdrPrics
Gets the value of the ordrPrics property.- Returns:
- possible object is
OrderPriceData2
-
setOrdrPrics
Sets the value of the ordrPrics property.- Parameters:
value
- allowed object isOrderPriceData2
-
getInstrData
Gets the value of the instrData property.- Returns:
- possible object is
OrderInstructionData2
-
setInstrData
Sets the value of the instrData property.- Parameters:
value
- allowed object isOrderInstructionData2
-
getTxData
Gets the value of the txData property.- Returns:
- possible object is
TransactionData3
-
setTxData
Sets the value of the txData property.- Parameters:
value
- allowed object isTransactionData3
-