public class TableType extends Object implements Child
Java class for table.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="table.type">
<simpleContent>
<extension base="<http://www.w3.org/2003/InkML>decimalTableOrBooleanTable.type">
<attribute ref="{http://www.w3.org/XML/1998/namespace}id"/>
<attribute name="apply" default="absolute">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="absolute"/>
<enumeration value="relative"/>
</restriction>
</simpleType>
</attribute>
<attribute name="interpolation" default="linear">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="floor"/>
<enumeration value="middle"/>
<enumeration value="ceiling"/>
<enumeration value="linear"/>
<enumeration value="cubic"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apply |
protected String |
id |
protected String |
interpolation |
protected String |
value |
| Constructor and Description |
|---|
TableType() |
| 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 |
getApply()
Gets the value of the apply property.
|
String |
getId()
Gets the value of the id property.
|
String |
getInterpolation()
Gets the value of the interpolation property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getValue()
A table of decimals or table of boolean values.
|
void |
setApply(String value)
Sets the value of the apply property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInterpolation(String value)
Sets the value of the interpolation property.
|
void |
setParent(Object parent) |
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String id
protected String apply
protected String interpolation
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getApply()
Stringpublic void setApply(String value)
value - allowed object is
Stringpublic String getInterpolation()
Stringpublic void setInterpolation(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-2022. All Rights Reserved.