Package org.docx4j.org.w3.x2003.inkML
Class TraceViewType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.TraceViewType
- All Implemented Interfaces:
Child
public class TraceViewType extends java.lang.Object implements Child
http://www.w3.org/TR/InkML/#traceViewElement
Java class for traceView.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="traceView.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="traceDataRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="from" type="{http://www.w3.org/2003/InkML}integerList.type" />
<attribute name="to" type="{http://www.w3.org/2003/InkML}integerList.type" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringfromprotected java.lang.Stringidprotected java.lang.Stringtoprotected java.lang.StringtraceDataRef -
Constructor Summary
Constructors Constructor Description TraceViewType() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetFrom()Gets the value of the from property.java.lang.StringgetId()Gets the value of the id property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetTo()Gets the value of the to property.java.lang.StringgetTraceDataRef()Gets the value of the traceDataRef property.voidsetFrom(java.lang.String value)Sets the value of the from property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetParent(java.lang.Object parent)voidsetTo(java.lang.String value)Sets the value of the to property.voidsetTraceDataRef(java.lang.String value)Sets the value of the traceDataRef property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
protected java.lang.String id -
traceDataRef
protected java.lang.String traceDataRef -
from
protected java.lang.String from -
to
protected java.lang.String to
-
-
Constructor Details
-
TraceViewType
public TraceViewType()
-
-
Method Details
-
getId
public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTraceDataRef
public java.lang.String getTraceDataRef()Gets the value of the traceDataRef property.- Returns:
- possible object is
String
-
setTraceDataRef
public void setTraceDataRef(java.lang.String value)Sets the value of the traceDataRef property.- Parameters:
value- allowed object isString
-
getFrom
public java.lang.String getFrom()Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
public void setFrom(java.lang.String value)Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
public java.lang.String getTo()Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
public void setTo(java.lang.String value)Sets the value of the to property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-