public class AxleSpacing extends Object
Java class for AxleSpacing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AxleSpacing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="axleSpacing" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat"/>
<element name="axleSpacingSequenceIdentifier" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="axleSpacingExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
axleSpacing |
protected ExtensionType |
axleSpacingExtension |
protected Long |
axleSpacingSequenceIdentifier |
| Constructor and Description |
|---|
AxleSpacing() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAxleSpacing()
Gets the value of the axleSpacing property.
|
ExtensionType |
getAxleSpacingExtension()
Gets the value of the axleSpacingExtension property.
|
Long |
getAxleSpacingSequenceIdentifier()
Gets the value of the axleSpacingSequenceIdentifier property.
|
void |
setAxleSpacing(float value)
Sets the value of the axleSpacing property.
|
void |
setAxleSpacingExtension(ExtensionType value)
Sets the value of the axleSpacingExtension property.
|
void |
setAxleSpacingSequenceIdentifier(Long value)
Sets the value of the axleSpacingSequenceIdentifier property.
|
protected float axleSpacing
protected Long axleSpacingSequenceIdentifier
protected ExtensionType axleSpacingExtension
public float getAxleSpacing()
public void setAxleSpacing(float value)
public Long getAxleSpacingSequenceIdentifier()
Stringpublic void setAxleSpacingSequenceIdentifier(Long value)
value - allowed object is
Stringpublic ExtensionType getAxleSpacingExtension()
ExtensionTypepublic void setAxleSpacingExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.