Class ScheduledStopPointType

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

@Generated public final class ScheduledStopPointType extends com.google.protobuf.GeneratedMessage implements ScheduledStopPointTypeOrBuilder
 A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
 
Protobuf type uk.org.netex.www.netex.ScheduledStopPointType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • LOCATION_FIELD_NUMBER

      public static final int LOCATION_FIELD_NUMBER
      See Also:
    • POINT_NUMBER_FIELD_NUMBER

      public static final int POINT_NUMBER_FIELD_NUMBER
      See Also:
    • TYPES_FIELD_NUMBER

      public static final int TYPES_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • GROUP_MEMBERSHIPS_FIELD_NUMBER

      public static final int GROUP_MEMBERSHIPS_FIELD_NUMBER
      See Also:
    • TIMING_POINT_STATUS_FIELD_NUMBER

      public static final int TIMING_POINT_STATUS_FIELD_NUMBER
      See Also:
    • ALLOWED_FOR_WAIT_TIME_FIELD_NUMBER

      public static final int ALLOWED_FOR_WAIT_TIME_FIELD_NUMBER
      See Also:
    • STOP_AREAS_FIELD_NUMBER

      public static final int STOP_AREAS_FIELD_NUMBER
      See Also:
    • TARIFF_ZONES_FIELD_NUMBER

      public static final int TARIFF_ZONES_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • NAME_SUFFIX_FIELD_NUMBER

      public static final int NAME_SUFFIX_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • LABEL_FIELD_NUMBER

      public static final int LABEL_FIELD_NUMBER
      See Also:
    • SHORT_STOP_CODE_FIELD_NUMBER

      public static final int SHORT_STOP_CODE_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • EXTERNAL_STOP_POINT_REF_FIELD_NUMBER

      public static final int EXTERNAL_STOP_POINT_REF_FIELD_NUMBER
      See Also:
    • URL_FIELD_NUMBER

      public static final int URL_FIELD_NUMBER
      See Also:
    • STOP_TYPE_FIELD_NUMBER

      public static final int STOP_TYPE_FIELD_NUMBER
      See Also:
    • COMPASS_BEARING_FIELD_NUMBER

      public static final int COMPASS_BEARING_FIELD_NUMBER
      See Also:
    • PRESENTATION_FIELD_NUMBER

      public static final int PRESENTATION_FIELD_NUMBER
      See Also:
    • VEHICLE_MODES_FIELD_NUMBER

      public static final int VEHICLE_MODES_FIELD_NUMBER
      See Also:
    • FOR_ALIGHTING_FIELD_NUMBER

      public static final int FOR_ALIGHTING_FIELD_NUMBER
      See Also:
    • FOR_BOARDING_FIELD_NUMBER

      public static final int FOR_BOARDING_FIELD_NUMBER
      See Also:
    • REQUEST_STOP_FIELD_NUMBER

      public static final int REQUEST_STOP_FIELD_NUMBER
      See Also:
    • REQUEST_METHOD_TYPE_FIELD_NUMBER

      public static final int REQUEST_METHOD_TYPE_FIELD_NUMBER
      See Also:
    • COUNTRY_REF_FIELD_NUMBER

      public static final int COUNTRY_REF_FIELD_NUMBER
      See Also:
    • TOPOGRAPHIC_PLACE_REF_FIELD_NUMBER

      public static final int TOPOGRAPHIC_PLACE_REF_FIELD_NUMBER
      See Also:
    • TOPOGRAPHIC_PLACE_VIEW_FIELD_NUMBER

      public static final int TOPOGRAPHIC_PLACE_VIEW_FIELD_NUMBER
      See Also:
    • AT_CENTRE_FIELD_NUMBER

      public static final int AT_CENTRE_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_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
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 = 533;
      Specified by:
      getDerivedFromVersionRef in interface ScheduledStopPointTypeOrBuilder
      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 = 533;
      Specified by:
      getDerivedFromVersionRefBytes in interface ScheduledStopPointTypeOrBuilder
      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 = 534;
      Specified by:
      getDerivedFromObjectRef in interface ScheduledStopPointTypeOrBuilder
      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 = 534;
      Specified by:
      getDerivedFromObjectRefBytes in interface ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • 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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
      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 ScheduledStopPointTypeOrBuilder
    • hasName

      public boolean hasName()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasLocation

      public boolean hasLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      hasLocation in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the location field is set.
    • getLocation

      public LocationStructure getLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      getLocation in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The location.
    • getLocationOrBuilder

      public LocationStructureOrBuilder getLocationOrBuilder()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      getLocationOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • getPointNumber

      public String getPointNumber()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Specified by:
      getPointNumber in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The pointNumber.
    • getPointNumberBytes

      public com.google.protobuf.ByteString getPointNumberBytes()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Specified by:
      getPointNumberBytes in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for pointNumber.
    • hasTypes

      public boolean hasTypes()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      hasTypes in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public TypeOfPointRefs_RelStructure getTypes()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      getTypes in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The types.
    • getTypesOrBuilder

      public TypeOfPointRefs_RelStructureOrBuilder getTypesOrBuilder()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      getTypesOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      hasProjections in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjections in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjectionsOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasGroupMemberships

      public boolean hasGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      hasGroupMemberships in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the groupMemberships field is set.
    • getGroupMemberships

      public GroupMembershipRefs_RelStructure getGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      getGroupMemberships in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The groupMemberships.
    • getGroupMembershipsOrBuilder

      public GroupMembershipRefs_RelStructureOrBuilder getGroupMembershipsOrBuilder()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      getGroupMembershipsOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • getTimingPointStatusValue

      public int getTimingPointStatusValue()
       Default Nature of TIMING POINT. Default is primary TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 203:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 281;
      Specified by:
      getTimingPointStatusValue in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • getTimingPointStatus

      public TimingPointStatusEnumeration getTimingPointStatus()
       Default Nature of TIMING POINT. Default is primary TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 203:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 281;
      Specified by:
      getTimingPointStatus in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The timingPointStatus.
    • hasAllowedForWaitTime

      public boolean hasAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      hasAllowedForWaitTime in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the allowedForWaitTime field is set.
    • getAllowedForWaitTime

      public com.google.protobuf.Duration getAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      getAllowedForWaitTime in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The allowedForWaitTime.
    • getAllowedForWaitTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getAllowedForWaitTimeOrBuilder()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      getAllowedForWaitTimeOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasStopAreas

      public boolean hasStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      hasStopAreas in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the stopAreas field is set.
    • getStopAreas

      public StopAreaRefs_RelStructure getStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      getStopAreas in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The stopAreas.
    • getStopAreasOrBuilder

      public StopAreaRefs_RelStructureOrBuilder getStopAreasOrBuilder()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      getStopAreasOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasTariffZones

      public boolean hasTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      hasTariffZones in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      public TariffZoneRefs_RelStructure getTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      getTariffZones in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The tariffZones.
    • getTariffZonesOrBuilder

      public TariffZoneRefs_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      getTariffZonesOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      hasShortName in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      getShortName in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      getShortNameOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasNameSuffix

      public boolean hasNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      hasNameSuffix in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      public MultilingualString getNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      getNameSuffix in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The nameSuffix.
    • getNameSuffixOrBuilder

      public MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      getNameSuffixOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      hasDescription in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      getDescription in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      getDescriptionOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasLabel

      public boolean hasLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      hasLabel in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public MultilingualString getLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      getLabel in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The label.
    • getLabelOrBuilder

      public MultilingualStringOrBuilder getLabelOrBuilder()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      getLabelOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasShortStopCode

      public boolean hasShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      hasShortStopCode in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the shortStopCode field is set.
    • getShortStopCode

      public PrivateCodeStructure getShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      getShortStopCode in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The shortStopCode.
    • getShortStopCodeOrBuilder

      public PrivateCodeStructureOrBuilder getShortStopCodeOrBuilder()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      getShortStopCodeOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      hasPublicCode in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      getPublicCode in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      getPublicCodeOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasPrivateCode

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

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

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

      public boolean hasExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      hasExternalStopPointRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the externalStopPointRef field is set.
    • getExternalStopPointRef

      public VersionOfObjectRefStructure getExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      getExternalStopPointRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The externalStopPointRef.
    • getExternalStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalStopPointRefOrBuilder()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      getExternalStopPointRefOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • getUrl

      public String getUrl()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Specified by:
      getUrl in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Specified by:
      getUrlBytes in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for url.
    • getStopTypeValue

      public int getStopTypeValue()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Specified by:
      getStopTypeValue in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The enum numeric value on the wire for stopType.
    • getStopType

      public StopTypeEnumeration getStopType()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Specified by:
      getStopType in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The stopType.
    • getCompassBearing

      public float getCompassBearing()
       Heading of STOP relative to street. Degrees  from North. This should be considered as a derived value that can be used for presentation purposes when information about the physical stop is not available. . The definitive value is the compass bearing found on the QUAY (i.e. physical stop) to which a SCHEDULED STOP POINT is assigned.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 287:80]
       
      float compass_bearing = 463;
      Specified by:
      getCompassBearing in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The compassBearing.
    • hasPresentation

      public boolean hasPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      hasPresentation in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public PresentationStructure getPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      getPresentation in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The presentation.
    • getPresentationOrBuilder

      public PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      getPresentationOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • getVehicleModesList

      public List<VehicleModeEnumeration> getVehicleModesList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesList in interface ScheduledStopPointTypeOrBuilder
      Returns:
      A list containing the vehicleModes.
    • getVehicleModesCount

      public int getVehicleModesCount()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesCount in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The count of vehicleModes.
    • getVehicleModes

      public VehicleModeEnumeration getVehicleModes(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModes in interface ScheduledStopPointTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vehicleModes at the given index.
    • getVehicleModesValueList

      public List<Integer> getVehicleModesValueList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesValueList in interface ScheduledStopPointTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for vehicleModes.
    • getVehicleModesValue

      public int getVehicleModesValue(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesValue in interface ScheduledStopPointTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of vehicleModes at the given index.
    • getForAlighting

      public boolean getForAlighting()
       Default for whether SCHEDULED STOP POINT may be used for alighting. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 332:70]
       
      bool for_alighting = 472;
      Specified by:
      getForAlighting in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The forAlighting.
    • getForBoarding

      public boolean getForBoarding()
       Default for whether SCHEDULED STOP POINT may be used for boarding. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 337:69]
       
      bool for_boarding = 473;
      Specified by:
      getForBoarding in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The forBoarding.
    • getRequestStop

      public boolean getRequestStop()
       Whether stop is by default a request stop in the timetable. May be overridden in specific SERVICE PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 342:85]
       
      bool request_stop = 474;
      Specified by:
      getRequestStop in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The requestStop.
    • getRequestMethodTypeValue

      public int getRequestMethodTypeValue()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Specified by:
      getRequestMethodTypeValue in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The enum numeric value on the wire for requestMethodType.
    • getRequestMethodType

      public RequestMethodTypeEnumeration getRequestMethodType()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Specified by:
      getRequestMethodType in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The requestMethodType.
    • hasCountryRef

      public boolean hasCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      hasCountryRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      public CountryRefType getCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      getCountryRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The countryRef.
    • getCountryRefOrBuilder

      public CountryRefTypeOrBuilder getCountryRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      getCountryRefOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasTopographicPlaceRef

      public boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      hasTopographicPlaceRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      public VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      getTopographicPlaceRef in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The topographicPlaceRef.
    • getTopographicPlaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      getTopographicPlaceRefOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • hasTopographicPlaceView

      public boolean hasTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      hasTopographicPlaceView in interface ScheduledStopPointTypeOrBuilder
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      public TopographicPlaceViewType getTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      getTopographicPlaceView in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The topographicPlaceView.
    • getTopographicPlaceViewOrBuilder

      public TopographicPlaceViewTypeOrBuilder getTopographicPlaceViewOrBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      getTopographicPlaceViewOrBuilder in interface ScheduledStopPointTypeOrBuilder
    • getAtCentre

      public boolean getAtCentre()
       Whether STOP POINT can be considered as being at the centre of a TOPOGRAPHIC PLACE.  Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 244:82]
       
      bool at_centre = 491;
      Specified by:
      getAtCentre in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The atCentre.
    • getId

      public String getId()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 198:79]
       
      string id = 531;
      Specified by:
      getId in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 198:79]
       
      string id = 531;
      Specified by:
      getIdBytes in interface ScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for id.
    • 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 ScheduledStopPointType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ScheduledStopPointType.Builder newBuilder()
    • newBuilder

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

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

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

      public static ScheduledStopPointType getDefaultInstance()
    • parser

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

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