Class AxleWeight

  • All Implemented Interfaces:
    Serializable

    public class AxleWeight
    extends Object
    implements Serializable

    Java class for AxleWeight complex type.

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

     <complexType name="AxleWeight">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="axlePositionIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger"/>
             <element name="axleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes" minOccurs="0"/>
             <element name="maximumPermittedAxleWeight" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes" minOccurs="0"/>
             <element name="axleWeightExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • axlePositionIdentifier

        protected BigInteger axlePositionIdentifier
      • axleWeight

        protected Float axleWeight
      • maximumPermittedAxleWeight

        protected Float maximumPermittedAxleWeight
      • axleWeightExtension

        protected ExtensionType axleWeightExtension
    • Constructor Detail

      • AxleWeight

        public AxleWeight()
    • Method Detail

      • getAxlePositionIdentifier

        public BigInteger getAxlePositionIdentifier()
        Gets the value of the axlePositionIdentifier property.
        Returns:
        possible object is BigInteger
      • setAxlePositionIdentifier

        public void setAxlePositionIdentifier​(BigInteger value)
        Sets the value of the axlePositionIdentifier property.
        Parameters:
        value - allowed object is BigInteger
      • getAxleWeight

        public Float getAxleWeight()
        Gets the value of the axleWeight property.
        Returns:
        possible object is Float
      • setAxleWeight

        public void setAxleWeight​(Float value)
        Sets the value of the axleWeight property.
        Parameters:
        value - allowed object is Float
      • getMaximumPermittedAxleWeight

        public Float getMaximumPermittedAxleWeight()
        Gets the value of the maximumPermittedAxleWeight property.
        Returns:
        possible object is Float
      • setMaximumPermittedAxleWeight

        public void setMaximumPermittedAxleWeight​(Float value)
        Sets the value of the maximumPermittedAxleWeight property.
        Parameters:
        value - allowed object is Float
      • getAxleWeightExtension

        public ExtensionType getAxleWeightExtension()
        Gets the value of the axleWeightExtension property.
        Returns:
        possible object is ExtensionType
      • setAxleWeightExtension

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