Class VehicleFeature

  • All Implemented Interfaces:
    Serializable

    public class VehicleFeature
    extends Object
    implements Serializable
    Type for Vehicle Feature description.

    Java class for VehicleFeaturesStructure complex type.

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

     <complexType name="VehicleFeaturesStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VehicleFeatureCode" type="{http://www.siri.org.uk/siri}VehicleFeatureCodeType"/>
             <element name="Name" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/>
             <element name="Icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form