Class TabDimensions

  • 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 TabDimensions
    extends java.lang.Object
    implements java.io.Serializable

    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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Edge tabEdge
      • 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
      • tabOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float tabOffset
      • tabSetCollationOrder

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected TabDimensions.TabSetCollationOrder tabSetCollationOrder
      • 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
      • tabWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float tabWidth
    • Constructor Detail

      • TabDimensions

        public TabDimensions()
    • Method Detail

      • getTabEdge

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Edge getTabEdge()
        Gets the value of the tabEdge property.
        Returns:
        possible object is Edge
      • setTabEdge

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setTabEdge​(Edge value)
        Sets the value of the tabEdge property.
        Parameters:
        value - allowed object is Edge
      • 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 is Float
      • getTabOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getTabOffset()
        Gets the value of the tabOffset property.
        Returns:
        possible object is Float
      • setTabOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setTabOffset​(java.lang.Float value)
        Sets the value of the tabOffset property.
        Parameters:
        value - allowed object is Float
      • 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 is Integer
      • getTabWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getTabWidth()
        Gets the value of the tabWidth property.
        Returns:
        possible object is Float
      • setTabWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setTabWidth​(java.lang.Float value)
        Sets the value of the tabWidth property.
        Parameters:
        value - allowed object is Float
      • 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
      • 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​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object