Class AdjustableDateOrRelativeDateSequence
java.lang.Object
net.finmath.smartcontract.product.xml.AdjustableDateOrRelativeDateSequence
A type describing a date defined as subject to adjustment or defined in
reference to another date through one or several date offsets.
Java class for AdjustableDateOrRelativeDateSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjustableDateOrRelativeDateSequence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/> <element name="relativeDateSequence" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateSequence"/> </choice> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableDate
protected String
protected RelativeDateSequence
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjustableDate property.getId()
Gets the value of the id property.Gets the value of the relativeDateSequence property.void
setAdjustableDate
(AdjustableDate value) Sets the value of the adjustableDate property.void
Sets the value of the id property.void
Sets the value of the relativeDateSequence property.
-
Field Details
-
adjustableDate
-
relativeDateSequence
-
id
-
-
Constructor Details
-
AdjustableDateOrRelativeDateSequence
public AdjustableDateOrRelativeDateSequence()
-
-
Method Details
-
getAdjustableDate
Gets the value of the adjustableDate property.- Returns:
- possible object is
AdjustableDate
-
setAdjustableDate
Sets the value of the adjustableDate property.- Parameters:
value
- allowed object isAdjustableDate
-
getRelativeDateSequence
Gets the value of the relativeDateSequence property.- Returns:
- possible object is
RelativeDateSequence
-
setRelativeDateSequence
Sets the value of the relativeDateSequence property.- Parameters:
value
- allowed object isRelativeDateSequence
-
getId
-
setId
-