Class FxAccrual
Java class for FxAccrual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAccrual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="observable" type="{http://www.fpml.org/FpML-5/confirmation}FxRateObservable" maxOccurs="unbounded"/> <element name="accrualRegion" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualRegion" maxOccurs="unbounded"/> <element name="fixingSchedule" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingSchedule"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<FxAccrualRegion> protected FxFixingSchedule
protected String
protected List
<FxRateObservable> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accrualRegion property.Gets the value of the fixingSchedule property.getId()
Gets the value of the id property.Gets the value of the observable property.void
Sets the value of the fixingSchedule property.void
Sets the value of the id property.
-
Field Details
-
observable
-
accrualRegion
-
fixingSchedule
-
id
-
-
Constructor Details
-
FxAccrual
public FxAccrual()
-
-
Method Details
-
getObservable
Gets the value of the observable 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 observable property.For example, to add a new item, do as follows:
getObservable().add(newItem);
Objects of the following type(s) are allowed in the list
FxRateObservable
-
getAccrualRegion
Gets the value of the accrualRegion 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 accrualRegion property.For example, to add a new item, do as follows:
getAccrualRegion().add(newItem);
Objects of the following type(s) are allowed in the list
FxAccrualRegion
-
getFixingSchedule
Gets the value of the fixingSchedule property.- Returns:
- possible object is
FxFixingSchedule
-
setFixingSchedule
Sets the value of the fixingSchedule property.- Parameters:
value
- allowed object isFxFixingSchedule
-
getId
-
setId
-