Class OrderClassification2
java.lang.Object
org.coderic.iso20022.messages.auth.OrderClassification2
Java class for OrderClassification2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderClassification2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrdrTp" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text" minOccurs="0"/> <element name="OrdrTpClssfctn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderType3Code" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ordrTp property.Gets the value of the ordrTpClssfctn property.void
Sets the value of the ordrTp property.void
setOrdrTpClssfctn
(OrderType3Code value) Sets the value of the ordrTpClssfctn property.
-
Constructor Details
-
OrderClassification2
public OrderClassification2()
-
-
Method Details
-
getOrdrTp
Gets the value of the ordrTp property.- Returns:
- possible object is
String
-
setOrdrTp
Sets the value of the ordrTp property.- Parameters:
value
- allowed object isString
-
getOrdrTpClssfctn
Gets the value of the ordrTpClssfctn property.- Returns:
- possible object is
OrderType3Code
-
setOrdrTpClssfctn
Sets the value of the ordrTpClssfctn property.- Parameters:
value
- allowed object isOrderType3Code
-