Package org.cip4.lib.xjdf.schema
Class TabDimensions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.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.HashCode2Java 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabDimensions.TabSetCollationOrderJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected EdgetabEdgeprotected java.lang.FloattabExtensionDistanceprotected java.lang.FloattabOffsetprotected TabDimensions.TabSetCollationOrdertabSetCollationOrderprotected java.lang.IntegertabsPerBankprotected java.lang.FloattabWidth
-
Constructor Summary
Constructors Constructor Description TabDimensions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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.EdgegetTabEdge()Gets the value of the tabEdge property.java.lang.FloatgetTabExtensionDistance()Gets the value of the tabExtensionDistance property.java.lang.FloatgetTabOffset()Gets the value of the tabOffset property.TabDimensions.TabSetCollationOrdergetTabSetCollationOrder()Gets the value of the tabSetCollationOrder property.java.lang.IntegergetTabsPerBank()Gets the value of the tabsPerBank property.java.lang.FloatgetTabWidth()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(java.lang.Float value)Sets the value of the tabExtensionDistance property.voidsetTabOffset(java.lang.Float value)Sets the value of the tabOffset property.voidsetTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)Sets the value of the tabSetCollationOrder property.voidsetTabsPerBank(java.lang.Integer value)Sets the value of the tabsPerBank property.voidsetTabWidth(java.lang.Float value)Sets the value of the tabWidth property.TabDimensionswithTabEdge(Edge value)TabDimensionswithTabExtensionDistance(java.lang.Float value)TabDimensionswithTabOffset(java.lang.Float value)TabDimensionswithTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)TabDimensionswithTabsPerBank(java.lang.Integer value)TabDimensionswithTabWidth(java.lang.Float value)
-
-
-
Field Detail
-
tabEdge
protected Edge tabEdge
-
tabExtensionDistance
protected java.lang.Float tabExtensionDistance
-
tabOffset
protected java.lang.Float tabOffset
-
tabSetCollationOrder
protected TabDimensions.TabSetCollationOrder tabSetCollationOrder
-
tabsPerBank
protected java.lang.Integer tabsPerBank
-
tabWidth
protected java.lang.Float tabWidth
-
-
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 isEdge
-
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 isFloat
-
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 isFloat
-
getTabSetCollationOrder
public TabDimensions.TabSetCollationOrder getTabSetCollationOrder()
Gets the value of the tabSetCollationOrder property.- Returns:
- possible object is
TabDimensions.TabSetCollationOrder
-
setTabSetCollationOrder
public void setTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)
Sets the value of the tabSetCollationOrder property.- Parameters:
value- allowed object isTabDimensions.TabSetCollationOrder
-
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 isInteger
-
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 isFloat
-
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
-
withTabEdge
public TabDimensions withTabEdge(Edge value)
-
withTabExtensionDistance
public TabDimensions withTabExtensionDistance(java.lang.Float value)
-
withTabOffset
public TabDimensions withTabOffset(java.lang.Float value)
-
withTabSetCollationOrder
public TabDimensions withTabSetCollationOrder(TabDimensions.TabSetCollationOrder 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
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()
- Overrides:
hashCodein classjava.lang.Object
-
-