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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issuer property.Gets the value of the tradeId property.voidSets the value of the issuer property.voidsetTradeId(TradeId value)Sets the value of the tradeId property.
-
Field Details
-
issuer
-
tradeId
-
-
Constructor Details
-
IssuerTradeId
public IssuerTradeId()
-
-
Method Details
-
getIssuer
Gets the value of the issuer property.- Returns:
- possible object is
IssuerId
-
setIssuer
Sets the value of the issuer property.- Parameters:
value- allowed object isIssuerId
-
getTradeId
Gets the value of the tradeId property.- Returns:
- possible object is
TradeId
-
setTradeId
Sets the value of the tradeId property.- Parameters:
value- allowed object isTradeId
-