Class AxleSpacing
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.AxleSpacing
-
- All Implemented Interfaces:
Serializable
public class AxleSpacing extends Object implements Serializable
The spacing details between the axle sets of an individual vehicle numbered from the front to the back of the vehicle.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/1_0/1_0}MetresAsFloat"/> <element name="axleSpacingSequenceIdentifier" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger"/> <element name="axleSpacingExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected floataxleSpacingprotected ExtensionTypeaxleSpacingExtensionprotected BigIntegeraxleSpacingSequenceIdentifier
-
Constructor Summary
Constructors Constructor Description AxleSpacing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAxleSpacing()Gets the value of the axleSpacing property.ExtensionTypegetAxleSpacingExtension()Gets the value of the axleSpacingExtension property.BigIntegergetAxleSpacingSequenceIdentifier()Gets the value of the axleSpacingSequenceIdentifier property.voidsetAxleSpacing(float value)Sets the value of the axleSpacing property.voidsetAxleSpacingExtension(ExtensionType value)Sets the value of the axleSpacingExtension property.voidsetAxleSpacingSequenceIdentifier(BigInteger value)Sets the value of the axleSpacingSequenceIdentifier property.
-
-
-
Field Detail
-
axleSpacing
protected float axleSpacing
-
axleSpacingSequenceIdentifier
protected BigInteger axleSpacingSequenceIdentifier
-
axleSpacingExtension
protected ExtensionType axleSpacingExtension
-
-
Method Detail
-
getAxleSpacing
public float getAxleSpacing()
Gets the value of the axleSpacing property.
-
setAxleSpacing
public void setAxleSpacing(float value)
Sets the value of the axleSpacing property.
-
getAxleSpacingSequenceIdentifier
public BigInteger getAxleSpacingSequenceIdentifier()
Gets the value of the axleSpacingSequenceIdentifier property.- Returns:
- possible object is
BigInteger
-
setAxleSpacingSequenceIdentifier
public void setAxleSpacingSequenceIdentifier(BigInteger value)
Sets the value of the axleSpacingSequenceIdentifier property.- Parameters:
value- allowed object isBigInteger
-
getAxleSpacingExtension
public ExtensionType getAxleSpacingExtension()
Gets the value of the axleSpacingExtension property.- Returns:
- possible object is
ExtensionType
-
setAxleSpacingExtension
public void setAxleSpacingExtension(ExtensionType value)
Sets the value of the axleSpacingExtension property.- Parameters:
value- allowed object isExtensionType
-
-