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

public class LegId extends Object
Leg identity.

Java class for LegId complex type.

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

 <complexType name="LegId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>Token60">
       <attribute name="legIdScheme" use="required" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • legIdScheme

      protected String legIdScheme
  • Constructor Details

    • LegId

      public LegId()
  • Method Details

    • getValue

      public String getValue()
      A type defining a token of length between 1 and 60 characters inclusive.
      Returns:
      possible object is String
    • setValue

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

      public String getLegIdScheme()
      Gets the value of the legIdScheme property.
      Returns:
      possible object is String
    • setLegIdScheme

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