org.fpml.fpml_5.confirmation.SensitivitySetDefinition Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.05.10 at 03:58:40 PM UTC
//
package org.fpml.fpml_5.confirmation;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* A sensitivity report definition, consisting of a collection of sensitivity definitions.
*
* Java class for SensitivitySetDefinition complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="SensitivitySetDefinition">
* <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="sensitivityCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" minOccurs="0"/>
* <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" minOccurs="0"/>
* <element name="pricingInputType" type="{http://www.fpml.org/FpML-5/confirmation}PricingInputType" minOccurs="0"/>
* <element name="pricingInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference" minOccurs="0"/>
* <element name="scale" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
* <element name="sensitivityDefinition" type="{http://www.fpml.org/FpML-5/confirmation}SensitivityDefinition" maxOccurs="unbounded" minOccurs="0"/>
* <element name="calculationProcedure" type="{http://www.fpml.org/FpML-5/confirmation}DerivativeCalculationProcedure" minOccurs="0"/>
* </sequence>
* <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SensitivitySetDefinition", propOrder = {
"name",
"sensitivityCharacteristics",
"valuationScenarioReference",
"pricingInputType",
"pricingInputReference",
"scale",
"sensitivityDefinition",
"calculationProcedure"
})
public class SensitivitySetDefinition {
protected String name;
protected QuotationCharacteristics sensitivityCharacteristics;
protected ValuationScenarioReference valuationScenarioReference;
protected PricingInputType pricingInputType;
protected PricingStructureReference pricingInputReference;
@XmlElement(required = true)
protected BigDecimal scale;
protected List sensitivityDefinition;
protected DerivativeCalculationProcedure calculationProcedure;
@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 sensitivityCharacteristics property.
*
* @return
* possible object is
* {@link QuotationCharacteristics }
*
*/
public QuotationCharacteristics getSensitivityCharacteristics() {
return sensitivityCharacteristics;
}
/**
* Sets the value of the sensitivityCharacteristics property.
*
* @param value
* allowed object is
* {@link QuotationCharacteristics }
*
*/
public void setSensitivityCharacteristics(QuotationCharacteristics value) {
this.sensitivityCharacteristics = value;
}
/**
* Gets the value of the valuationScenarioReference property.
*
* @return
* possible object is
* {@link ValuationScenarioReference }
*
*/
public ValuationScenarioReference getValuationScenarioReference() {
return valuationScenarioReference;
}
/**
* Sets the value of the valuationScenarioReference property.
*
* @param value
* allowed object is
* {@link ValuationScenarioReference }
*
*/
public void setValuationScenarioReference(ValuationScenarioReference value) {
this.valuationScenarioReference = value;
}
/**
* Gets the value of the pricingInputType property.
*
* @return
* possible object is
* {@link PricingInputType }
*
*/
public PricingInputType getPricingInputType() {
return pricingInputType;
}
/**
* Sets the value of the pricingInputType property.
*
* @param value
* allowed object is
* {@link PricingInputType }
*
*/
public void setPricingInputType(PricingInputType value) {
this.pricingInputType = value;
}
/**
* Gets the value of the pricingInputReference property.
*
* @return
* possible object is
* {@link PricingStructureReference }
*
*/
public PricingStructureReference getPricingInputReference() {
return pricingInputReference;
}
/**
* Sets the value of the pricingInputReference property.
*
* @param value
* allowed object is
* {@link PricingStructureReference }
*
*/
public void setPricingInputReference(PricingStructureReference value) {
this.pricingInputReference = value;
}
/**
* Gets the value of the scale property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getScale() {
return scale;
}
/**
* Sets the value of the scale property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public void setScale(BigDecimal value) {
this.scale = value;
}
/**
* Gets the value of the sensitivityDefinition 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 JAXB object.
* This is why there is not a set
method for the sensitivityDefinition property.
*
*
* For example, to add a new item, do as follows:
*
* getSensitivityDefinition().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SensitivityDefinition }
*
*
*/
public List getSensitivityDefinition() {
if (sensitivityDefinition == null) {
sensitivityDefinition = new ArrayList();
}
return this.sensitivityDefinition;
}
/**
* Gets the value of the calculationProcedure property.
*
* @return
* possible object is
* {@link DerivativeCalculationProcedure }
*
*/
public DerivativeCalculationProcedure getCalculationProcedure() {
return calculationProcedure;
}
/**
* Sets the value of the calculationProcedure property.
*
* @param value
* allowed object is
* {@link DerivativeCalculationProcedure }
*
*/
public void setCalculationProcedure(DerivativeCalculationProcedure value) {
this.calculationProcedure = value;
}
/**
* 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;
}
}