Class TabDimensions

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

    public class TabDimensions
    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="TabEdge" type="{http://www.CIP4.org/JDFSchema_2_0}Edge" />
           <attribute name="TabExtensionDistance" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TabOffset" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TabSetCollationOrder">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Forward"/>
                 <enumeration value="Reverse"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="TabsPerBank" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="TabWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • tabEdge

        protected Edge tabEdge
      • tabExtensionDistance

        protected java.lang.Float tabExtensionDistance
      • tabOffset

        protected java.lang.Float tabOffset
      • tabsPerBank

        protected java.lang.Integer tabsPerBank
      • tabWidth

        protected java.lang.Float tabWidth
    • Constructor Detail

      • TabDimensions

        public TabDimensions()
    • Method Detail

      • getTabEdge

        public Edge getTabEdge()
        Gets the value of the tabEdge property.
        Returns:
        possible object is Edge
      • setTabEdge

        public void setTabEdge​(Edge value)
        Sets the value of the tabEdge property.
        Parameters:
        value - allowed object is Edge
      • 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
      • getTabOffset

        public java.lang.Float getTabOffset()
        Gets the value of the tabOffset property.
        Returns:
        possible object is Float
      • setTabOffset

        public void setTabOffset​(java.lang.Float value)
        Sets the value of the tabOffset property.
        Parameters:
        value - allowed object is Float
      • 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
      • getTabWidth

        public java.lang.Float getTabWidth()
        Gets the value of the tabWidth property.
        Returns:
        possible object is Float
      • setTabWidth

        public void setTabWidth​(java.lang.Float value)
        Sets the value of the tabWidth property.
        Parameters:
        value - allowed object is Float
      • 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
      • withTabExtensionDistance

        public TabDimensions withTabExtensionDistance​(java.lang.Float value)
      • withTabOffset

        public TabDimensions withTabOffset​(java.lang.Float value)
      • withTabsPerBank

        public TabDimensions withTabsPerBank​(java.lang.Integer value)
      • withTabWidth

        public TabDimensions withTabWidth​(java.lang.Float 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