Package org.cip4.lib.xjdf.schema
Class TabDimensions
java.lang.Object
org.cip4.lib.xjdf.schema.TabDimensions
- 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 TabDimensions
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="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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the tabEdge property.Gets the value of the tabExtensionDistance property.Gets the value of the tabOffset property.Gets the value of the tabSetCollationOrder property.Gets the value of the tabsPerBank property.Gets the value of the tabWidth property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetTabEdge(Edge value) Sets the value of the tabEdge property.voidsetTabExtensionDistance(Float value) Sets the value of the tabExtensionDistance property.voidsetTabOffset(Float value) Sets the value of the tabOffset property.voidSets the value of the tabSetCollationOrder property.voidsetTabsPerBank(Integer value) Sets the value of the tabsPerBank property.voidsetTabWidth(Float value) Sets the value of the tabWidth property.withTabEdge(Edge value) withTabExtensionDistance(Float value) withTabOffset(Float value) withTabsPerBank(Integer value) withTabWidth(Float value)
-
Field Details
-
tabEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Edge tabEdge -
tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float tabExtensionDistance -
tabOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float tabOffset -
tabSetCollationOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected TabDimensions.TabSetCollationOrder tabSetCollationOrder -
tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer tabsPerBank -
tabWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float tabWidth
-
-
Constructor Details
-
TabDimensions
public TabDimensions()
-
-
Method Details
-
getTabEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabEdge(Edge value) Sets the value of the tabEdge property.- Parameters:
value- allowed object isEdge
-
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 isFloat
-
getTabOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabOffset(Float value) Sets the value of the tabOffset property.- Parameters:
value- allowed object isFloat
-
getTabSetCollationOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public TabDimensions.TabSetCollationOrder getTabSetCollationOrder()Gets the value of the tabSetCollationOrder property.- Returns:
- possible object is
TabDimensions.TabSetCollationOrder
-
setTabSetCollationOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTabSetCollationOrder(TabDimensions.TabSetCollationOrder value) Sets the value of the tabSetCollationOrder property.- Parameters:
value- allowed object isTabDimensions.TabSetCollationOrder
-
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 isInteger
-
getTabWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTabWidth(Float value) Sets the value of the tabWidth property.- Parameters:
value- allowed object isFloat
-
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
-
withTabEdge
-
withTabExtensionDistance
-
withTabOffset
-
withTabSetCollationOrder
-
withTabsPerBank
-
withTabWidth
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-