Class ImplementationSpecification
java.lang.Object
net.finmath.smartcontract.product.xml.ImplementationSpecification
A version of a specification document used by the message generator to
format the document.
Java class for ImplementationSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImplementationSpecification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/> <element name="version" type="{http://www.fpml.org/FpML-5/confirmation}ImplementationSpecificationVersion" 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 String
protected ImplementationSpecificationVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.getName()
Gets the value of the name property.Gets the value of the version property.void
setDate
(XMLGregorianCalendar value) Sets the value of the date property.void
Sets the value of the name property.void
Sets the value of the version property.
-
Field Details
-
name
-
version
-
date
-
-
Constructor Details
-
ImplementationSpecification
public ImplementationSpecification()
-
-
Method Details
-
getName
-
setName
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
ImplementationSpecificationVersion
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isImplementationSpecificationVersion
-
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
-