Class ExecutionDateTime
java.lang.Object
net.finmath.smartcontract.product.xml.ExecutionDateTime
A type defining the trade execution date time and the source of it. For use
inside containing types which already have a Reference to a Party that has assigned this trade execution
date time.
Java class for ExecutionDateTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecutionDateTime"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>dateTime"> <attribute name="executionDateTimeScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the executionDateTimeScheme property.getValue()
Gets the value of the value property.void
setExecutionDateTimeScheme
(String value) Sets the value of the executionDateTimeScheme property.void
setValue
(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
executionDateTimeScheme
-
-
Constructor Details
-
ExecutionDateTime
public ExecutionDateTime()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getExecutionDateTimeScheme
-
setExecutionDateTimeScheme
-