Class MasterConfirmation
java.lang.Object
net.finmath.smartcontract.product.xml.MasterConfirmation
An entity for defining the master confirmation agreement executed between
the parties.
Java class for MasterConfirmation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MasterConfirmation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="masterConfirmationType" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmationType"/> <element name="masterConfirmationDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="masterConfirmationAnnexDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="masterConfirmationAnnexType" type="{http://www.fpml.org/FpML-5/confirmation}MasterConfirmationAnnexType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected MasterConfirmationAnnexType
protected XMLGregorianCalendar
protected MasterConfirmationType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the masterConfirmationAnnexDate property.Gets the value of the masterConfirmationAnnexType property.Gets the value of the masterConfirmationDate property.Gets the value of the masterConfirmationType property.void
Sets the value of the masterConfirmationAnnexDate property.void
Sets the value of the masterConfirmationAnnexType property.void
Sets the value of the masterConfirmationDate property.void
Sets the value of the masterConfirmationType property.
-
Field Details
-
masterConfirmationType
-
masterConfirmationDate
-
masterConfirmationAnnexDate
-
masterConfirmationAnnexType
-
-
Constructor Details
-
MasterConfirmation
public MasterConfirmation()
-
-
Method Details
-
getMasterConfirmationType
Gets the value of the masterConfirmationType property.- Returns:
- possible object is
MasterConfirmationType
-
setMasterConfirmationType
Sets the value of the masterConfirmationType property.- Parameters:
value
- allowed object isMasterConfirmationType
-
getMasterConfirmationDate
Gets the value of the masterConfirmationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMasterConfirmationDate
Sets the value of the masterConfirmationDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getMasterConfirmationAnnexDate
Gets the value of the masterConfirmationAnnexDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMasterConfirmationAnnexDate
Sets the value of the masterConfirmationAnnexDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getMasterConfirmationAnnexType
Gets the value of the masterConfirmationAnnexType property.- Returns:
- possible object is
MasterConfirmationAnnexType
-
setMasterConfirmationAnnexType
Sets the value of the masterConfirmationAnnexType property.- Parameters:
value
- allowed object isMasterConfirmationAnnexType
-