net.finmath.smartcontract.product.xml.ValuationSet Maven / Gradle / Ivy
Show all versions of finmath-smart-derivative-contract Show documentation
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.12.05 at 10:53:57 AM CET
//
package net.finmath.smartcontract.product.xml;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlID;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* A set of valuation inputs and results. This structure can be used for
* requesting valuations, or for reporting them. In general, the request fills in fewer elements.
*
*
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ValuationSet", propOrder = {
"name",
"valuationScenario",
"valuationScenarioReference",
"baseParty",
"quotationCharacteristics",
"sensitivitySetDefinition",
"detail",
"assetValuation"
})
public class ValuationSet {
protected String name;
protected List valuationScenario;
protected List valuationScenarioReference;
protected PartyReference baseParty;
protected List quotationCharacteristics;
protected List sensitivitySetDefinition;
protected ValuationSetDetail detail;
protected List assetValuation;
@XmlAttribute(name = "id")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String id;
/**
* Gets the value of the name property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getName() {
return name;
}
/**
* Sets the value of the name property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setName(String value) {
this.name = value;
}
/**
* 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
* {@link ValuationScenario }
*
*
*/
public List getValuationScenario() {
if (valuationScenario == null) {
valuationScenario = new ArrayList();
}
return this.valuationScenario;
}
/**
* 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
* {@link ValuationScenarioReference }
*
*
*/
public List getValuationScenarioReference() {
if (valuationScenarioReference == null) {
valuationScenarioReference = new ArrayList();
}
return this.valuationScenarioReference;
}
/**
* Gets the value of the baseParty property.
*
* @return
* possible object is
* {@link PartyReference }
*
*/
public PartyReference getBaseParty() {
return baseParty;
}
/**
* Sets the value of the baseParty property.
*
* @param value
* allowed object is
* {@link PartyReference }
*
*/
public void setBaseParty(PartyReference value) {
this.baseParty = value;
}
/**
* 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
* {@link QuotationCharacteristics }
*
*
*/
public List getQuotationCharacteristics() {
if (quotationCharacteristics == null) {
quotationCharacteristics = new ArrayList();
}
return this.quotationCharacteristics;
}
/**
* 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
* {@link SensitivitySetDefinition }
*
*
*/
public List getSensitivitySetDefinition() {
if (sensitivitySetDefinition == null) {
sensitivitySetDefinition = new ArrayList();
}
return this.sensitivitySetDefinition;
}
/**
* Gets the value of the detail property.
*
* @return
* possible object is
* {@link ValuationSetDetail }
*
*/
public ValuationSetDetail getDetail() {
return detail;
}
/**
* Sets the value of the detail property.
*
* @param value
* allowed object is
* {@link ValuationSetDetail }
*
*/
public void setDetail(ValuationSetDetail value) {
this.detail = value;
}
/**
* 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
* {@link AssetValuation }
*
*
*/
public List getAssetValuation() {
if (assetValuation == null) {
assetValuation = new ArrayList();
}
return this.assetValuation;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
}