Package org.docx4j.org.w3.x2003.inkML
Class ContextType
java.lang.Object
org.docx4j.org.w3.x2003.inkML.ContextType
- All Implemented Interfaces:
Child
http://www.w3.org/TR/InkML/#contextElement
Java class for context.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="context.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="canvas" type="{http://www.w3.org/2003/InkML}canvas.type" minOccurs="0"/>
<element name="canvasTransform" type="{http://www.w3.org/2003/InkML}canvasTransform.type" minOccurs="0"/>
<element name="traceFormat" type="{http://www.w3.org/2003/InkML}traceFormat.type" minOccurs="0"/>
<element name="inkSource" type="{http://www.w3.org/2003/InkML}inkSource.type" minOccurs="0"/>
<element name="brush" type="{http://www.w3.org/2003/InkML}brush.type" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2003/InkML}timestamp.type" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="contextRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="canvasRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="canvasTransformRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="traceFormatRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="inkSourceRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="brushRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="timestampRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrushTypeprotected Stringprotected CanvasTypeprotected Stringprotected CanvasTransformTypeprotected Stringprotected Stringprotected Stringprotected InkSourceTypeprotected Stringprotected TimestampTypeprotected Stringprotected TraceFormatTypeprotected String -
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.getBrush()Gets the value of the brush property.Gets the value of the brushRef property.Gets the value of the canvas property.Gets the value of the canvasRef property.Gets the value of the canvasTransform property.Gets the value of the canvasTransformRef property.Gets the value of the contextRef property.getId()Gets the value of the id property.Gets the value of the inkSource property.Gets the value of the inkSourceRef property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the timestamp property.Gets the value of the timestampRef property.Gets the value of the traceFormat property.Gets the value of the traceFormatRef property.voidSets the value of the brush property.voidsetBrushRef(String value) Sets the value of the brushRef property.voidsetCanvas(CanvasType value) Sets the value of the canvas property.voidsetCanvasRef(String value) Sets the value of the canvasRef property.voidSets the value of the canvasTransform property.voidsetCanvasTransformRef(String value) Sets the value of the canvasTransformRef property.voidsetContextRef(String value) Sets the value of the contextRef property.voidSets the value of the id property.voidsetInkSource(InkSourceType value) Sets the value of the inkSource property.voidsetInkSourceRef(String value) Sets the value of the inkSourceRef property.voidvoidsetTimestamp(TimestampType value) Sets the value of the timestamp property.voidsetTimestampRef(String value) Sets the value of the timestampRef property.voidsetTraceFormat(TraceFormatType value) Sets the value of the traceFormat property.voidsetTraceFormatRef(String value) Sets the value of the traceFormatRef property.
-
Field Details
-
canvas
-
canvasTransform
-
traceFormat
-
inkSource
-
brush
-
timestamp
-
id
-
contextRef
-
canvasRef
-
canvasTransformRef
-
traceFormatRef
-
inkSourceRef
-
brushRef
-
timestampRef
-
-
Constructor Details
-
ContextType
public ContextType()
-
-
Method Details
-
getCanvas
Gets the value of the canvas property.- Returns:
- possible object is
CanvasType
-
setCanvas
Sets the value of the canvas property.- Parameters:
value- allowed object isCanvasType
-
getCanvasTransform
Gets the value of the canvasTransform property.- Returns:
- possible object is
CanvasTransformType
-
setCanvasTransform
Sets the value of the canvasTransform property.- Parameters:
value- allowed object isCanvasTransformType
-
getTraceFormat
Gets the value of the traceFormat property.- Returns:
- possible object is
TraceFormatType
-
setTraceFormat
Sets the value of the traceFormat property.- Parameters:
value- allowed object isTraceFormatType
-
getInkSource
Gets the value of the inkSource property.- Returns:
- possible object is
InkSourceType
-
setInkSource
Sets the value of the inkSource property.- Parameters:
value- allowed object isInkSourceType
-
getBrush
Gets the value of the brush property.- Returns:
- possible object is
BrushType
-
setBrush
Sets the value of the brush property.- Parameters:
value- allowed object isBrushType
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
TimestampType
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isTimestampType
-
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
-
getContextRef
Gets the value of the contextRef property.- Returns:
- possible object is
String
-
setContextRef
Sets the value of the contextRef property.- Parameters:
value- allowed object isString
-
getCanvasRef
Gets the value of the canvasRef property.- Returns:
- possible object is
String
-
setCanvasRef
Sets the value of the canvasRef property.- Parameters:
value- allowed object isString
-
getCanvasTransformRef
Gets the value of the canvasTransformRef property.- Returns:
- possible object is
String
-
setCanvasTransformRef
Sets the value of the canvasTransformRef property.- Parameters:
value- allowed object isString
-
getTraceFormatRef
Gets the value of the traceFormatRef property.- Returns:
- possible object is
String
-
setTraceFormatRef
Sets the value of the traceFormatRef property.- Parameters:
value- allowed object isString
-
getInkSourceRef
Gets the value of the inkSourceRef property.- Returns:
- possible object is
String
-
setInkSourceRef
Sets the value of the inkSourceRef property.- Parameters:
value- allowed object isString
-
getBrushRef
Gets the value of the brushRef property.- Returns:
- possible object is
String
-
setBrushRef
Sets the value of the brushRef property.- Parameters:
value- allowed object isString
-
getTimestampRef
Gets the value of the timestampRef property.- Returns:
- possible object is
String
-
setTimestampRef
Sets the value of the timestampRef 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.
-