Package org.docx4j.org.w3.x2003.inkML
Class TraceViewType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.TraceViewType
- All Implemented Interfaces:
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 -
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.getFrom()Gets the value of the from property.getId()Gets the value of the id property.Gets the parent object in the object tree representing the unmarshalled xml document.getTo()Gets the value of the to property.Gets the value of the traceDataRef property.voidSets the value of the from property.voidSets the value of the id property.voidvoidSets the value of the to property.voidsetTraceDataRef(String value) Sets the value of the traceDataRef property.
-
Field Details
-
id
-
traceDataRef
-
from
-
to
-
-
Constructor Details
-
TraceViewType
public TraceViewType()
-
-
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
-
getTraceDataRef
Gets the value of the traceDataRef property.- Returns:
- possible object is
String
-
setTraceDataRef
Sets the value of the traceDataRef property.- Parameters:
value- allowed object isString
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
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.
-