public class TraceType extends 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 String |
brushRef |
protected String |
contextRef |
protected String |
continuation |
protected BigInteger |
duration |
protected String |
id |
protected String |
priorRef |
protected BigInteger |
timeOffset |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
TraceType() |
| 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 |
getBrushRef()
Gets the value of the brushRef property.
|
String |
getContextRef()
Gets the value of the contextRef property.
|
String |
getContinuation()
Gets the value of the continuation property.
|
BigInteger |
getDuration()
Gets the value of the duration property.
|
String |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPriorRef()
Gets the value of the priorRef property.
|
BigInteger |
getTimeOffset()
Gets the value of the timeOffset property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setBrushRef(String value)
Sets the value of the brushRef property.
|
void |
setContextRef(String value)
Sets the value of the contextRef property.
|
void |
setContinuation(String value)
Sets the value of the continuation property.
|
void |
setDuration(BigInteger value)
Sets the value of the duration property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setPriorRef(String value)
Sets the value of the priorRef property.
|
void |
setTimeOffset(BigInteger value)
Sets the value of the timeOffset property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String id
protected String type
protected String continuation
protected String priorRef
protected String contextRef
protected String brushRef
protected BigInteger duration
protected BigInteger timeOffset
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getContinuation()
Stringpublic void setContinuation(String value)
value - allowed object is
Stringpublic String getPriorRef()
Stringpublic void setPriorRef(String value)
value - allowed object is
Stringpublic String getContextRef()
Stringpublic void setContextRef(String value)
value - allowed object is
Stringpublic String getBrushRef()
Stringpublic void setBrushRef(String value)
value - allowed object is
Stringpublic BigInteger getDuration()
BigIntegerpublic void setDuration(BigInteger value)
value - allowed object is
BigIntegerpublic 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-2021. All Rights Reserved.