Class IssuerTradeId
java.lang.Object
net.finmath.smartcontract.product.xml.IssuerTradeId
A complex type for a two part identifier such as a USI.
Java class for IssuerTradeId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssuerTradeId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}IssuerTradeId.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issuer property.Gets the value of the tradeId property.void
Sets the value of the issuer property.void
setTradeId
(TradeId value) Sets the value of the tradeId property.
-
Field Details
-
issuer
-
tradeId
-
-
Constructor Details
-
IssuerTradeId
public IssuerTradeId()
-
-
Method Details
-
getIssuer
-
setIssuer
-
getTradeId
-
setTradeId
-