public class TraceType extends java.lang.Object implements Child
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
brushRef |
protected java.lang.String |
contextRef |
protected java.lang.String |
continuation |
protected java.math.BigInteger |
duration |
protected java.lang.String |
id |
protected java.lang.String |
priorRef |
protected java.math.BigInteger |
timeOffset |
protected java.lang.String |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
TraceType() |
| 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 |
getBrushRef()
Gets the value of the brushRef property.
|
java.lang.String |
getContextRef()
Gets the value of the contextRef property.
|
java.lang.String |
getContinuation()
Gets the value of the continuation property.
|
java.math.BigInteger |
getDuration()
Gets the value of the duration property.
|
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.lang.String |
getPriorRef()
Gets the value of the priorRef property.
|
java.math.BigInteger |
getTimeOffset()
Gets the value of the timeOffset property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setBrushRef(java.lang.String value)
Sets the value of the brushRef property.
|
void |
setContextRef(java.lang.String value)
Sets the value of the contextRef property.
|
void |
setContinuation(java.lang.String value)
Sets the value of the continuation property.
|
void |
setDuration(java.math.BigInteger value)
Sets the value of the duration property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setParent(java.lang.Object parent) |
void |
setPriorRef(java.lang.String value)
Sets the value of the priorRef property.
|
void |
setTimeOffset(java.math.BigInteger value)
Sets the value of the timeOffset property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String id
protected java.lang.String type
protected java.lang.String continuation
protected java.lang.String priorRef
protected java.lang.String contextRef
protected java.lang.String brushRef
protected java.math.BigInteger duration
protected java.math.BigInteger timeOffset
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContinuation()
Stringpublic void setContinuation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPriorRef()
Stringpublic void setPriorRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContextRef()
Stringpublic void setContextRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBrushRef()
Stringpublic void setBrushRef(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDuration()
BigIntegerpublic void setDuration(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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–2025. All rights reserved.