Package org.cip4.lib.xjdf.schema
Class TabDimensions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.TabDimensions
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class TabDimensions extends java.lang.Object implements java.io.SerializableJava 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)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()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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Edge tabEdge
-
tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float tabExtensionDistance
-
tabOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float tabOffset
-
tabSetCollationOrder
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected TabDimensions.TabSetCollationOrder tabSetCollationOrder
-
tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer tabsPerBank
-
tabWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float tabWidth
-
-
Method Detail
-
getTabEdge
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setTabExtensionDistance(java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setTabOffset(java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setTabsPerBank(java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setTabWidth(java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") 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(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-