Class OrderIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.OrderIdentifier
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderId property.void
setOrderId
(OrderId value) Sets the value of the orderId property.
-
Field Details
-
orderId
-
-
Constructor Details
-
OrderIdentifier
public OrderIdentifier()
-
-
Method Details
-
getOrderId
-
setOrderId
-