public class Future extends ExchangeTraded
An exchange traded future contract.

Java class for Future complex type.

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

 <complexType name="Future">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTraded">
       <sequence>
         <element name="multiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="futureContractReference" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="maturity" type="{http://www.w3.org/2001/XMLSchema}date"/>
           <element name="contractYearMonth" type="{http://www.w3.org/2001/XMLSchema}gYearMonth"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Future

      public Future()
  • Method Details

    • getMultiplier

      public BigInteger getMultiplier()
      Gets the value of the multiplier property.
      Returns:
      possible object is BigInteger
    • setMultiplier

      public void setMultiplier(BigInteger value)
      Sets the value of the multiplier property.
      Parameters:
      value - allowed object is BigInteger
    • getFutureContractReference

      public String getFutureContractReference()
      Gets the value of the futureContractReference property.
      Returns:
      possible object is String
    • setFutureContractReference

      public void setFutureContractReference(String value)
      Sets the value of the futureContractReference property.
      Parameters:
      value - allowed object is String
    • getMaturity

      public XMLGregorianCalendar getMaturity()
      Gets the value of the maturity property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturity

      public void setMaturity(XMLGregorianCalendar value)
      Sets the value of the maturity property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getContractYearMonth

      public XMLGregorianCalendar getContractYearMonth()
      Gets the value of the contractYearMonth property.
      Returns:
      possible object is XMLGregorianCalendar
    • setContractYearMonth

      public void setContractYearMonth(XMLGregorianCalendar value)
      Sets the value of the contractYearMonth property.
      Parameters:
      value - allowed object is XMLGregorianCalendar