@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class Tabs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
Tabs |
withTabBanks(Integer value) |
Tabs |
withTabBindMylar(Boolean value) |
Tabs |
withTabBodyCopy(Boolean value) |
Tabs |
withTabBrand(String value) |
Tabs |
withTabCount(Integer value) |
Tabs |
withTabExtensionDistance(Double value) |
Tabs |
withTabExtensionMylar(Boolean value) |
Tabs |
withTabMylarColor(EnumNamedColor value) |
Tabs |
withTabMylarColorDetails(String value) |
Tabs |
withTabsPerBank(Integer value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer tabCount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Integer tabBanks
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean tabBodyCopy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean tabExtensionMylar
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor tabMylarColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String tabMylarColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean tabBindMylar
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String tabBrand
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getTabCount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabCount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getTabsPerBank()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabsPerBank(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Integer getTabBanks()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabBanks(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getTabExtensionDistance()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabExtensionDistance(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isTabBodyCopy()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabBodyCopy(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isTabExtensionMylar()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabExtensionMylar(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getTabMylarColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabMylarColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getTabMylarColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabMylarColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isTabBindMylar()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabBindMylar(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getTabBrand()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTabBrand(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabCount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabsPerBank(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabBanks(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabExtensionDistance(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabBodyCopy(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabExtensionMylar(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabMylarColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabMylarColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabBindMylar(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Tabs withTabBrand(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.