Class Tabs

java.lang.Object
org.cip4.lib.xjdf.schema.Tabs
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class Tabs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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="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:
  • Field Details

    • reinforceTabs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean reinforceTabs
    • reinforceBind

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean reinforceBind
    • reinforceColor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String reinforceColor
    • reinforceColorDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String reinforceColorDetails
    • tabBrand

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String tabBrand
    • tabCount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer tabCount
    • tabsPerBank

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer tabsPerBank
    • tabExtensionDistance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float tabExtensionDistance
    • tabBodyCopy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean tabBodyCopy
  • Constructor Details

    • Tabs

      public Tabs()
  • Method Details

    • isReinforceTabs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setReinforceTabs(Boolean value)
      Sets the value of the reinforceTabs property.
      Parameters:
      value - allowed object is Boolean
    • isReinforceBind

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setReinforceBind(Boolean value)
      Sets the value of the reinforceBind property.
      Parameters:
      value - allowed object is Boolean
    • getReinforceColor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setReinforceColor(String value)
      Sets the value of the reinforceColor property.
      Parameters:
      value - allowed object is String
    • getReinforceColorDetails

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setReinforceColorDetails(String value)
      Sets the value of the reinforceColorDetails property.
      Parameters:
      value - allowed object is String
    • getTabBrand

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabBrand(String value)
      Sets the value of the tabBrand property.
      Parameters:
      value - allowed object is String
    • getTabCount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabCount(Integer value)
      Sets the value of the tabCount property.
      Parameters:
      value - allowed object is Integer
    • getTabsPerBank

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabsPerBank(Integer value)
      Sets the value of the tabsPerBank property.
      Parameters:
      value - allowed object is Integer
    • getTabExtensionDistance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabExtensionDistance(Float value)
      Sets the value of the tabExtensionDistance property.
      Parameters:
      value - allowed object is Float
    • isTabBodyCopy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabBodyCopy(Boolean value)
      Sets the value of the tabBodyCopy property.
      Parameters:
      value - allowed object is Boolean
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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(Boolean value)
    • withReinforceBind

      public Tabs withReinforceBind(Boolean value)
    • withReinforceColor

      public Tabs withReinforceColor(String value)
    • withReinforceColorDetails

      public Tabs withReinforceColorDetails(String value)
    • withTabBrand

      public Tabs withTabBrand(String value)
    • withTabCount

      public Tabs withTabCount(Integer value)
    • withTabsPerBank

      public Tabs withTabsPerBank(Integer value)
    • withTabExtensionDistance

      public Tabs withTabExtensionDistance(Float value)
    • withTabBodyCopy

      public Tabs withTabBodyCopy(Boolean value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object