Class AdjustableDates
Java class for AdjustableDates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustableDates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unadjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" maxOccurs="unbounded"/> <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/> <element name="adjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" 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
<IdentifiedDate> protected BusinessDayAdjustments
protected String
protected List
<IdentifiedDate> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedDate property.Gets the value of the dateAdjustments property.getId()
Gets the value of the id property.Gets the value of the unadjustedDate property.void
Sets the value of the dateAdjustments property.void
Sets the value of the id property.
-
Field Details
-
unadjustedDate
-
dateAdjustments
-
adjustedDate
-
id
-
-
Constructor Details
-
AdjustableDates
public AdjustableDates()
-
-
Method Details
-
getUnadjustedDate
Gets the value of the unadjustedDate 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 unadjustedDate property.For example, to add a new item, do as follows:
getUnadjustedDate().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifiedDate
-
getDateAdjustments
Gets the value of the dateAdjustments property.- Returns:
- possible object is
BusinessDayAdjustments
-
setDateAdjustments
Sets the value of the dateAdjustments property.- Parameters:
value
- allowed object isBusinessDayAdjustments
-
getAdjustedDate
Gets the value of the adjustedDate 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 adjustedDate property.For example, to add a new item, do as follows:
getAdjustedDate().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifiedDate
-
getId
-
setId
-