Class Tabs

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class Tabs
    extends java.lang.Object
    implements java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Tabs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.EqualsStrategy2 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 getReinforceColor()
      Gets the value of the reinforceColor property.
      java.lang.String getReinforceColorDetails()
      Gets the value of the reinforceColorDetails property.
      java.lang.String getTabBrand()
      Gets the value of the tabBrand property.
      java.lang.Integer getTabCount()
      Gets the value of the tabCount property.
      java.lang.Float getTabExtensionDistance()
      Gets the value of the tabExtensionDistance 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.HashCodeStrategy2 strategy)  
      java.lang.Boolean isReinforceBind()
      Gets the value of the reinforceBind property.
      java.lang.Boolean isReinforceTabs()
      Gets the value of the reinforceTabs property.
      java.lang.Boolean isTabBodyCopy()
      Gets the value of the tabBodyCopy property.
      void setReinforceBind​(java.lang.Boolean value)
      Sets the value of the reinforceBind property.
      void setReinforceColor​(java.lang.String value)
      Sets the value of the reinforceColor property.
      void setReinforceColorDetails​(java.lang.String value)
      Sets the value of the reinforceColorDetails property.
      void setReinforceTabs​(java.lang.Boolean value)
      Sets the value of the reinforceTabs 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.Float value)
      Sets the value of the tabExtensionDistance property.
      void setTabsPerBank​(java.lang.Integer value)
      Sets the value of the tabsPerBank property.
      Tabs withReinforceBind​(java.lang.Boolean value)  
      Tabs withReinforceColor​(java.lang.String value)  
      Tabs withReinforceColorDetails​(java.lang.String value)  
      Tabs withReinforceTabs​(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.Float value)  
      Tabs withTabsPerBank​(java.lang.Integer value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reinforceTabs

        protected java.lang.Boolean reinforceTabs
      • reinforceBind

        protected java.lang.Boolean reinforceBind
      • reinforceColor

        protected java.lang.String reinforceColor
      • reinforceColorDetails

        protected java.lang.String reinforceColorDetails
      • tabBrand

        protected java.lang.String tabBrand
      • tabCount

        protected java.lang.Integer tabCount
      • tabsPerBank

        protected java.lang.Integer tabsPerBank
      • tabExtensionDistance

        protected java.lang.Float tabExtensionDistance
      • tabBodyCopy

        protected java.lang.Boolean tabBodyCopy
    • Constructor Detail

      • Tabs

        public Tabs()
    • Method Detail

      • isReinforceTabs

        public java.lang.Boolean isReinforceTabs()
        Gets the value of the reinforceTabs property.
        Returns:
        possible object is Boolean
      • setReinforceTabs

        public void setReinforceTabs​(java.lang.Boolean value)
        Sets the value of the reinforceTabs property.
        Parameters:
        value - allowed object is Boolean
      • isReinforceBind

        public java.lang.Boolean isReinforceBind()
        Gets the value of the reinforceBind property.
        Returns:
        possible object is Boolean
      • setReinforceBind

        public void setReinforceBind​(java.lang.Boolean value)
        Sets the value of the reinforceBind property.
        Parameters:
        value - allowed object is Boolean
      • getReinforceColor

        public java.lang.String getReinforceColor()
        Gets the value of the reinforceColor property.
        Returns:
        possible object is String
      • setReinforceColor

        public void setReinforceColor​(java.lang.String value)
        Sets the value of the reinforceColor property.
        Parameters:
        value - allowed object is String
      • getReinforceColorDetails

        public java.lang.String getReinforceColorDetails()
        Gets the value of the reinforceColorDetails property.
        Returns:
        possible object is String
      • setReinforceColorDetails

        public void setReinforceColorDetails​(java.lang.String value)
        Sets the value of the reinforceColorDetails property.
        Parameters:
        value - allowed object is String
      • getTabBrand

        public java.lang.String getTabBrand()
        Gets the value of the tabBrand property.
        Returns:
        possible object is String
      • setTabBrand

        public void setTabBrand​(java.lang.String value)
        Sets the value of the tabBrand property.
        Parameters:
        value - allowed object is String
      • getTabCount

        public java.lang.Integer getTabCount()
        Gets the value of the tabCount property.
        Returns:
        possible object is Integer
      • setTabCount

        public void setTabCount​(java.lang.Integer value)
        Sets the value of the tabCount property.
        Parameters:
        value - allowed object is Integer
      • getTabsPerBank

        public java.lang.Integer getTabsPerBank()
        Gets the value of the tabsPerBank property.
        Returns:
        possible object is Integer
      • setTabsPerBank

        public void setTabsPerBank​(java.lang.Integer value)
        Sets the value of the tabsPerBank property.
        Parameters:
        value - allowed object is Integer
      • getTabExtensionDistance

        public java.lang.Float getTabExtensionDistance()
        Gets the value of the tabExtensionDistance property.
        Returns:
        possible object is Float
      • setTabExtensionDistance

        public void setTabExtensionDistance​(java.lang.Float value)
        Sets the value of the tabExtensionDistance property.
        Parameters:
        value - allowed object is Float
      • isTabBodyCopy

        public java.lang.Boolean isTabBodyCopy()
        Gets the value of the tabBodyCopy property.
        Returns:
        possible object is Boolean
      • setTabBodyCopy

        public void setTabBodyCopy​(java.lang.Boolean value)
        Sets the value of the tabBodyCopy property.
        Parameters:
        value - allowed object is Boolean
      • getOtherAttributes

        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​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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 java.lang.Object