Class GroupOfServicesMemberStructure

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

public final class GroupOfServicesMemberStructure extends com.google.protobuf.GeneratedMessage implements GroupOfServicesMemberStructureOrBuilder
 Type for a Member of GROUP OF SERVICE Member.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 556:57]
 
Protobuf type uk.org.netex.www.netex.GroupOfServicesMemberStructure
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:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_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:
    • GROUP_OF_SERVICES_REF_FIELD_NUMBER

      public static final int GROUP_OF_SERVICES_REF_FIELD_NUMBER
      See Also:
    • TRAIN_NUMBER_REF_FIELD_NUMBER

      public static final int TRAIN_NUMBER_REF_FIELD_NUMBER
      See Also:
    • JOURNEY_DESIGNATOR_FIELD_NUMBER

      public static final int JOURNEY_DESIGNATOR_FIELD_NUMBER
      See Also:
    • SERVICE_DESIGNATOR_FIELD_NUMBER

      public static final int SERVICE_DESIGNATOR_FIELD_NUMBER
      See Also:
    • NOTICE_ASSIGNMENTS_FIELD_NUMBER

      public static final int NOTICE_ASSIGNMENTS_FIELD_NUMBER
      See Also:
    • VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DEAD_RUN_REF_FIELD_NUMBER

      public static final int DEAD_RUN_REF_FIELD_NUMBER
      See Also:
    • SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • SPECIAL_SERVICE_REF_FIELD_NUMBER

      public static final int SPECIAL_SERVICE_REF_FIELD_NUMBER
      See Also:
    • TEMPLATE_SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int TEMPLATE_SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_SPECIAL_SERVICE_REF_FIELD_NUMBER

      public static final int DATED_SPECIAL_SERVICE_REF_FIELD_NUMBER
      See Also:
    • NORMAL_DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER

      public static final int NORMAL_DATED_VEHICLE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • DATED_SERVICE_JOURNEY_REF_FIELD_NUMBER

      public static final int DATED_SERVICE_JOURNEY_REF_FIELD_NUMBER
      See Also:
    • SINGLE_JOURNEY_REF_FIELD_NUMBER

      public static final int SINGLE_JOURNEY_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
    • getJourneyRefStructureCase

      public GroupOfServicesMemberStructure.JourneyRefStructureCase getJourneyRefStructureCase()
      Specified by:
      getJourneyRefStructureCase in interface GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 = 286;
      Specified by:
      getDerivedFromVersionRef in interface GroupOfServicesMemberStructureOrBuilder
      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 = 286;
      Specified by:
      getDerivedFromVersionRefBytes in interface GroupOfServicesMemberStructureOrBuilder
      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 = 287;
      Specified by:
      getDerivedFromObjectRef in interface GroupOfServicesMemberStructureOrBuilder
      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 = 287;
      Specified by:
      getDerivedFromObjectRefBytes in interface GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
      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 GroupOfServicesMemberStructureOrBuilder
    • 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 = 71;
      Specified by:
      hasExtensions in interface GroupOfServicesMemberStructureOrBuilder
      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 = 71;
      Specified by:
      getExtensions in interface GroupOfServicesMemberStructureOrBuilder
      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 = 71;
      Specified by:
      getExtensionsOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • getOrder

      public int getOrder()
       Order of member within parent group.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 266:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The order.
    • hasDescription

      public boolean hasDescription()
       [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 264:79]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      hasDescription in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 264:79]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescription in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 264:79]
       
      .uk.org.netex.www.netex.MultilingualString description = 161;
      Specified by:
      getDescriptionOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasGroupOfServicesRef

      public boolean hasGroupOfServicesRef()
       Parent  GROUP OF SERVICEs to which this  GROUP OF SERVICEs MEMBER assigns a JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 563:94]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 261;
      Specified by:
      hasGroupOfServicesRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the groupOfServicesRef field is set.
    • getGroupOfServicesRef

      public GroupOfEntitiesRefStructure getGroupOfServicesRef()
       Parent  GROUP OF SERVICEs to which this  GROUP OF SERVICEs MEMBER assigns a JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 563:94]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 261;
      Specified by:
      getGroupOfServicesRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The groupOfServicesRef.
    • getGroupOfServicesRefOrBuilder

      public GroupOfEntitiesRefStructureOrBuilder getGroupOfServicesRefOrBuilder()
       Parent  GROUP OF SERVICEs to which this  GROUP OF SERVICEs MEMBER assigns a JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 563:94]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_services_ref = 261;
      Specified by:
      getGroupOfServicesRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • 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 = 269;
      Specified by:
      hasTrainNumberRef in interface GroupOfServicesMemberStructureOrBuilder
      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 = 269;
      Specified by:
      getTrainNumberRef in interface GroupOfServicesMemberStructureOrBuilder
      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 = 269;
      Specified by:
      getTrainNumberRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasJourneyDesignator

      public boolean hasJourneyDesignator()
       Value reference to a JOURNEY. Provides an alternative way of identifying a Journey between TIMING POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 90:74]
       
      .uk.org.netex.www.netex.JourneyDesignatorStructure journey_designator = 270;
      Specified by:
      hasJourneyDesignator in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the journeyDesignator field is set.
    • getJourneyDesignator

      public JourneyDesignatorStructure getJourneyDesignator()
       Value reference to a JOURNEY. Provides an alternative way of identifying a Journey between TIMING POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 90:74]
       
      .uk.org.netex.www.netex.JourneyDesignatorStructure journey_designator = 270;
      Specified by:
      getJourneyDesignator in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The journeyDesignator.
    • getJourneyDesignatorOrBuilder

      public JourneyDesignatorStructureOrBuilder getJourneyDesignatorOrBuilder()
       Value reference to a JOURNEY. Provides an alternative way of identifying a Journey between TIMING POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 90:74]
       
      .uk.org.netex.www.netex.JourneyDesignatorStructure journey_designator = 270;
      Specified by:
      getJourneyDesignatorOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasServiceDesignator

      public boolean hasServiceDesignator()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 271;
      Specified by:
      hasServiceDesignator in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the serviceDesignator field is set.
    • getServiceDesignator

      public ServiceDesignatorStructure getServiceDesignator()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 271;
      Specified by:
      getServiceDesignator in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The serviceDesignator.
    • getServiceDesignatorOrBuilder

      public ServiceDesignatorStructureOrBuilder getServiceDesignatorOrBuilder()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 271;
      Specified by:
      getServiceDesignatorOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICEs  Relevant for this grouping.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 574:100]
       
      .uk.org.netex.www.netex.NoticeAssignmentViews_RelStructure notice_assignments = 281;
      Specified by:
      hasNoticeAssignments in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignmentViews_RelStructure getNoticeAssignments()
       NOTICEs  Relevant for this grouping.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 574:100]
       
      .uk.org.netex.www.netex.NoticeAssignmentViews_RelStructure notice_assignments = 281;
      Specified by:
      getNoticeAssignments in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignmentViews_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs  Relevant for this grouping.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_version.xsd at 574:100]
       
      .uk.org.netex.www.netex.NoticeAssignmentViews_RelStructure notice_assignments = 281;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasVehicleJourneyRef

      public boolean hasVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 262;
      Specified by:
      hasVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the vehicleJourneyRef field is set.
    • getVehicleJourneyRef

      public VersionOfObjectRefStructure getVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 262;
      Specified by:
      getVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The vehicleJourneyRef.
    • getVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleJourneyRefOrBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 262;
      Specified by:
      getVehicleJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasDeadRunRef

      public boolean hasDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 263;
      Specified by:
      hasDeadRunRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the deadRunRef field is set.
    • getDeadRunRef

      public VersionOfObjectRefStructure getDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 263;
      Specified by:
      getDeadRunRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The deadRunRef.
    • getDeadRunRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDeadRunRefOrBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 263;
      Specified by:
      getDeadRunRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasServiceJourneyRef

      public boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 264;
      Specified by:
      hasServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      public VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 264;
      Specified by:
      getServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The serviceJourneyRef.
    • getServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 264;
      Specified by:
      getServiceJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasSpecialServiceRef

      public boolean hasSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 265;
      Specified by:
      hasSpecialServiceRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the specialServiceRef field is set.
    • getSpecialServiceRef

      public VersionOfObjectRefStructure getSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 265;
      Specified by:
      getSpecialServiceRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The specialServiceRef.
    • getSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSpecialServiceRefOrBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 265;
      Specified by:
      getSpecialServiceRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasTemplateServiceJourneyRef

      public boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 266;
      Specified by:
      hasTemplateServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      public VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 266;
      Specified by:
      getTemplateServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • getTemplateServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 266;
      Specified by:
      getTemplateServiceJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasDatedVehicleJourneyRef

      public boolean hasDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 267;
      Specified by:
      hasDatedVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the datedVehicleJourneyRef field is set.
    • getDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 267;
      Specified by:
      getDatedVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The datedVehicleJourneyRef.
    • getDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedVehicleJourneyRefOrBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 267;
      Specified by:
      getDatedVehicleJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasDatedSpecialServiceRef

      public boolean hasDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 268;
      Specified by:
      hasDatedSpecialServiceRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the datedSpecialServiceRef field is set.
    • getDatedSpecialServiceRef

      public VersionOfObjectRefStructure getDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 268;
      Specified by:
      getDatedSpecialServiceRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The datedSpecialServiceRef.
    • getDatedSpecialServiceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedSpecialServiceRefOrBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 268;
      Specified by:
      getDatedSpecialServiceRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasNormalDatedVehicleJourneyRef

      public boolean hasNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 282;
      Specified by:
      hasNormalDatedVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the normalDatedVehicleJourneyRef field is set.
    • getNormalDatedVehicleJourneyRef

      public VersionOfObjectRefStructure getNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 282;
      Specified by:
      getNormalDatedVehicleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The normalDatedVehicleJourneyRef.
    • getNormalDatedVehicleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getNormalDatedVehicleJourneyRefOrBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 282;
      Specified by:
      getNormalDatedVehicleJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasDatedServiceJourneyRef

      public boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 283;
      Specified by:
      hasDatedServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      public VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 283;
      Specified by:
      getDatedServiceJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • getDatedServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 283;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • hasSingleJourneyRef

      public boolean hasSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 285;
      Specified by:
      hasSingleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

      public VersionOfObjectRefStructure getSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 285;
      Specified by:
      getSingleJourneyRef in interface GroupOfServicesMemberStructureOrBuilder
      Returns:
      The singleJourneyRef.
    • getSingleJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSingleJourneyRefOrBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 285;
      Specified by:
      getSingleJourneyRefOrBuilder in interface GroupOfServicesMemberStructureOrBuilder
    • 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 GroupOfServicesMemberStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static GroupOfServicesMemberStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static GroupOfServicesMemberStructure getDefaultInstance()
    • parser

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

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