Class TradeTimestamp
java.lang.Object
net.finmath.smartcontract.product.xml.TradeTimestamp
A generic trade timestamp
Java class for TradeTimestamp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeTimestamp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}TimestampTypeScheme"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.getValue()
Gets the value of the value property.void
setType
(TimestampTypeScheme value) Sets the value of the type property.void
setValue
(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
type
-
value
-
-
Constructor Details
-
TradeTimestamp
public TradeTimestamp()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
TimestampTypeScheme
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isTimestampTypeScheme
-
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
-