public class TimestampedTimeZone extends Object
Java class for timestampedTimeZone complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timestampedTimeZone">
<simpleContent>
<extension base="<http://www.witsml.org/schemas/1series>abstractTimeZone">
<attribute name="dTim" type="{http://www.witsml.org/schemas/1series}timestamp" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
TimestampedTimeZone() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDTim()
Gets the value of the dTim property.
|
String |
getValue()
A time zone conforming to the XSD:dateTime specification.
|
void |
setDTim(XMLGregorianCalendar value)
Sets the value of the dTim property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDTim()
XMLGregorianCalendarpublic void setDTim(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.