Class PrevailingTime
java.lang.Object
net.finmath.smartcontract.product.xml.PrevailingTime
A type for defining a time with respect to a geographic location, for
example 11:00 Phoenix, USA. This type should be used where a wider range of locations than those
available as business centres is required.
Java class for PrevailingTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrevailingTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hourMinuteTime" type="{http://www.fpml.org/FpML-5/confirmation}HourMinuteTime"/>
<element name="location" type="{http://www.fpml.org/FpML-5/confirmation}TimezoneLocation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hourMinuteTime property.Gets the value of the location property.voidSets the value of the hourMinuteTime property.voidsetLocation(TimezoneLocation value)Sets the value of the location property.
-
Field Details
-
hourMinuteTime
-
location
-
-
Constructor Details
-
PrevailingTime
public PrevailingTime()
-
-
Method Details
-
getHourMinuteTime
Gets the value of the hourMinuteTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setHourMinuteTime
Sets the value of the hourMinuteTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
TimezoneLocation
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isTimezoneLocation
-