Class JourneyPart_VersionStructure

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

public final class JourneyPart_VersionStructure extends com.google.protobuf.GeneratedMessage implements JourneyPart_VersionStructureOrBuilder
 Type for JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 152:55]
 
Protobuf type uk.org.netex.www.netex.JourneyPart_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • 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:
    • ORDER_FIELD_NUMBER

      public static final int ORDER_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • PARENT_JOURNEY_REF_FIELD_NUMBER

      public static final int PARENT_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • MAIN_PART_REF_FIELD_NUMBER

      public static final int MAIN_PART_REF_FIELD_NUMBER
      See Also:
    • JOURNEY_PART_COUPLE_REF_FIELD_NUMBER

      public static final int JOURNEY_PART_COUPLE_REF_FIELD_NUMBER
      See Also:
    • TRAIN_NUMBER_REF_FIELD_NUMBER

      public static final int TRAIN_NUMBER_REF_FIELD_NUMBER
      See Also:
    • FROM_STOP_POINT_REF_FIELD_NUMBER

      public static final int FROM_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • TO_STOP_POINT_REF_FIELD_NUMBER

      public static final int TO_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • START_TIME_DAY_OFFSET_FIELD_NUMBER

      public static final int START_TIME_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • END_TIME_FIELD_NUMBER

      public static final int END_TIME_FIELD_NUMBER
      See Also:
    • END_TIME_DAY_OFFSET_FIELD_NUMBER

      public static final int END_TIME_DAY_OFFSET_FIELD_NUMBER
      See Also:
    • VEHICLE_ORIENTATION_FIELD_NUMBER

      public static final int VEHICLE_ORIENTATION_FIELD_NUMBER
      See Also:
    • PURPOSE_OF_JOURNEY_PARTITION_REF_FIELD_NUMBER

      public static final int PURPOSE_OF_JOURNEY_PARTITION_REF_FIELD_NUMBER
      See Also:
    • FACILITIES_FIELD_NUMBER

      public static final int FACILITIES_FIELD_NUMBER
      See Also:
    • JOURNEY_PART_POSITIONS_FIELD_NUMBER

      public static final int JOURNEY_PART_POSITIONS_FIELD_NUMBER
      See Also:
    • BLOCK_PART_REF_FIELD_NUMBER

      public static final int BLOCK_PART_REF_FIELD_NUMBER
      See Also:
    • TRAIN_BLOCK_PART_REF_FIELD_NUMBER

      public static final int TRAIN_BLOCK_PART_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
    • getBlockPartRefStructureCase

      public JourneyPart_VersionStructure.BlockPartRefStructureCase getBlockPartRefStructureCase()
      Specified by:
      getBlockPartRefStructureCase in interface JourneyPart_VersionStructureOrBuilder
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 = 196;
      Specified by:
      getDerivedFromVersionRef in interface JourneyPart_VersionStructureOrBuilder
      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 = 196;
      Specified by:
      getDerivedFromVersionRefBytes in interface JourneyPart_VersionStructureOrBuilder
      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 = 197;
      Specified by:
      getDerivedFromObjectRef in interface JourneyPart_VersionStructureOrBuilder
      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 = 197;
      Specified by:
      getDerivedFromObjectRefBytes in interface JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
      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 JourneyPart_VersionStructureOrBuilder
    • getOrder

      public int getOrder()
       Order of JOURNEY PART  within JOURNEY.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 161:52]
       
      int32 order = 101;
      Specified by:
      getOrder in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The order.
    • hasDescription

      public boolean hasDescription()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      hasDescription in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescription in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 174:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescriptionOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasParentJourneyRef

      public boolean hasParentJourneyRef()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      hasParentJourneyRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the parentJourneyRef field is set.
    • getParentJourneyRef

      public VersionOfObjectRefStructure getParentJourneyRef()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      getParentJourneyRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The parentJourneyRef.
    • getParentJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentJourneyRefOrBuilder()
       Reference to parent of which this is part. If given by context does not need to be stated.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 179:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_journey_ref = 162;
      Specified by:
      getParentJourneyRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasMainPartRef

      public boolean hasMainPartRef()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      hasMainPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the mainPartRef field is set.
    • getMainPartRef

      public GroupOfEntitiesRefStructure getMainPartRef()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      getMainPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The mainPartRef.
    • getMainPartRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getMainPartRefOrBuilder()
       Main JOURNEY PART for journey.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 211:81]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure main_part_ref = 163;
      Specified by:
      getMainPartRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasJourneyPartCoupleRef

      public boolean hasJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      hasJourneyPartCoupleRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the journeyPartCoupleRef field is set.
    • getJourneyPartCoupleRef

      public VersionOfObjectRefStructure getJourneyPartCoupleRef()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      getJourneyPartCoupleRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The journeyPartCoupleRef.
    • getJourneyPartCoupleRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getJourneyPartCoupleRefOrBuilder()
       Reference to a JOURNEY PART COUPLE.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 164:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_part_couple_ref = 164;
      Specified by:
      getJourneyPartCoupleRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasTrainNumberRef

      public boolean hasTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      hasTrainNumberRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the trainNumberRef field is set.
    • getTrainNumberRef

      public VersionOfObjectRefStructure getTrainNumberRef()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      getTrainNumberRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The trainNumberRef.
    • getTrainNumberRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainNumberRefOrBuilder()
       Reference to a TRAIN NUMBER.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 187:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_number_ref = 165;
      Specified by:
      getTrainNumberRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasFromStopPointRef

      public boolean hasFromStopPointRef()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      hasFromStopPointRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the fromStopPointRef field is set.
    • getFromStopPointRef

      public VersionOfObjectRefStructure getFromStopPointRef()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      getFromStopPointRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The fromStopPointRef.
    • getFromStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFromStopPointRefOrBuilder()
       Point at which this JOURNEY PART starts.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 219:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_stop_point_ref = 168;
      Specified by:
      getFromStopPointRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasToStopPointRef

      public boolean hasToStopPointRef()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      hasToStopPointRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the toStopPointRef field is set.
    • getToStopPointRef

      public VersionOfObjectRefStructure getToStopPointRef()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      getToStopPointRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The toStopPointRef.
    • getToStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getToStopPointRefOrBuilder()
       Point at which this JOURNEY PART ends.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 224:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_stop_point_ref = 169;
      Specified by:
      getToStopPointRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      hasStartTime in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.type.TimeOfDay getStartTime()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      getStartTime in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getStartTimeOrBuilder()
       Start time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 236:50]
       
      .google.type.TimeOfDay start_time = 181;
      Specified by:
      getStartTimeOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • getStartTimeDayOffset

      public int getStartTimeDayOffset()
       Number of days after journey start time that start time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 241:90]
       
      int32 start_time_day_offset = 182;
      Specified by:
      getStartTimeDayOffset in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The startTimeDayOffset.
    • hasEndTime

      public boolean hasEndTime()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      hasEndTime in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.type.TimeOfDay getEndTime()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      getEndTime in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getEndTimeOrBuilder()
       End time of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 246:48]
       
      .google.type.TimeOfDay end_time = 183;
      Specified by:
      getEndTimeOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • getEndTimeDayOffset

      public int getEndTimeDayOffset()
       Number of days after journey start time that end time is.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 251:88]
       
      int32 end_time_day_offset = 184;
      Specified by:
      getEndTimeDayOffset in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The endTimeDayOffset.
    • getVehicleOrientation

      public boolean getVehicleOrientation()
       Orientation of the vehicle carrying out the JOURNEY PART compared to the definition of the corresponding VEHICLE TYPE. true for forward.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 186:91]
       
      bool vehicle_orientation = 191;
      Specified by:
      getVehicleOrientation in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The vehicleOrientation.
    • hasPurposeOfJourneyPartitionRef

      public boolean hasPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      hasPurposeOfJourneyPartitionRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the purposeOfJourneyPartitionRef field is set.
    • getPurposeOfJourneyPartitionRef

      public VersionOfObjectRefStructure getPurposeOfJourneyPartitionRef()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      getPurposeOfJourneyPartitionRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The purposeOfJourneyPartitionRef.
    • getPurposeOfJourneyPartitionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPurposeOfJourneyPartitionRefOrBuilder()
       Reference to a PURPOSE OF JOURNEY PARTITION.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 226:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_journey_partition_ref = 192;
      Specified by:
      getPurposeOfJourneyPartitionRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasFacilities

      public boolean hasFacilities()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      hasFacilities in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the facilities field is set.
    • getFacilities

      public ServiceFacilitySets_RelStructure getFacilities()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      getFacilities in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The facilities.
    • getFacilitiesOrBuilder

      public ServiceFacilitySets_RelStructureOrBuilder getFacilitiesOrBuilder()
       Facilities available during JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 194:89]
       
      .uk.org.netex.www.netex.ServiceFacilitySets_RelStructure facilities = 193;
      Specified by:
      getFacilitiesOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasJourneyPartPositions

      public boolean hasJourneyPartPositions()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      hasJourneyPartPositions in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the journeyPartPositions field is set.
    • getJourneyPartPositions

      public JourneyPartPositions_RelStructure getJourneyPartPositions()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      getJourneyPartPositions in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The journeyPartPositions.
    • getJourneyPartPositionsOrBuilder

      public JourneyPartPositions_RelStructureOrBuilder getJourneyPartPositionsOrBuilder()
       Positions in Train of JOURNEY PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_version.xsd at 199:100]
       
      .uk.org.netex.www.netex.JourneyPartPositions_RelStructure journey_part_positions = 194;
      Specified by:
      getJourneyPartPositionsOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasBlockPartRef

      public boolean hasBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      hasBlockPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the blockPartRef field is set.
    • getBlockPartRef

      public VersionOfObjectRefStructure getBlockPartRef()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      getBlockPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The blockPartRef.
    • getBlockPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBlockPartRefOrBuilder()
       Reference to a BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 166;
      Specified by:
      getBlockPartRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • hasTrainBlockPartRef

      public boolean hasTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      hasTrainBlockPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      Whether the trainBlockPartRef field is set.
    • getTrainBlockPartRef

      public VersionOfObjectRefStructure getTrainBlockPartRef()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      getTrainBlockPartRef in interface JourneyPart_VersionStructureOrBuilder
      Returns:
      The trainBlockPartRef.
    • getTrainBlockPartRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainBlockPartRefOrBuilder()
       Reference to a TRAIN BLOCK PART.  [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 167;
      Specified by:
      getTrainBlockPartRefOrBuilder in interface JourneyPart_VersionStructureOrBuilder
    • 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 JourneyPart_VersionStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static JourneyPart_VersionStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static JourneyPart_VersionStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<JourneyPart_VersionStructure> 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 JourneyPart_VersionStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder