Class TradeId

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

public class TradeId extends Object
A trade reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.

Java class for TradeId complex type.

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

 <complexType name="TradeId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="tradeIdScheme" use="required" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • tradeIdScheme

      protected String tradeIdScheme
    • id

      protected String id
  • Constructor Details

    • TradeId

      public TradeId()
  • Method Details

    • getValue

      public String getValue()
      The base class for all types which define coding schemes that must be populated.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getTradeIdScheme

      public String getTradeIdScheme()
      Gets the value of the tradeIdScheme property.
      Returns:
      possible object is String
    • setTradeIdScheme

      public void setTradeIdScheme(String value)
      Sets the value of the tradeIdScheme property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String