Class ContractualTermsSupplement
java.lang.Object
net.finmath.smartcontract.product.xml.ContractualTermsSupplement
A contractual supplement (such as those published by ISDA) and its
publication date that will apply to the trade.
Java class for ContractualTermsSupplement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContractualTermsSupplement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}ContractualSupplement"/> <element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the publicationDate property.getType()
Gets the value of the type property.void
Sets the value of the publicationDate property.void
setType
(ContractualSupplement value) Sets the value of the type property.
-
Field Details
-
type
-
publicationDate
-
-
Constructor Details
-
ContractualTermsSupplement
public ContractualTermsSupplement()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
ContractualSupplement
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isContractualSupplement
-
getPublicationDate
Gets the value of the publicationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPublicationDate
Sets the value of the publicationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-