Package org.docx4j.org.w3.x2003.inkML
Class TimestampType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.TimestampType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#timestamp
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigIntegerprotected BigIntegerprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.getTime()Gets the value of the time property.Gets the value of the timeOffset property.Gets the value of the timestampRef property.Gets the value of the timeString property.voidSets the value of the id property.voidvoidsetTime(BigInteger value) Sets the value of the time property.voidsetTimeOffset(BigInteger value) Sets the value of the timeOffset property.voidsetTimestampRef(String value) Sets the value of the timestampRef property.voidSets the value of the timeString property.
-
Field Details
-
id
-
time
-
timestampRef
-
timeString
-
timeOffset
-
-
Constructor Details
-
TimestampType
public TimestampType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTime
Gets the value of the time property.- Returns:
- possible object is
BigInteger
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isBigInteger
-
getTimestampRef
Gets the value of the timestampRef property.- Returns:
- possible object is
String
-
setTimestampRef
Sets the value of the timestampRef property.- Parameters:
value- allowed object isString
-
getTimeString
Gets the value of the timeString property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeString
Sets the value of the timeString property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTimeOffset
Gets the value of the timeOffset property.- Returns:
- possible object is
BigInteger
-
setTimeOffset
Sets the value of the timeOffset property.- Parameters:
value- allowed object isBigInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-