Package org.cip4.lib.xjdf.schema
Class Tabs
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Tabs
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class Tabs extends java.lang.Object implements java.io.SerializableJava 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="ReinforceTabs" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ReinforceBind" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ReinforceColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" /> <attribute name="ReinforceColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TabBrand" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TabCount" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="TabsPerBank" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="TabExtensionDistance" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="TabBodyCopy" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanreinforceBindprotected java.lang.StringreinforceColorprotected java.lang.StringreinforceColorDetailsprotected java.lang.BooleanreinforceTabsprotected java.lang.BooleantabBodyCopyprotected java.lang.StringtabBrandprotected java.lang.IntegertabCountprotected java.lang.FloattabExtensionDistanceprotected java.lang.IntegertabsPerBank
-
Constructor Summary
Constructors Constructor Description Tabs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)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.StringgetReinforceColor()Gets the value of the reinforceColor property.java.lang.StringgetReinforceColorDetails()Gets the value of the reinforceColorDetails property.java.lang.StringgetTabBrand()Gets the value of the tabBrand property.java.lang.IntegergetTabCount()Gets the value of the tabCount property.java.lang.FloatgetTabExtensionDistance()Gets the value of the tabExtensionDistance property.java.lang.IntegergetTabsPerBank()Gets the value of the tabsPerBank property.inthashCode()java.lang.BooleanisReinforceBind()Gets the value of the reinforceBind property.java.lang.BooleanisReinforceTabs()Gets the value of the reinforceTabs property.java.lang.BooleanisTabBodyCopy()Gets the value of the tabBodyCopy property.voidsetReinforceBind(java.lang.Boolean value)Sets the value of the reinforceBind property.voidsetReinforceColor(java.lang.String value)Sets the value of the reinforceColor property.voidsetReinforceColorDetails(java.lang.String value)Sets the value of the reinforceColorDetails property.voidsetReinforceTabs(java.lang.Boolean value)Sets the value of the reinforceTabs property.voidsetTabBodyCopy(java.lang.Boolean value)Sets the value of the tabBodyCopy property.voidsetTabBrand(java.lang.String value)Sets the value of the tabBrand property.voidsetTabCount(java.lang.Integer value)Sets the value of the tabCount property.voidsetTabExtensionDistance(java.lang.Float value)Sets the value of the tabExtensionDistance property.voidsetTabsPerBank(java.lang.Integer value)Sets the value of the tabsPerBank property.TabswithReinforceBind(java.lang.Boolean value)TabswithReinforceColor(java.lang.String value)TabswithReinforceColorDetails(java.lang.String value)TabswithReinforceTabs(java.lang.Boolean value)TabswithTabBodyCopy(java.lang.Boolean value)TabswithTabBrand(java.lang.String value)TabswithTabCount(java.lang.Integer value)TabswithTabExtensionDistance(java.lang.Float value)TabswithTabsPerBank(java.lang.Integer value)
-
-
-
Field Detail
-
reinforceTabs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean reinforceTabs
-
reinforceBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean reinforceBind
-
reinforceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String reinforceColor
-
reinforceColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String reinforceColorDetails
-
tabBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String tabBrand
-
tabCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer tabCount
-
tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer tabsPerBank
-
tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float tabExtensionDistance
-
tabBodyCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean tabBodyCopy
-
-
Method Detail
-
isReinforceTabs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Boolean isReinforceTabs()Gets the value of the reinforceTabs property.- Returns:
- possible object is
Boolean
-
setReinforceTabs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setReinforceTabs(java.lang.Boolean value)Sets the value of the reinforceTabs property.- Parameters:
value- allowed object isBoolean
-
isReinforceBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Boolean isReinforceBind()Gets the value of the reinforceBind property.- Returns:
- possible object is
Boolean
-
setReinforceBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setReinforceBind(java.lang.Boolean value)Sets the value of the reinforceBind property.- Parameters:
value- allowed object isBoolean
-
getReinforceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getReinforceColor()Gets the value of the reinforceColor property.- Returns:
- possible object is
String
-
setReinforceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setReinforceColor(java.lang.String value)Sets the value of the reinforceColor property.- Parameters:
value- allowed object isString
-
getReinforceColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getReinforceColorDetails()Gets the value of the reinforceColorDetails property.- Returns:
- possible object is
String
-
setReinforceColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setReinforceColorDetails(java.lang.String value)Sets the value of the reinforceColorDetails property.- Parameters:
value- allowed object isString
-
getTabBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.String getTabBrand()Gets the value of the tabBrand property.- Returns:
- possible object is
String
-
setTabBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTabBrand(java.lang.String value)Sets the value of the tabBrand property.- Parameters:
value- allowed object isString
-
getTabCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Integer getTabCount()Gets the value of the tabCount property.- Returns:
- possible object is
Integer
-
setTabCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTabCount(java.lang.Integer value)Sets the value of the tabCount property.- Parameters:
value- allowed object isInteger
-
getTabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Integer getTabsPerBank()Gets the value of the tabsPerBank property.- Returns:
- possible object is
Integer
-
setTabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTabsPerBank(java.lang.Integer value)Sets the value of the tabsPerBank property.- Parameters:
value- allowed object isInteger
-
getTabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getTabExtensionDistance()Gets the value of the tabExtensionDistance property.- Returns:
- possible object is
Float
-
setTabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTabExtensionDistance(java.lang.Float value)Sets the value of the tabExtensionDistance property.- Parameters:
value- allowed object isFloat
-
isTabBodyCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Boolean isTabBodyCopy()Gets the value of the tabBodyCopy property.- Returns:
- possible object is
Boolean
-
setTabBodyCopy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTabBodyCopy(java.lang.Boolean value)Sets the value of the tabBodyCopy property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public 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.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.
- Returns:
- always non-null
-
withReinforceTabs
public Tabs withReinforceTabs(java.lang.Boolean value)
-
withReinforceBind
public Tabs withReinforceBind(java.lang.Boolean value)
-
withReinforceColor
public Tabs withReinforceColor(java.lang.String value)
-
withReinforceColorDetails
public Tabs withReinforceColorDetails(java.lang.String value)
-
withTabBrand
public Tabs withTabBrand(java.lang.String value)
-
withTabCount
public Tabs withTabCount(java.lang.Integer value)
-
withTabsPerBank
public Tabs withTabsPerBank(java.lang.Integer value)
-
withTabExtensionDistance
public Tabs withTabExtensionDistance(java.lang.Float value)
-
withTabBodyCopy
public Tabs withTabBodyCopy(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-