public class Tabs
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="TabCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TabsPerBank" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TabBanks" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TabExtensionDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TabBodyCopy" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabExtensionMylar" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabMylarColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="TabMylarColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TabBindMylar" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
tabBanks |
protected java.lang.Boolean |
tabBindMylar |
protected java.lang.Boolean |
tabBodyCopy |
protected java.lang.String |
tabBrand |
protected java.lang.Integer |
tabCount |
protected java.lang.Double |
tabExtensionDistance |
protected java.lang.Boolean |
tabExtensionMylar |
protected EnumNamedColor |
tabMylarColor |
protected java.lang.String |
tabMylarColorDetails |
protected java.lang.Integer |
tabsPerBank |
| Constructor and Description |
|---|
Tabs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getTabBanks()
Gets the value of the tabBanks property.
|
java.lang.Boolean |
getTabBindMylar()
Gets the value of the tabBindMylar property.
|
java.lang.Boolean |
getTabBodyCopy()
Gets the value of the tabBodyCopy property.
|
java.lang.String |
getTabBrand()
Gets the value of the tabBrand property.
|
java.lang.Integer |
getTabCount()
Gets the value of the tabCount property.
|
java.lang.Double |
getTabExtensionDistance()
Gets the value of the tabExtensionDistance property.
|
java.lang.Boolean |
getTabExtensionMylar()
Gets the value of the tabExtensionMylar property.
|
EnumNamedColor |
getTabMylarColor()
Gets the value of the tabMylarColor property.
|
java.lang.String |
getTabMylarColorDetails()
Gets the value of the tabMylarColorDetails property.
|
java.lang.Integer |
getTabsPerBank()
Gets the value of the tabsPerBank property.
|
void |
setTabBanks(java.lang.Integer value)
Sets the value of the tabBanks property.
|
void |
setTabBindMylar(java.lang.Boolean value)
Sets the value of the tabBindMylar property.
|
void |
setTabBodyCopy(java.lang.Boolean value)
Sets the value of the tabBodyCopy property.
|
void |
setTabBrand(java.lang.String value)
Sets the value of the tabBrand property.
|
void |
setTabCount(java.lang.Integer value)
Sets the value of the tabCount property.
|
void |
setTabExtensionDistance(java.lang.Double value)
Sets the value of the tabExtensionDistance property.
|
void |
setTabExtensionMylar(java.lang.Boolean value)
Sets the value of the tabExtensionMylar property.
|
void |
setTabMylarColor(EnumNamedColor value)
Sets the value of the tabMylarColor property.
|
void |
setTabMylarColorDetails(java.lang.String value)
Sets the value of the tabMylarColorDetails property.
|
void |
setTabsPerBank(java.lang.Integer value)
Sets the value of the tabsPerBank property.
|
protected java.lang.Integer tabCount
protected java.lang.Integer tabsPerBank
protected java.lang.Integer tabBanks
protected java.lang.Double tabExtensionDistance
protected java.lang.Boolean tabBodyCopy
protected java.lang.Boolean tabExtensionMylar
protected EnumNamedColor tabMylarColor
protected java.lang.String tabMylarColorDetails
protected java.lang.Boolean tabBindMylar
protected java.lang.String tabBrand
public java.lang.Integer getTabCount()
Integerpublic void setTabCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTabsPerBank()
Integerpublic void setTabsPerBank(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTabBanks()
Integerpublic void setTabBanks(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.Boolean getTabBodyCopy()
Booleanpublic void setTabBodyCopy(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getTabExtensionMylar()
Booleanpublic void setTabExtensionMylar(java.lang.Boolean value)
value - allowed object is
Booleanpublic EnumNamedColor getTabMylarColor()
EnumNamedColorpublic void setTabMylarColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic java.lang.String getTabMylarColorDetails()
Stringpublic void setTabMylarColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getTabBindMylar()
Booleanpublic void setTabBindMylar(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getTabBrand()
Stringpublic void setTabBrand(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.