Class OrderIdentifier

java.lang.Object
net.finmath.smartcontract.product.xml.OrderIdentifier

public class OrderIdentifier extends Object
A type that an order's identifier(s).

Java class for OrderIdentifier complex type.

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

 <complexType name="OrderIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orderId" type="{http://www.fpml.org/FpML-5/confirmation}OrderId"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • orderId

      protected OrderId orderId
  • Constructor Details

    • OrderIdentifier

      public OrderIdentifier()
  • Method Details

    • getOrderId

      public OrderId getOrderId()
      Gets the value of the orderId property.
      Returns:
      possible object is OrderId
    • setOrderId

      public void setOrderId(OrderId value)
      Sets the value of the orderId property.
      Parameters:
      value - allowed object is OrderId