Interface BlockTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BlockType, BlockType.Builder

public interface BlockTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

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

      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;
      Returns:
      The created.
    • getCreatedOrBuilder

      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;
    • hasChanged

      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;
      Returns:
      Whether the changed field is set.
    • getChanged

      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;
      Returns:
      The changed.
    • getChangedOrBuilder

      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;
    • getVersion

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

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

      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;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      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;
      Returns:
      The status.
    • getDerivedFromVersionRef

      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 = 233;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      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 = 233;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      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 = 234;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      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 = 234;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      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;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      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;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      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;
    • getValidBetweenList

      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;
    • getValidBetween

      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;
    • getValidBetweenCount

      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;
    • getValidBetweenOrBuilderList

      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;
    • getValidBetweenOrBuilder

      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;
    • hasAlternativeTexts

      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;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      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;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      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;
    • hasKeyList

      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;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      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;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      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;
    • hasExtensions

      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;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      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;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      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;
    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      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;
    • hasName

      boolean hasName()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 198:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 203:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • hasPrivateCode

      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 = 163;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      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 = 163;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      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 = 163;
    • hasPreparationDuration

      boolean hasPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Returns:
      Whether the preparationDuration field is set.
    • getPreparationDuration

      com.google.protobuf.Duration getPreparationDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
      Returns:
      The preparationDuration.
    • getPreparationDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getPreparationDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 216:78]
       
      .google.protobuf.Duration preparation_duration = 171;
    • hasStartTime

      boolean hasStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.type.TimeOfDay getStartTime()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of BLOCK- In principle this can be derived from the Start time of the first journey and the preparation duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 221:64]
       
      .google.type.TimeOfDay start_time = 172;
    • getStartTimeDayOffset

      int getStartTimeDayOffset()
       Day offset of Start time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 226:76]
       
      int32 start_time_day_offset = 173;
      Returns:
      The startTimeDayOffset.
    • hasFinishingDuration

      boolean hasFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Returns:
      Whether the finishingDuration field is set.
    • getFinishingDuration

      com.google.protobuf.Duration getFinishingDuration()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
      Returns:
      The finishingDuration.
    • getFinishingDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getFinishingDurationOrBuilder()
       Time to complete BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 231:76]
       
      .google.protobuf.Duration finishing_duration = 174;
    • hasEndTime

      boolean hasEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.type.TimeOfDay getEndTime()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of BLOCK. In principle this can be derived from the Start time of the last journey and the finishing duration but may be stated  explicitly as well.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 236:62]
       
      .google.type.TimeOfDay end_time = 175;
    • getEndTimeDayOffset

      int getEndTimeDayOffset()
       Day offset of end time from current OPERATING DAY.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 241:74]
       
      int32 end_time_day_offset = 176;
      Returns:
      The endTimeDayOffset.
    • hasDayTypes

      boolean hasDayTypes()
       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Returns:
      Whether the dayTypes field is set.
    • getDayTypes

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
      Returns:
      The dayTypes.
    • getDayTypesOrBuilder

       DAY TYPEs for BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 246:47]
       
      .uk.org.netex.www.netex.Block_VersionStructure_DayTypesType day_types = 177;
    • hasVehicleServicePartRef

      boolean hasVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Returns:
      Whether the vehicleServicePartRef field is set.
    • getVehicleServicePartRef

      VersionOfObjectRefStructure getVehicleServicePartRef()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
      Returns:
      The vehicleServicePartRef.
    • getVehicleServicePartRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleServicePartRefOrBuilder()
       Reference to a VEHICLE SERVICE PART.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 120:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_service_part_ref = 181;
    • hasStartPointRef

      boolean hasStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      VersionOfObjectRefStructure getStartPointRef()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
      Returns:
      The startPointRef.
    • getStartPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 265:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 185;
    • hasEndPointRef

      boolean hasEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      VersionOfObjectRefStructure getEndPointRef()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
      Returns:
      The endPointRef.
    • getEndPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       Point at which BLOCK ends Point at which BLOCK starts Should be a PARKING POINT but might be of unknown type.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 270:75]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 186;
    • hasJourneys

      boolean hasJourneys()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Returns:
      Whether the journeys field is set.
    • getJourneys

       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
      Returns:
      The journeys.
    • getJourneysOrBuilder

      JourneyRefs_RelStructureOrBuilder getJourneysOrBuilder()
       JOURNEYS making up BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 282:79]
       
      .uk.org.netex.www.netex.JourneyRefs_RelStructure journeys = 191;
    • hasCoursesOfJourneys

      boolean hasCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Returns:
      Whether the coursesOfJourneys field is set.
    • getCoursesOfJourneys

      CoursesOfJourneys_RelStructure getCoursesOfJourneys()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
      Returns:
      The coursesOfJourneys.
    • getCoursesOfJourneysOrBuilder

      CoursesOfJourneys_RelStructureOrBuilder getCoursesOfJourneysOrBuilder()
       Runs in BLOCK PART.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 287:94]
       
      .uk.org.netex.www.netex.CoursesOfJourneys_RelStructure courses_of_journeys = 192;
    • hasBlockParts

      boolean hasBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Returns:
      Whether the blockParts field is set.
    • getBlockParts

      BlockParts_RelStructure getBlockParts()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
      Returns:
      The blockParts.
    • getBlockPartsOrBuilder

      BlockParts_RelStructureOrBuilder getBlockPartsOrBuilder()
       BLOCK PARTS in BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.BlockParts_RelStructure block_parts = 193;
    • hasReliefOpportunities

      boolean hasReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Returns:
      Whether the reliefOpportunities field is set.
    • getReliefOpportunities

      ReliefOpportunities_RelStructure getReliefOpportunities()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
      Returns:
      The reliefOpportunities.
    • getReliefOpportunitiesOrBuilder

      ReliefOpportunities_RelStructureOrBuilder getReliefOpportunitiesOrBuilder()
       RELIEF OPPORTUNITIES of a BLOCK-  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 297:98]
       
      .uk.org.netex.www.netex.ReliefOpportunities_RelStructure relief_opportunities = 194;
    • getId

      String getId()
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 165:51]
       
      string id = 231;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 165:51]
       
      string id = 231;
      Returns:
      The bytes for id.
    • hasVehicleTypeRef

      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 = 182;
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      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 = 182;
      Returns:
      The vehicleTypeRef.
    • getVehicleTypeRefOrBuilder

      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 = 182;
    • hasTrainRef

      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 = 183;
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 183;
      Returns:
      The trainRef.
    • getTrainRefOrBuilder

      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 = 183;
    • hasCompoundTrainRef

      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 = 184;
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      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 = 184;
      Returns:
      The compoundTrainRef.
    • getCompoundTrainRefOrBuilder

      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 = 184;
    • getVehicleTypeRefStructureCase

      BlockType.VehicleTypeRefStructureCase getVehicleTypeRefStructureCase()