Class ValuationScenario
Java class for ValuationScenario complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuationScenario"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="valuationDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/> <element name="marketReference" type="{http://www.fpml.org/FpML-5/confirmation}MarketReference" minOccurs="0"/> <element name="shift" type="{http://www.fpml.org/FpML-5/confirmation}PricingParameterShift" maxOccurs="unbounded" minOccurs="0"/> <element name="replacement" type="{http://www.fpml.org/FpML-5/confirmation}PricingInputReplacement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected MarketReference
protected String
protected List
<PricingInputReplacement> protected List
<PricingParameterShift> protected IdentifiedDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the marketReference property.getName()
Gets the value of the name property.Gets the value of the replacement property.getShift()
Gets the value of the shift property.Gets the value of the valuationDate property.void
Sets the value of the id property.void
Sets the value of the marketReference property.void
Sets the value of the name property.void
setValuationDate
(IdentifiedDate value) Sets the value of the valuationDate property.
-
Field Details
-
name
-
valuationDate
-
marketReference
-
shift
-
replacement
-
id
-
-
Constructor Details
-
ValuationScenario
public ValuationScenario()
-
-
Method Details
-
getName
-
setName
-
getValuationDate
Gets the value of the valuationDate property.- Returns:
- possible object is
IdentifiedDate
-
setValuationDate
Sets the value of the valuationDate property.- Parameters:
value
- allowed object isIdentifiedDate
-
getMarketReference
Gets the value of the marketReference property.- Returns:
- possible object is
MarketReference
-
setMarketReference
Sets the value of the marketReference property.- Parameters:
value
- allowed object isMarketReference
-
getShift
Gets the value of the shift 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 shift property.For example, to add a new item, do as follows:
getShift().add(newItem);
Objects of the following type(s) are allowed in the list
PricingParameterShift
-
getReplacement
Gets the value of the replacement 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 replacement property.For example, to add a new item, do as follows:
getReplacement().add(newItem);
Objects of the following type(s) are allowed in the list
PricingInputReplacement
-
getId
-
setId
-