Class AdjustableDate2
java.lang.Object
net.finmath.smartcontract.product.xml.AdjustableDate2
A type that is different from AdjustableDate in two regards. First, date
adjustments can be specified with either a dateAdjustments element or a reference to an existing
dateAdjustments element. Second, it does not require the specification of date adjustments.
Java class for AdjustableDate2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustableDate2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unadjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/> <choice minOccurs="0"> <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/> <element name="dateAdjustmentsReference" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustmentsReference"/> </choice> <element name="adjustedDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected IdentifiedDate
protected BusinessDayAdjustments
protected BusinessDayAdjustmentsReference
protected String
protected IdentifiedDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustedDate property.Gets the value of the dateAdjustments property.Gets the value of the dateAdjustmentsReference property.getId()
Gets the value of the id property.Gets the value of the unadjustedDate property.void
setAdjustedDate
(IdentifiedDate value) Sets the value of the adjustedDate property.void
Sets the value of the dateAdjustments property.void
Sets the value of the dateAdjustmentsReference property.void
Sets the value of the id property.void
setUnadjustedDate
(IdentifiedDate value) Sets the value of the unadjustedDate property.
-
Field Details
-
unadjustedDate
-
dateAdjustments
-
dateAdjustmentsReference
-
adjustedDate
-
id
-
-
Constructor Details
-
AdjustableDate2
public AdjustableDate2()
-
-
Method Details
-
getUnadjustedDate
Gets the value of the unadjustedDate property.- Returns:
- possible object is
IdentifiedDate
-
setUnadjustedDate
Sets the value of the unadjustedDate property.- Parameters:
value
- allowed object isIdentifiedDate
-
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
-
getDateAdjustmentsReference
Gets the value of the dateAdjustmentsReference property.- Returns:
- possible object is
BusinessDayAdjustmentsReference
-
setDateAdjustmentsReference
Sets the value of the dateAdjustmentsReference property.- Parameters:
value
- allowed object isBusinessDayAdjustmentsReference
-
getAdjustedDate
Gets the value of the adjustedDate property.- Returns:
- possible object is
IdentifiedDate
-
setAdjustedDate
Sets the value of the adjustedDate property.- Parameters:
value
- allowed object isIdentifiedDate
-
getId
-
setId
-