Class OrderClassification2

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

public class OrderClassification2 extends Object

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 Details

    • OrderClassification2

      public OrderClassification2()
  • Method Details

    • getOrdrTp

      public String getOrdrTp()
      Gets the value of the ordrTp property.
      Returns:
      possible object is String
    • setOrdrTp

      public void setOrdrTp(String value)
      Sets the value of the ordrTp property.
      Parameters:
      value - allowed object is String
    • getOrdrTpClssfctn

      public OrderType3Code getOrdrTpClssfctn()
      Gets the value of the ordrTpClssfctn property.
      Returns:
      possible object is OrderType3Code
    • setOrdrTpClssfctn

      public void setOrdrTpClssfctn(OrderType3Code value)
      Sets the value of the ordrTpClssfctn property.
      Parameters:
      value - allowed object is OrderType3Code