public class Tabs 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="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 Integer |
tabBanks |
protected Boolean |
tabBindMylar |
protected Boolean |
tabBodyCopy |
protected String |
tabBrand |
protected Integer |
tabCount |
protected Double |
tabExtensionDistance |
protected Boolean |
tabExtensionMylar |
protected EnumNamedColor |
tabMylarColor |
protected String |
tabMylarColorDetails |
protected Integer |
tabsPerBank |
| Constructor and Description |
|---|
Tabs() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTabBanks()
Gets the value of the tabBanks property.
|
String |
getTabBrand()
Gets the value of the tabBrand property.
|
Integer |
getTabCount()
Gets the value of the tabCount property.
|
Double |
getTabExtensionDistance()
Gets the value of the tabExtensionDistance property.
|
EnumNamedColor |
getTabMylarColor()
Gets the value of the tabMylarColor property.
|
String |
getTabMylarColorDetails()
Gets the value of the tabMylarColorDetails property.
|
Integer |
getTabsPerBank()
Gets the value of the tabsPerBank property.
|
Boolean |
isTabBindMylar()
Gets the value of the tabBindMylar property.
|
Boolean |
isTabBodyCopy()
Gets the value of the tabBodyCopy property.
|
Boolean |
isTabExtensionMylar()
Gets the value of the tabExtensionMylar property.
|
void |
setTabBanks(Integer value)
Sets the value of the tabBanks property.
|
void |
setTabBindMylar(Boolean value)
Sets the value of the tabBindMylar property.
|
void |
setTabBodyCopy(Boolean value)
Sets the value of the tabBodyCopy property.
|
void |
setTabBrand(String value)
Sets the value of the tabBrand property.
|
void |
setTabCount(Integer value)
Sets the value of the tabCount property.
|
void |
setTabExtensionDistance(Double value)
Sets the value of the tabExtensionDistance property.
|
void |
setTabExtensionMylar(Boolean value)
Sets the value of the tabExtensionMylar property.
|
void |
setTabMylarColor(EnumNamedColor value)
Sets the value of the tabMylarColor property.
|
void |
setTabMylarColorDetails(String value)
Sets the value of the tabMylarColorDetails property.
|
void |
setTabsPerBank(Integer value)
Sets the value of the tabsPerBank property.
|
protected Integer tabCount
protected Integer tabsPerBank
protected Integer tabBanks
protected Double tabExtensionDistance
protected Boolean tabBodyCopy
protected Boolean tabExtensionMylar
protected EnumNamedColor tabMylarColor
protected String tabMylarColorDetails
protected Boolean tabBindMylar
protected String tabBrand
public Integer getTabCount()
Integerpublic void setTabCount(Integer value)
value - allowed object is
Integerpublic Integer getTabsPerBank()
Integerpublic void setTabsPerBank(Integer value)
value - allowed object is
Integerpublic Integer getTabBanks()
Integerpublic void setTabBanks(Integer value)
value - allowed object is
Integerpublic Double getTabExtensionDistance()
Doublepublic void setTabExtensionDistance(Double value)
value - allowed object is
Doublepublic Boolean isTabBodyCopy()
Booleanpublic void setTabBodyCopy(Boolean value)
value - allowed object is
Booleanpublic Boolean isTabExtensionMylar()
Booleanpublic void setTabExtensionMylar(Boolean value)
value - allowed object is
Booleanpublic EnumNamedColor getTabMylarColor()
EnumNamedColorpublic void setTabMylarColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic String getTabMylarColorDetails()
Stringpublic void setTabMylarColorDetails(String value)
value - allowed object is
Stringpublic Boolean isTabBindMylar()
Booleanpublic void setTabBindMylar(Boolean value)
value - allowed object is
Booleanpublic String getTabBrand()
StringCopyright © 2012. All Rights Reserved.