Class FxAdjustedDateAndDateAdjustments
java.lang.Object
net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
- Direct Known Subclasses:
FxExpiryDate
Defines the expiry/observation schedule of the target.
Java class for FxAdjustedDateAndDateAdjustments complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAdjustedDateAndDateAdjustments">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
<element name="adjustedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedDate property.Gets the value of the dateAdjustments property.voidSets the value of the adjustedDate property.voidSets the value of the dateAdjustments property.
-
Field Details
-
dateAdjustments
-
adjustedDate
-
-
Constructor Details
-
FxAdjustedDateAndDateAdjustments
public FxAdjustedDateAndDateAdjustments()
-
-
Method Details
-
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.- Returns:
- possible object is
XMLGregorianCalendar
-
setAdjustedDate
Sets the value of the adjustedDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-