Class NumberOfAxlesCharacteristic

  • All Implemented Interfaces:
    Serializable

    public class NumberOfAxlesCharacteristic
    extends Object
    implements Serializable
    Number of axles characteristic of a vehicle.

    Java class for NumberOfAxlesCharacteristic complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NumberOfAxlesCharacteristic">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="comparisonOperator" type="{http://datex2.eu/schema/1_0/1_0}ComparisonOperatorEnum"/>
             <element name="numberOfAxles" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger"/>
             <element name="numberOfAxlesCharacteristicExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • NumberOfAxlesCharacteristic

        public NumberOfAxlesCharacteristic()
    • Method Detail

      • getNumberOfAxles

        public BigInteger getNumberOfAxles()
        Gets the value of the numberOfAxles property.
        Returns:
        possible object is BigInteger
      • setNumberOfAxles

        public void setNumberOfAxles​(BigInteger value)
        Sets the value of the numberOfAxles property.
        Parameters:
        value - allowed object is BigInteger
      • getNumberOfAxlesCharacteristicExtension

        public ExtensionType getNumberOfAxlesCharacteristicExtension()
        Gets the value of the numberOfAxlesCharacteristicExtension property.
        Returns:
        possible object is ExtensionType
      • setNumberOfAxlesCharacteristicExtension

        public void setNumberOfAxlesCharacteristicExtension​(ExtensionType value)
        Sets the value of the numberOfAxlesCharacteristicExtension property.
        Parameters:
        value - allowed object is ExtensionType