Class FxTarget
java.lang.Object
net.finmath.smartcontract.product.xml.FxTarget
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 Summary
Modifier and TypeFieldDescriptionprotected List
<FxTargetAccumulationRegion> protected String
protected FxKnockoutCount
protected FxKnockoutLevel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accumulationRegion property.getId()
Gets the value of the id property.Gets the value of the knockoutCount property.Gets the value of the knockoutLevel property.void
Sets the value of the id property.void
setKnockoutCount
(FxKnockoutCount value) Sets the value of the knockoutCount property.void
setKnockoutLevel
(FxKnockoutLevel value) Sets the value of the knockoutLevel property.
-
Field Details
-
accumulationRegion
-
knockoutLevel
-
knockoutCount
-
id
-
-
Constructor Details
-
FxTarget
public FxTarget()
-
-
Method Details
-
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
Gets the value of the knockoutLevel property.- Returns:
- possible object is
FxKnockoutLevel
-
setKnockoutLevel
Sets the value of the knockoutLevel property.- Parameters:
value
- allowed object isFxKnockoutLevel
-
getKnockoutCount
Gets the value of the knockoutCount property.- Returns:
- possible object is
FxKnockoutCount
-
setKnockoutCount
Sets the value of the knockoutCount property.- Parameters:
value
- allowed object isFxKnockoutCount
-
getId
-
setId
-