Class IssuerTradeId

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

public class IssuerTradeId extends Object
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 Details

  • Constructor Details

    • IssuerTradeId

      public IssuerTradeId()
  • Method Details

    • getIssuer

      public IssuerId getIssuer()
      Gets the value of the issuer property.
      Returns:
      possible object is IssuerId
    • setIssuer

      public void setIssuer(IssuerId value)
      Sets the value of the issuer property.
      Parameters:
      value - allowed object is IssuerId
    • getTradeId

      public TradeId getTradeId()
      Gets the value of the tradeId property.
      Returns:
      possible object is TradeId
    • setTradeId

      public void setTradeId(TradeId value)
      Sets the value of the tradeId property.
      Parameters:
      value - allowed object is TradeId