@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class Tabs
extends java.lang.Object
implements java.io.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="TabBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<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="TabExtensionDistance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TabExtensionMylar" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabBindMylar" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabBodyCopy" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TabMylarColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="TabMylarColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
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 NamedColor |
tabMylarColor |
protected java.lang.String |
tabMylarColorDetails |
protected java.lang.Integer |
tabsPerBank |
| Constructor and Description |
|---|
Tabs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
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.
|
NamedColor |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isTabBindMylar()
Gets the value of the tabBindMylar property.
|
java.lang.Boolean |
isTabBodyCopy()
Gets the value of the tabBodyCopy property.
|
java.lang.Boolean |
isTabExtensionMylar()
Gets the value of the tabExtensionMylar 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(NamedColor 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.
|
Tabs |
withTabBindMylar(java.lang.Boolean value) |
Tabs |
withTabBodyCopy(java.lang.Boolean value) |
Tabs |
withTabBrand(java.lang.String value) |
Tabs |
withTabCount(java.lang.Integer value) |
Tabs |
withTabExtensionDistance(java.lang.Double value) |
Tabs |
withTabExtensionMylar(java.lang.Boolean value) |
Tabs |
withTabMylarColor(NamedColor value) |
Tabs |
withTabMylarColorDetails(java.lang.String value) |
Tabs |
withTabsPerBank(java.lang.Integer value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String tabBrand
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer tabCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean tabExtensionMylar
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean tabBindMylar
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean tabBodyCopy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected NamedColor tabMylarColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String tabMylarColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getTabBrand()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabBrand(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getTabCount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabCount(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getTabsPerBank()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabsPerBank(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getTabExtensionDistance()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabExtensionDistance(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isTabExtensionMylar()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabExtensionMylar(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isTabBindMylar()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabBindMylar(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isTabBodyCopy()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabBodyCopy(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public NamedColor getTabMylarColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabMylarColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getTabMylarColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTabMylarColorDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public Tabs withTabBrand(java.lang.String value)
public Tabs withTabCount(java.lang.Integer value)
public Tabs withTabsPerBank(java.lang.Integer value)
public Tabs withTabExtensionDistance(java.lang.Double value)
public Tabs withTabExtensionMylar(java.lang.Boolean value)
public Tabs withTabBindMylar(java.lang.Boolean value)
public Tabs withTabBodyCopy(java.lang.Boolean value)
public Tabs withTabMylarColor(NamedColor value)
public Tabs withTabMylarColorDetails(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object