Class FxTarget

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

public class FxTarget extends Object

Java class for FxTarget complex type.

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

 <complexType name="FxTarget">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accumulationRegion" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetAccumulationRegion" maxOccurs="2"/>
         <choice>
           <element name="knockoutLevel" type="{http://www.fpml.org/FpML-5/confirmation}FxKnockoutLevel"/>
           <element name="knockoutCount" type="{http://www.fpml.org/FpML-5/confirmation}FxKnockoutCount"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxTarget

      public FxTarget()
  • Method Details

    • getAccumulationRegion

      public List<FxTargetAccumulationRegion> getAccumulationRegion()
      Gets the value of the accumulationRegion property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the accumulationRegion property.

      For example, to add a new item, do as follows:

          getAccumulationRegion().add(newItem);
       

      Objects of the following type(s) are allowed in the list FxTargetAccumulationRegion

    • getKnockoutLevel

      public FxKnockoutLevel getKnockoutLevel()
      Gets the value of the knockoutLevel property.
      Returns:
      possible object is FxKnockoutLevel
    • setKnockoutLevel

      public void setKnockoutLevel(FxKnockoutLevel value)
      Sets the value of the knockoutLevel property.
      Parameters:
      value - allowed object is FxKnockoutLevel
    • getKnockoutCount

      public FxKnockoutCount getKnockoutCount()
      Gets the value of the knockoutCount property.
      Returns:
      possible object is FxKnockoutCount
    • setKnockoutCount

      public void setKnockoutCount(FxKnockoutCount value)
      Sets the value of the knockoutCount property.
      Parameters:
      value - allowed object is FxKnockoutCount
    • 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