Class MultiDimensionalPricingData
Java class for MultiDimensionalPricingData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultiDimensionalPricingData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics.model" minOccurs="0"/> <element name="point" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructurePoint" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenter
protected CashflowType
protected Currency
protected ReportingCurrencyType
protected ExchangeId
protected XMLGregorianCalendar
protected List
<InformationSource> protected AssetMeasureType
protected List
<PricingStructurePoint> protected PricingModel
protected PriceQuoteUnits
protected QuotationSideEnum
protected XMLGregorianCalendar
protected QuoteTiming
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenter property.Gets the value of the cashflowType property.Gets the value of the currency property.Gets the value of the currencyType property.Gets the value of the exchangeId property.Gets the value of the expiryTime property.Gets the value of the informationSource property.Gets the value of the measureType property.getPoint()
Gets the value of the point property.Gets the value of the pricingModel property.Gets the value of the quoteUnits property.getSide()
Gets the value of the side property.getTime()
Gets the value of the time property.Gets the value of the timing property.Gets the value of the valuationDate property.void
setBusinessCenter
(BusinessCenter value) Sets the value of the businessCenter property.void
setCashflowType
(CashflowType value) Sets the value of the cashflowType property.void
setCurrency
(Currency value) Sets the value of the currency property.void
Sets the value of the currencyType property.void
setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
Sets the value of the expiryTime property.void
setMeasureType
(AssetMeasureType value) Sets the value of the measureType property.void
setPricingModel
(PricingModel value) Sets the value of the pricingModel property.void
setQuoteUnits
(PriceQuoteUnits value) Sets the value of the quoteUnits property.void
setSide
(QuotationSideEnum value) Sets the value of the side property.void
setTime
(XMLGregorianCalendar value) Sets the value of the time property.void
setTiming
(QuoteTiming value) Sets the value of the timing property.void
Sets the value of the valuationDate property.
-
Field Details
-
measureType
-
quoteUnits
-
side
-
currency
-
currencyType
-
timing
-
businessCenter
-
exchangeId
-
informationSource
-
pricingModel
-
time
-
valuationDate
-
expiryTime
-
cashflowType
-
point
-
-
Constructor Details
-
MultiDimensionalPricingData
public MultiDimensionalPricingData()
-
-
Method Details
-
getMeasureType
Gets the value of the measureType property.- Returns:
- possible object is
AssetMeasureType
-
setMeasureType
Sets the value of the measureType property.- Parameters:
value
- allowed object isAssetMeasureType
-
getQuoteUnits
Gets the value of the quoteUnits property.- Returns:
- possible object is
PriceQuoteUnits
-
setQuoteUnits
Sets the value of the quoteUnits property.- Parameters:
value
- allowed object isPriceQuoteUnits
-
getSide
Gets the value of the side property.- Returns:
- possible object is
QuotationSideEnum
-
setSide
Sets the value of the side property.- Parameters:
value
- allowed object isQuotationSideEnum
-
getCurrency
-
setCurrency
-
getCurrencyType
Gets the value of the currencyType property.- Returns:
- possible object is
ReportingCurrencyType
-
setCurrencyType
Sets the value of the currencyType property.- Parameters:
value
- allowed object isReportingCurrencyType
-
getTiming
Gets the value of the timing property.- Returns:
- possible object is
QuoteTiming
-
setTiming
Sets the value of the timing property.- Parameters:
value
- allowed object isQuoteTiming
-
getBusinessCenter
Gets the value of the businessCenter property.- Returns:
- possible object is
BusinessCenter
-
setBusinessCenter
Sets the value of the businessCenter property.- Parameters:
value
- allowed object isBusinessCenter
-
getExchangeId
Gets the value of the exchangeId property.- Returns:
- possible object is
ExchangeId
-
setExchangeId
Sets the value of the exchangeId property.- Parameters:
value
- allowed object isExchangeId
-
getInformationSource
Gets the value of the informationSource 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 informationSource property.For example, to add a new item, do as follows:
getInformationSource().add(newItem);
Objects of the following type(s) are allowed in the list
InformationSource
-
getPricingModel
Gets the value of the pricingModel property.- Returns:
- possible object is
PricingModel
-
setPricingModel
Sets the value of the pricingModel property.- Parameters:
value
- allowed object isPricingModel
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getValuationDate
Gets the value of the valuationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValuationDate
Sets the value of the valuationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getExpiryTime
Gets the value of the expiryTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCashflowType
Gets the value of the cashflowType property.- Returns:
- possible object is
CashflowType
-
setCashflowType
Sets the value of the cashflowType property.- Parameters:
value
- allowed object isCashflowType
-
getPoint
Gets the value of the point 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 point property.For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
PricingStructurePoint
-