Class 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 Detail

      • axleSpacing

        protected float axleSpacing
      • axleSpacingSequenceIdentifier

        protected BigInteger axleSpacingSequenceIdentifier
      • axleSpacingExtension

        protected ExtensionType axleSpacingExtension
    • Constructor Detail

      • AxleSpacing

        public AxleSpacing()
    • 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 is BigInteger
      • 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 is ExtensionType