public class TabDimensions
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TabOffset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TabsPerBank" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TabExtensionDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TabSetCollationOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="TabEdge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="TabWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
tabEdge |
protected java.lang.Double |
tabExtensionDistance |
protected java.lang.Double |
tabOffset |
protected java.lang.String |
tabSetCollationOrder |
protected java.lang.Integer |
tabsPerBank |
protected java.lang.Double |
tabWidth |
| Constructor and Description |
|---|
TabDimensions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTabEdge()
Gets the value of the tabEdge property.
|
java.lang.Double |
getTabExtensionDistance()
Gets the value of the tabExtensionDistance property.
|
java.lang.Double |
getTabOffset()
Gets the value of the tabOffset property.
|
java.lang.String |
getTabSetCollationOrder()
Gets the value of the tabSetCollationOrder property.
|
java.lang.Integer |
getTabsPerBank()
Gets the value of the tabsPerBank property.
|
java.lang.Double |
getTabWidth()
Gets the value of the tabWidth property.
|
void |
setTabEdge(java.lang.String value)
Sets the value of the tabEdge property.
|
void |
setTabExtensionDistance(java.lang.Double value)
Sets the value of the tabExtensionDistance property.
|
void |
setTabOffset(java.lang.Double value)
Sets the value of the tabOffset property.
|
void |
setTabSetCollationOrder(java.lang.String value)
Sets the value of the tabSetCollationOrder property.
|
void |
setTabsPerBank(java.lang.Integer value)
Sets the value of the tabsPerBank property.
|
void |
setTabWidth(java.lang.Double value)
Sets the value of the tabWidth property.
|
protected java.lang.Double tabOffset
protected java.lang.Integer tabsPerBank
protected java.lang.Double tabExtensionDistance
protected java.lang.String tabSetCollationOrder
protected java.lang.String tabEdge
protected java.lang.Double tabWidth
public java.lang.Double getTabOffset()
Doublepublic void setTabOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getTabsPerBank()
Integerpublic void setTabsPerBank(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getTabExtensionDistance()
Doublepublic void setTabExtensionDistance(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTabSetCollationOrder()
Stringpublic void setTabSetCollationOrder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTabEdge()
Stringpublic void setTabEdge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTabWidth()
Doublepublic void setTabWidth(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.