Package org.docx4j.org.w3.x2003.inkML
Class TraceType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.TraceType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#trace
Java class for trace.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="trace.type">
<simpleContent>
<extension base="<http://www.w3.org/2003/InkML>traceData.type">
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="type" default="penDown">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="penDown"/>
<enumeration value="penUp"/>
<enumeration value="indeterminate"/>
</restriction>
</simpleType>
</attribute>
<attribute name="continuation" default="begin">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="begin"/>
<enumeration value="end"/>
<enumeration value="middle"/>
</restriction>
</simpleType>
</attribute>
<attribute name="priorRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="contextRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="brushRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="timeOffset" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected BigIntegerprotected Stringprotected Stringprotected BigIntegerprotected Stringprotected String -
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.Gets the value of the brushRef property.Gets the value of the contextRef property.Gets the value of the continuation property.Gets the value of the duration property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the priorRef property.Gets the value of the timeOffset property.getType()Gets the value of the type property.getValue()Gets the value of the value property.voidsetBrushRef(String value) Sets the value of the brushRef property.voidsetContextRef(String value) Sets the value of the contextRef property.voidsetContinuation(String value) Sets the value of the continuation property.voidsetDuration(BigInteger value) Sets the value of the duration property.voidSets the value of the id property.voidvoidsetPriorRef(String value) Sets the value of the priorRef property.voidsetTimeOffset(BigInteger value) Sets the value of the timeOffset property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
value
-
id
-
type
-
continuation
-
priorRef
-
contextRef
-
brushRef
-
duration
-
timeOffset
-
-
Constructor Details
-
TraceType
public TraceType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getContinuation
Gets the value of the continuation property.- Returns:
- possible object is
String
-
setContinuation
Sets the value of the continuation property.- Parameters:
value- allowed object isString
-
getPriorRef
Gets the value of the priorRef property.- Returns:
- possible object is
String
-
setPriorRef
Sets the value of the priorRef property.- Parameters:
value- allowed object isString
-
getContextRef
Gets the value of the contextRef property.- Returns:
- possible object is
String
-
setContextRef
Sets the value of the contextRef property.- Parameters:
value- allowed object isString
-
getBrushRef
Gets the value of the brushRef property.- Returns:
- possible object is
String
-
setBrushRef
Sets the value of the brushRef property.- Parameters:
value- allowed object isString
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
BigInteger
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isBigInteger
-
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.
-