public class TabDimensions extends Object implements 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 String |
tabEdge |
protected Double |
tabExtensionDistance |
protected Double |
tabOffset |
protected String |
tabSetCollationOrder |
protected Integer |
tabsPerBank |
protected Double |
tabWidth |
| Constructor and Description |
|---|
TabDimensions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTabEdge()
Gets the value of the tabEdge property.
|
Double |
getTabExtensionDistance()
Gets the value of the tabExtensionDistance property.
|
Double |
getTabOffset()
Gets the value of the tabOffset property.
|
String |
getTabSetCollationOrder()
Gets the value of the tabSetCollationOrder property.
|
Integer |
getTabsPerBank()
Gets the value of the tabsPerBank property.
|
Double |
getTabWidth()
Gets the value of the tabWidth property.
|
void |
setTabEdge(String value)
Sets the value of the tabEdge property.
|
void |
setTabExtensionDistance(Double value)
Sets the value of the tabExtensionDistance property.
|
void |
setTabOffset(Double value)
Sets the value of the tabOffset property.
|
void |
setTabSetCollationOrder(String value)
Sets the value of the tabSetCollationOrder property.
|
void |
setTabsPerBank(Integer value)
Sets the value of the tabsPerBank property.
|
void |
setTabWidth(Double value)
Sets the value of the tabWidth property.
|
protected Double tabOffset
protected Integer tabsPerBank
protected Double tabExtensionDistance
protected String tabSetCollationOrder
protected String tabEdge
protected Double tabWidth
public Double getTabOffset()
Doublepublic void setTabOffset(Double value)
value - allowed object is
Doublepublic Integer getTabsPerBank()
Integerpublic void setTabsPerBank(Integer value)
value - allowed object is
Integerpublic Double getTabExtensionDistance()
Doublepublic void setTabExtensionDistance(Double value)
value - allowed object is
Doublepublic String getTabSetCollationOrder()
Stringpublic void setTabSetCollationOrder(String value)
value - allowed object is
Stringpublic String getTabEdge()
Stringpublic void setTabEdge(String value)
value - allowed object is
Stringpublic Double getTabWidth()
DoubleCopyright © 2013. All Rights Reserved.