public class TimestampType extends java.lang.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 java.lang.String |
id |
protected java.math.BigInteger |
time |
protected java.math.BigInteger |
timeOffset |
protected java.lang.String |
timestampRef |
protected javax.xml.datatype.XMLGregorianCalendar |
timeString |
| Constructor and Description |
|---|
TimestampType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getTime()
Gets the value of the time property.
|
java.math.BigInteger |
getTimeOffset()
Gets the value of the timeOffset property.
|
java.lang.String |
getTimestampRef()
Gets the value of the timestampRef property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimeString()
Gets the value of the timeString property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setParent(java.lang.Object parent) |
void |
setTime(java.math.BigInteger value)
Sets the value of the time property.
|
void |
setTimeOffset(java.math.BigInteger value)
Sets the value of the timeOffset property.
|
void |
setTimestampRef(java.lang.String value)
Sets the value of the timestampRef property.
|
void |
setTimeString(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeString property.
|
protected java.lang.String id
protected java.math.BigInteger time
protected java.lang.String timestampRef
protected javax.xml.datatype.XMLGregorianCalendar timeString
protected java.math.BigInteger timeOffset
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getTime()
BigIntegerpublic void setTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getTimestampRef()
Stringpublic void setTimestampRef(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTimeString()
XMLGregorianCalendarpublic void setTimeString(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigInteger getTimeOffset()
BigIntegerpublic void setTimeOffset(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.