@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class TabDimensions
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="TabOffset" type="{http://www.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TabWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TabDimensions.TabSetCollationOrder
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Edge |
tabEdge |
protected java.lang.Float |
tabExtensionDistance |
protected java.lang.Float |
tabOffset |
protected TabDimensions.TabSetCollationOrder |
tabSetCollationOrder |
protected java.lang.Integer |
tabsPerBank |
protected java.lang.Float |
tabWidth |
| Constructor and Description |
|---|
TabDimensions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy 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.
|
Edge |
getTabEdge()
Gets the value of the tabEdge property.
|
java.lang.Float |
getTabExtensionDistance()
Gets the value of the tabExtensionDistance property.
|
java.lang.Float |
getTabOffset()
Gets the value of the tabOffset property.
|
TabDimensions.TabSetCollationOrder |
getTabSetCollationOrder()
Gets the value of the tabSetCollationOrder property.
|
java.lang.Integer |
getTabsPerBank()
Gets the value of the tabsPerBank property.
|
java.lang.Float |
getTabWidth()
Gets the value of the tabWidth property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setTabEdge(Edge value)
Sets the value of the tabEdge property.
|
void |
setTabExtensionDistance(java.lang.Float value)
Sets the value of the tabExtensionDistance property.
|
void |
setTabOffset(java.lang.Float value)
Sets the value of the tabOffset property.
|
void |
setTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)
Sets the value of the tabSetCollationOrder property.
|
void |
setTabsPerBank(java.lang.Integer value)
Sets the value of the tabsPerBank property.
|
void |
setTabWidth(java.lang.Float value)
Sets the value of the tabWidth property.
|
TabDimensions |
withTabEdge(Edge value) |
TabDimensions |
withTabExtensionDistance(java.lang.Float value) |
TabDimensions |
withTabOffset(java.lang.Float value) |
TabDimensions |
withTabSetCollationOrder(TabDimensions.TabSetCollationOrder value) |
TabDimensions |
withTabsPerBank(java.lang.Integer value) |
TabDimensions |
withTabWidth(java.lang.Float value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Edge tabEdge
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float tabExtensionDistance
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float tabOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected TabDimensions.TabSetCollationOrder tabSetCollationOrder
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer tabsPerBank
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float tabWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Edge getTabEdge()
Edge@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabEdge(Edge value)
value - allowed object is
Edge@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTabExtensionDistance()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabExtensionDistance(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTabOffset()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabOffset(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public TabDimensions.TabSetCollationOrder getTabSetCollationOrder()
TabDimensions.TabSetCollationOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)
value - allowed object is
TabDimensions.TabSetCollationOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getTabsPerBank()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabsPerBank(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTabWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTabWidth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public TabDimensions withTabEdge(Edge value)
public TabDimensions withTabExtensionDistance(java.lang.Float value)
public TabDimensions withTabOffset(java.lang.Float value)
public TabDimensions withTabSetCollationOrder(TabDimensions.TabSetCollationOrder value)
public TabDimensions withTabsPerBank(java.lang.Integer value)
public TabDimensions withTabWidth(java.lang.Float value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object