Class VehicleType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.VehicleType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, VehicleTypeOrBuilder

@Generated public final class VehicleType extends com.google.protobuf.GeneratedMessage implements VehicleTypeOrBuilder
 A public transport vehicle used for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 909:68]
 
Protobuf type uk.org.netex.www.netex.VehicleType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • REGISTRATION_NUMBER_FIELD_NUMBER

      public static final int REGISTRATION_NUMBER_FIELD_NUMBER
      See Also:
    • REGISTRATION_DATE_FIELD_NUMBER

      public static final int REGISTRATION_DATE_FIELD_NUMBER
      See Also:
    • OPERATIONAL_NUMBER_FIELD_NUMBER

      public static final int OPERATIONAL_NUMBER_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • VEHICLE_MODEL_REF_FIELD_NUMBER

      public static final int VEHICLE_MODEL_REF_FIELD_NUMBER
      See Also:
    • ACTUAL_VEHICLE_EQUIPMENTS_FIELD_NUMBER

      public static final int ACTUAL_VEHICLE_EQUIPMENTS_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • OPERATOR_REF_FIELD_NUMBER

      public static final int OPERATOR_REF_FIELD_NUMBER
      See Also:
    • AUTHORITY_REF_FIELD_NUMBER

      public static final int AUTHORITY_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_TYPE_REF_FIELD_NUMBER

      public static final int VEHICLE_TYPE_REF_FIELD_NUMBER
      See Also:
    • TRAIN_REF_FIELD_NUMBER

      public static final int TRAIN_REF_FIELD_NUMBER
      See Also:
    • COMPOUND_TRAIN_REF_FIELD_NUMBER

      public static final int COMPOUND_TRAIN_REF_FIELD_NUMBER
      See Also:
    • TRANSPORT_TYPE_REF_FIELD_NUMBER

      public static final int TRANSPORT_TYPE_REF_FIELD_NUMBER
      See Also:
    • SIMPLE_VEHICLE_TYPE_REF_FIELD_NUMBER

      public static final int SIMPLE_VEHICLE_TYPE_REF_FIELD_NUMBER
      See Also:
    • CAR_MODEL_PROFILE_REF_FIELD_NUMBER

      public static final int CAR_MODEL_PROFILE_REF_FIELD_NUMBER
      See Also:
    • CYCLE_MODEL_PROFILE_REF_FIELD_NUMBER

      public static final int CYCLE_MODEL_PROFILE_REF_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTransportOrganisationRefStructureCase

      public VehicleType.TransportOrganisationRefStructureCase getTransportOrganisationRefStructureCase()
      Specified by:
      getTransportOrganisationRefStructureCase in interface VehicleTypeOrBuilder
    • getTransportTypeRefStructureCase

      public VehicleType.TransportTypeRefStructureCase getTransportTypeRefStructureCase()
      Specified by:
      getTransportTypeRefStructureCase in interface VehicleTypeOrBuilder
    • getVehicleModelProfileRefStructureCase

      public VehicleType.VehicleModelProfileRefStructureCase getVehicleModelProfileRefStructureCase()
      Specified by:
      getVehicleModelProfileRefStructureCase in interface VehicleTypeOrBuilder
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface VehicleTypeOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface VehicleTypeOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface VehicleTypeOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface VehicleTypeOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface VehicleTypeOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface VehicleTypeOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface VehicleTypeOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for version.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface VehicleTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface VehicleTypeOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 212;
      Specified by:
      getDerivedFromVersionRef in interface VehicleTypeOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 212;
      Specified by:
      getDerivedFromVersionRefBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 213;
      Specified by:
      getDerivedFromObjectRef in interface VehicleTypeOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 213;
      Specified by:
      getDerivedFromObjectRefBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface VehicleTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface VehicleTypeOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface VehicleTypeOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface VehicleTypeOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface VehicleTypeOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface VehicleTypeOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface VehicleTypeOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface VehicleTypeOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface VehicleTypeOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface VehicleTypeOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface VehicleTypeOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface VehicleTypeOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface VehicleTypeOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface VehicleTypeOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      hasExtensions in interface VehicleTypeOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensions in interface VehicleTypeOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface VehicleTypeOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface VehicleTypeOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface VehicleTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 953:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface VehicleTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 953:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface VehicleTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 953:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface VehicleTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 958:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface VehicleTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 958:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface VehicleTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 958:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface VehicleTypeOrBuilder
    • getDescription

      public String getDescription()
       Description +V1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 963:50]
       
      string description = 153;
      Specified by:
      getDescription in interface VehicleTypeOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Description +V1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 963:50]
       
      string description = 153;
      Specified by:
      getDescriptionBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for description.
    • getRegistrationNumber

      public String getRegistrationNumber()
       Licence plate of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 968:85]
       
      string registration_number = 163;
      Specified by:
      getRegistrationNumber in interface VehicleTypeOrBuilder
      Returns:
      The registrationNumber.
    • getRegistrationNumberBytes

      public com.google.protobuf.ByteString getRegistrationNumberBytes()
       Licence plate of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 968:85]
       
      string registration_number = 163;
      Specified by:
      getRegistrationNumberBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for registrationNumber.
    • hasRegistrationDate

      public boolean hasRegistrationDate()
       Dae of  registration or commissioning - may be used to determin age oif vehice  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 973:71]
       
      .google.type.Date registration_date = 155;
      Specified by:
      hasRegistrationDate in interface VehicleTypeOrBuilder
      Returns:
      Whether the registrationDate field is set.
    • getRegistrationDate

      public com.google.type.Date getRegistrationDate()
       Dae of  registration or commissioning - may be used to determin age oif vehice  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 973:71]
       
      .google.type.Date registration_date = 155;
      Specified by:
      getRegistrationDate in interface VehicleTypeOrBuilder
      Returns:
      The registrationDate.
    • getRegistrationDateOrBuilder

      public com.google.type.DateOrBuilder getRegistrationDateOrBuilder()
       Dae of  registration or commissioning - may be used to determin age oif vehice  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 973:71]
       
      .google.type.Date registration_date = 155;
      Specified by:
      getRegistrationDateOrBuilder in interface VehicleTypeOrBuilder
    • getOperationalNumber

      public String getOperationalNumber()
       Operational Number of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 995:84]
       
      string operational_number = 164;
      Specified by:
      getOperationalNumber in interface VehicleTypeOrBuilder
      Returns:
      The operationalNumber.
    • getOperationalNumberBytes

      public com.google.protobuf.ByteString getOperationalNumberBytes()
       Operational Number of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 995:84]
       
      string operational_number = 164;
      Specified by:
      getOperationalNumberBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for operationalNumber.
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      hasPrivateCode in interface VehicleTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      getPrivateCode in interface VehicleTypeOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;
      Specified by:
      getPrivateCodeOrBuilder in interface VehicleTypeOrBuilder
    • hasVehicleModelRef

      public boolean hasVehicleModelRef()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 168;
      Specified by:
      hasVehicleModelRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the vehicleModelRef field is set.
    • getVehicleModelRef

      public VersionOfObjectRefStructure getVehicleModelRef()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 168;
      Specified by:
      getVehicleModelRef in interface VehicleTypeOrBuilder
      Returns:
      The vehicleModelRef.
    • getVehicleModelRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleModelRefOrBuilder()
       Reference to a VEHICLE MODEL.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 366:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_model_ref = 168;
      Specified by:
      getVehicleModelRefOrBuilder in interface VehicleTypeOrBuilder
    • hasActualVehicleEquipments

      public boolean hasActualVehicleEquipments()
       ACTUAL EQUIPMENT found in VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 983:93]
       
      .uk.org.netex.www.netex.Equipments_RelStructure actual_vehicle_equipments = 175;
      Specified by:
      hasActualVehicleEquipments in interface VehicleTypeOrBuilder
      Returns:
      Whether the actualVehicleEquipments field is set.
    • getActualVehicleEquipments

      public Equipments_RelStructure getActualVehicleEquipments()
       ACTUAL EQUIPMENT found in VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 983:93]
       
      .uk.org.netex.www.netex.Equipments_RelStructure actual_vehicle_equipments = 175;
      Specified by:
      getActualVehicleEquipments in interface VehicleTypeOrBuilder
      Returns:
      The actualVehicleEquipments.
    • getActualVehicleEquipmentsOrBuilder

      public Equipments_RelStructureOrBuilder getActualVehicleEquipmentsOrBuilder()
       ACTUAL EQUIPMENT found in VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 983:93]
       
      .uk.org.netex.www.netex.Equipments_RelStructure actual_vehicle_equipments = 175;
      Specified by:
      getActualVehicleEquipmentsOrBuilder in interface VehicleTypeOrBuilder
    • getId

      public String getId()
       Identifier of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 927:52]
       
      string id = 201;
      Specified by:
      getId in interface VehicleTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of VEHICLE.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 927:52]
       
      string id = 201;
      Specified by:
      getIdBytes in interface VehicleTypeOrBuilder
      Returns:
      The bytes for id.
    • hasOperatorRef

      public boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 171;
      Specified by:
      hasOperatorRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      public VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 171;
      Specified by:
      getOperatorRef in interface VehicleTypeOrBuilder
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 171;
      Specified by:
      getOperatorRefOrBuilder in interface VehicleTypeOrBuilder
    • hasAuthorityRef

      public boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 203;
      Specified by:
      hasAuthorityRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      public VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 203;
      Specified by:
      getAuthorityRef in interface VehicleTypeOrBuilder
      Returns:
      The authorityRef.
    • getAuthorityRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 203;
      Specified by:
      getAuthorityRefOrBuilder in interface VehicleTypeOrBuilder
    • hasVehicleTypeRef

      public boolean hasVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 172;
      Specified by:
      hasVehicleTypeRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      public VersionOfObjectRefStructure getVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 172;
      Specified by:
      getVehicleTypeRef in interface VehicleTypeOrBuilder
      Returns:
      The vehicleTypeRef.
    • getVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleTypeRefOrBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 172;
      Specified by:
      getVehicleTypeRefOrBuilder in interface VehicleTypeOrBuilder
    • hasTrainRef

      public boolean hasTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 173;
      Specified by:
      hasTrainRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

      public VersionOfObjectRefStructure getTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 173;
      Specified by:
      getTrainRef in interface VehicleTypeOrBuilder
      Returns:
      The trainRef.
    • getTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainRefOrBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 173;
      Specified by:
      getTrainRefOrBuilder in interface VehicleTypeOrBuilder
    • hasCompoundTrainRef

      public boolean hasCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 174;
      Specified by:
      hasCompoundTrainRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      public VersionOfObjectRefStructure getCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 174;
      Specified by:
      getCompoundTrainRef in interface VehicleTypeOrBuilder
      Returns:
      The compoundTrainRef.
    • getCompoundTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCompoundTrainRefOrBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 174;
      Specified by:
      getCompoundTrainRefOrBuilder in interface VehicleTypeOrBuilder
    • hasTransportTypeRef

      public boolean hasTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 204;
      Specified by:
      hasTransportTypeRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the transportTypeRef field is set.
    • getTransportTypeRef

      public VersionOfObjectRefStructure getTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 204;
      Specified by:
      getTransportTypeRef in interface VehicleTypeOrBuilder
      Returns:
      The transportTypeRef.
    • getTransportTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTransportTypeRefOrBuilder()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 204;
      Specified by:
      getTransportTypeRefOrBuilder in interface VehicleTypeOrBuilder
    • hasSimpleVehicleTypeRef

      public boolean hasSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 205;
      Specified by:
      hasSimpleVehicleTypeRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the simpleVehicleTypeRef field is set.
    • getSimpleVehicleTypeRef

      public VersionOfObjectRefStructure getSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 205;
      Specified by:
      getSimpleVehicleTypeRef in interface VehicleTypeOrBuilder
      Returns:
      The simpleVehicleTypeRef.
    • getSimpleVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSimpleVehicleTypeRefOrBuilder()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 205;
      Specified by:
      getSimpleVehicleTypeRefOrBuilder in interface VehicleTypeOrBuilder
    • hasCarModelProfileRef

      public boolean hasCarModelProfileRef()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 169;
      Specified by:
      hasCarModelProfileRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the carModelProfileRef field is set.
    • getCarModelProfileRef

      public VersionOfObjectRefStructure getCarModelProfileRef()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 169;
      Specified by:
      getCarModelProfileRef in interface VehicleTypeOrBuilder
      Returns:
      The carModelProfileRef.
    • getCarModelProfileRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCarModelProfileRefOrBuilder()
       Reference to a CAR MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 92:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_model_profile_ref = 169;
      Specified by:
      getCarModelProfileRefOrBuilder in interface VehicleTypeOrBuilder
    • hasCycleModelProfileRef

      public boolean hasCycleModelProfileRef()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 170;
      Specified by:
      hasCycleModelProfileRef in interface VehicleTypeOrBuilder
      Returns:
      Whether the cycleModelProfileRef field is set.
    • getCycleModelProfileRef

      public VersionOfObjectRefStructure getCycleModelProfileRef()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 170;
      Specified by:
      getCycleModelProfileRef in interface VehicleTypeOrBuilder
      Returns:
      The cycleModelProfileRef.
    • getCycleModelProfileRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCycleModelProfileRefOrBuilder()
       Reference to a CYCLE MODEL PROFILE. +V1.2.2  [netex_framework/netex_reusableComponents/netex_nm_fleetEquipment_support.xsd at 118:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_model_profile_ref = 170;
      Specified by:
      getCycleModelProfileRefOrBuilder in interface VehicleTypeOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static VehicleType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static VehicleType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VehicleType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static VehicleType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static VehicleType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VehicleType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static VehicleType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public VehicleType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static VehicleType.Builder newBuilder()
    • newBuilder

      public static VehicleType.Builder newBuilder(VehicleType prototype)
    • toBuilder

      public VehicleType.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected VehicleType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static VehicleType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<VehicleType> parser()
    • getParserForType

      public com.google.protobuf.Parser<VehicleType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public VehicleType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder