public class TimestampType extends Object implements Child
Java class for timestamp.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timestamp.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/XML/1998/namespace}id use="required""/>
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="timestampRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="timeString" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="timeOffset" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
time |
protected BigInteger |
timeOffset |
protected String |
timestampRef |
protected XMLGregorianCalendar |
timeString |
| Constructor and Description |
|---|
TimestampType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getTime()
Gets the value of the time property.
|
BigInteger |
getTimeOffset()
Gets the value of the timeOffset property.
|
String |
getTimestampRef()
Gets the value of the timestampRef property.
|
XMLGregorianCalendar |
getTimeString()
Gets the value of the timeString property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setTime(BigInteger value)
Sets the value of the time property.
|
void |
setTimeOffset(BigInteger value)
Sets the value of the timeOffset property.
|
void |
setTimestampRef(String value)
Sets the value of the timestampRef property.
|
void |
setTimeString(XMLGregorianCalendar value)
Sets the value of the timeString property.
|
protected String id
protected BigInteger time
protected String timestampRef
protected XMLGregorianCalendar timeString
protected BigInteger timeOffset
public void setId(String value)
value - allowed object is
Stringpublic BigInteger getTime()
BigIntegerpublic void setTime(BigInteger value)
value - allowed object is
BigIntegerpublic String getTimestampRef()
Stringpublic void setTimestampRef(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTimeString()
XMLGregorianCalendarpublic void setTimeString(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getTimeOffset()
BigIntegerpublic void setTimeOffset(BigInteger value)
value - allowed object is
BigIntegerpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.