Class OtherAgreement
java.lang.Object
net.finmath.smartcontract.product.xml.OtherAgreement
An entity for defining the an agreement executed between parties.
Java class for OtherAgreement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherAgreement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementId" maxOccurs="unbounded" minOccurs="0"/> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementType"/> <element name="version" type="{http://www.fpml.org/FpML-5/confirmation}OtherAgreementVersion" minOccurs="0"/> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected List
<OtherAgreementId> protected OtherAgreementType
protected OtherAgreementVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.Gets the value of the identifier property.getType()
Gets the value of the type property.Gets the value of the version property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
setType
(OtherAgreementType value) Sets the value of the type property.void
setVersion
(OtherAgreementVersion value) Sets the value of the version property.
-
Field Details
-
identifier
-
type
-
version
-
date
-
-
Constructor Details
-
OtherAgreement
public OtherAgreement()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
OtherAgreementId
-
getType
Gets the value of the type property.- Returns:
- possible object is
OtherAgreementType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isOtherAgreementType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
OtherAgreementVersion
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isOtherAgreementVersion
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-