public class TableType extends java.lang.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 java.lang.String |
apply |
protected java.lang.String |
id |
protected java.lang.String |
interpolation |
protected java.lang.String |
value |
| Constructor and Description |
|---|
TableType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.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 |
getApply()
Gets the value of the apply property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getInterpolation()
Gets the value of the interpolation property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getValue()
A table of decimals or table of boolean values.
|
void |
setApply(java.lang.String value)
Sets the value of the apply property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInterpolation(java.lang.String value)
Sets the value of the interpolation property.
|
void |
setParent(java.lang.Object parent) |
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String id
protected java.lang.String apply
protected java.lang.String interpolation
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApply()
Stringpublic void setApply(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInterpolation()
Stringpublic void setInterpolation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.