public class CanvasType extends Object implements Child
Java class for canvas.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="canvas.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="traceFormat" type="{http://www.w3.org/2003/InkML}traceFormat.type" minOccurs="0"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="traceFormatRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected TraceFormatType |
traceFormat |
protected String |
traceFormatRef |
| Constructor and Description |
|---|
CanvasType() |
| 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 |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
TraceFormatType |
getTraceFormat()
Gets the value of the traceFormat property.
|
String |
getTraceFormatRef()
Gets the value of the traceFormatRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setTraceFormat(TraceFormatType value)
Sets the value of the traceFormat property.
|
void |
setTraceFormatRef(String value)
Sets the value of the traceFormatRef property.
|
protected TraceFormatType traceFormat
protected String id
protected String traceFormatRef
public TraceFormatType getTraceFormat()
TraceFormatTypepublic void setTraceFormat(TraceFormatType value)
value - allowed object is
TraceFormatTypepublic void setId(String value)
value - allowed object is
Stringpublic String getTraceFormatRef()
Stringpublic void setTraceFormatRef(String value)
value - allowed object is
Stringpublic 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-2019. All Rights Reserved.