Class TypeOfVehicleFuelStructure

  • All Implemented Interfaces:
    Serializable

    public class TypeOfVehicleFuelStructure
    extends Object
    implements Serializable
    Classification of vehicle energy type. See Transmodel TypeOfFuel. +SIRI v2.1

    Java class for TypeOfVehicleFuelStructure complex type.

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

     <complexType name="TypeOfVehicleFuelStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TypeOfFuel" type="{http://www.siri.org.uk/siri}TypeOfFuelEnumeration"/>
             <element name="OtherTypeOfFuel" type="{http://www.siri.org.uk/siri}TypeOfValueStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TypeOfVehicleFuelStructure

        public TypeOfVehicleFuelStructure()
    • Method Detail

      • getOtherTypeOfFuel

        public TypeOfValue getOtherTypeOfFuel()
        Gets the value of the otherTypeOfFuel property.
        Returns:
        possible object is TypeOfValue
      • setOtherTypeOfFuel

        public void setOtherTypeOfFuel​(TypeOfValue value)
        Sets the value of the otherTypeOfFuel property.
        Parameters:
        value - allowed object is TypeOfValue