Class LegIdentifier

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

public class LegIdentifier extends Object
Version aware identification of a leg.

Java class for LegIdentifier complex type.

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

 <complexType name="LegIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="legId" type="{http://www.fpml.org/FpML-5/confirmation}LegId"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}VersionHistory.model" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • LegIdentifier

      public LegIdentifier()
  • Method Details

    • getLegId

      public LegId getLegId()
      Gets the value of the legId property.
      Returns:
      possible object is LegId
    • setLegId

      public void setLegId(LegId value)
      Sets the value of the legId property.
      Parameters:
      value - allowed object is LegId
    • getVersion

      public BigInteger getVersion()
      Gets the value of the version property.
      Returns:
      possible object is BigInteger
    • setVersion

      public void setVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
    • getEffectiveDate

      public IdentifiedDate getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is IdentifiedDate
    • setEffectiveDate

      public void setEffectiveDate(IdentifiedDate value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is IdentifiedDate