Class ValuationSet
Java class for ValuationSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuationSet"> <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="valuationScenario" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenario" maxOccurs="unbounded" minOccurs="0"/> <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" maxOccurs="unbounded" minOccurs="0"/> <element name="baseParty" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> <element name="quotationCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" maxOccurs="unbounded" minOccurs="0"/> <element name="sensitivitySetDefinition" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySetDefinition" maxOccurs="unbounded" minOccurs="0"/> <element name="detail" type="{http://www.fpml.org/FpML-5/confirmation}ValuationSetDetail" minOccurs="0"/> <element name="assetValuation" type="{http://www.fpml.org/FpML-5/confirmation}AssetValuation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<AssetValuation> protected PartyReference
protected ValuationSetDetail
protected String
protected String
protected List
<QuotationCharacteristics> protected List
<SensitivitySetDefinition> protected List
<ValuationScenario> protected List
<ValuationScenarioReference> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetValuation property.Gets the value of the baseParty property.Gets the value of the detail property.getId()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the quotationCharacteristics property.Gets the value of the sensitivitySetDefinition property.Gets the value of the valuationScenario property.Gets the value of the valuationScenarioReference property.void
setBaseParty
(PartyReference value) Sets the value of the baseParty property.void
setDetail
(ValuationSetDetail value) Sets the value of the detail property.void
Sets the value of the id property.void
Sets the value of the name property.
-
Field Details
-
name
-
valuationScenario
-
valuationScenarioReference
-
baseParty
-
quotationCharacteristics
-
sensitivitySetDefinition
-
detail
-
assetValuation
-
id
-
-
Constructor Details
-
ValuationSet
public ValuationSet()
-
-
Method Details
-
getName
-
setName
-
getValuationScenario
Gets the value of the valuationScenario 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 valuationScenario property.For example, to add a new item, do as follows:
getValuationScenario().add(newItem);
Objects of the following type(s) are allowed in the list
ValuationScenario
-
getValuationScenarioReference
Gets the value of the valuationScenarioReference 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 valuationScenarioReference property.For example, to add a new item, do as follows:
getValuationScenarioReference().add(newItem);
Objects of the following type(s) are allowed in the list
ValuationScenarioReference
-
getBaseParty
Gets the value of the baseParty property.- Returns:
- possible object is
PartyReference
-
setBaseParty
Sets the value of the baseParty property.- Parameters:
value
- allowed object isPartyReference
-
getQuotationCharacteristics
Gets the value of the quotationCharacteristics 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 quotationCharacteristics property.For example, to add a new item, do as follows:
getQuotationCharacteristics().add(newItem);
Objects of the following type(s) are allowed in the list
QuotationCharacteristics
-
getSensitivitySetDefinition
Gets the value of the sensitivitySetDefinition 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 sensitivitySetDefinition property.For example, to add a new item, do as follows:
getSensitivitySetDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
SensitivitySetDefinition
-
getDetail
Gets the value of the detail property.- Returns:
- possible object is
ValuationSetDetail
-
setDetail
Sets the value of the detail property.- Parameters:
value
- allowed object isValuationSetDetail
-
getAssetValuation
Gets the value of the assetValuation 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 assetValuation property.For example, to add a new item, do as follows:
getAssetValuation().add(newItem);
Objects of the following type(s) are allowed in the list
AssetValuation
-
getId
-
setId
-