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.String from  
    protected java.lang.String id  
    protected java.lang.String to  
    protected java.lang.String traceDataRef  
  • Constructor Summary

    Constructors
    Constructor Description
    TraceViewType()  
  • Method Summary

    Modifier and Type Method Description
    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.
    java.lang.String getFrom()
    Gets the value of the from 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 getTo()
    Gets the value of the to property.
    java.lang.String getTraceDataRef()
    Gets the value of the traceDataRef property.
    void setFrom​(java.lang.String value)
    Sets the value of the from property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setParent​(java.lang.Object parent)  
    void setTo​(java.lang.String value)
    Sets the value of the to property.
    void setTraceDataRef​(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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.