Class HailAndRideArea_VersionStructure

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

public final class HailAndRideArea_VersionStructure extends com.google.protobuf.GeneratedMessage implements HailAndRideArea_VersionStructureOrBuilder
 Type for a HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 451:59]
 
Protobuf type uk.org.netex.www.netex.HailAndRideArea_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • PURPOSE_OF_GROUPING_REF_FIELD_NUMBER

      public static final int PURPOSE_OF_GROUPING_REF_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • MEMBERS_FIELD_NUMBER

      public static final int MEMBERS_FIELD_NUMBER
      See Also:
    • TYPES_FIELD_NUMBER

      public static final int TYPES_FIELD_NUMBER
      See Also:
    • CENTROID_FIELD_NUMBER

      public static final int CENTROID_FIELD_NUMBER
      See Also:
    • POLYGON_FIELD_NUMBER

      public static final int POLYGON_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • PARENT_ZONE_REF_FIELD_NUMBER

      public static final int PARENT_ZONE_REF_FIELD_NUMBER
      See Also:
    • PLACE_TYPES_FIELD_NUMBER

      public static final int PLACE_TYPES_FIELD_NUMBER
      See Also:
    • NAME_SUFFIX_FIELD_NUMBER

      public static final int NAME_SUFFIX_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_NAMES_FIELD_NUMBER

      public static final int ALTERNATIVE_NAMES_FIELD_NUMBER
      See Also:
    • FLEXIBLE_STOP_PLACE_REF_FIELD_NUMBER

      public static final int FLEXIBLE_STOP_PLACE_REF_FIELD_NUMBER
      See Also:
    • TRANSPORT_MODE_FIELD_NUMBER

      public static final int TRANSPORT_MODE_FIELD_NUMBER
      See Also:
    • BOARDING_USE_FIELD_NUMBER

      public static final int BOARDING_USE_FIELD_NUMBER
      See Also:
    • ALIGHTING_USE_FIELD_NUMBER

      public static final int ALIGHTING_USE_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • BEARING_COMPASS_FIELD_NUMBER

      public static final int BEARING_COMPASS_FIELD_NUMBER
      See Also:
    • BEARING_DEGREES_FIELD_NUMBER

      public static final int BEARING_DEGREES_FIELD_NUMBER
      See Also:
    • DESTINATIONS_FIELD_NUMBER

      public static final int DESTINATIONS_FIELD_NUMBER
      See Also:
    • START_POINT_REF_FIELD_NUMBER

      public static final int START_POINT_REF_FIELD_NUMBER
      See Also:
    • END_POINT_REF_FIELD_NUMBER

      public static final int END_POINT_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
    • 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 HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasName()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasPurposeOfGroupingRef

      public boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      hasPurposeOfGroupingRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      public VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      getPurposeOfGroupingRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The purposeOfGroupingRef.
    • getPurposeOfGroupingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Specified by:
      getPurposeOfGroupingRefOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasPrivateCode

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

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

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

      public boolean hasInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.HailAndRideArea_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.HailAndRideArea_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinks in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.HailAndRideArea_VersionStructure.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasMembers

      public boolean hasMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      hasMembers in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the members field is set.
    • getMembers

      public PointRefs_RelStructure getMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      getMembers in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The members.
    • getMembersOrBuilder

      public PointRefs_RelStructureOrBuilder getMembersOrBuilder()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Specified by:
      getMembersOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasTypes

      public boolean hasTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      hasTypes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public TypeOfZoneRefs_RelStructure getTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      getTypes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The types.
    • getTypesOrBuilder

      public TypeOfZoneRefs_RelStructureOrBuilder getTypesOrBuilder()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Specified by:
      getTypesOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasCentroid

      public boolean hasCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      hasCentroid in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the centroid field is set.
    • getCentroid

      public SimplePoint_VersionStructure getCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      getCentroid in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The centroid.
    • getCentroidOrBuilder

      public SimplePoint_VersionStructureOrBuilder getCentroidOrBuilder()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Specified by:
      getCentroidOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasPolygon

      public boolean hasPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      hasPolygon in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the polygon field is set.
    • getPolygon

      public PolygonType getPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      getPolygon in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The polygon.
    • getPolygonOrBuilder

      public PolygonTypeOrBuilder getPolygonOrBuilder()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Specified by:
      getPolygonOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasProjections

      public boolean hasProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      hasProjections in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      getProjections in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Specified by:
      getProjectionsOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasParentZoneRef

      public boolean hasParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      hasParentZoneRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the parentZoneRef field is set.
    • getParentZoneRef

      public VersionOfObjectRefStructure getParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      getParentZoneRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The parentZoneRef.
    • getParentZoneRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentZoneRefOrBuilder()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Specified by:
      getParentZoneRefOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasPlaceTypes

      public boolean hasPlaceTypes()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Specified by:
      hasPlaceTypes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the placeTypes field is set.
    • getPlaceTypes

      public TypeOfPlaceRefs_RelStructure getPlaceTypes()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Specified by:
      getPlaceTypes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The placeTypes.
    • getPlaceTypesOrBuilder

      public TypeOfPlaceRefs_RelStructureOrBuilder getPlaceTypesOrBuilder()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Specified by:
      getPlaceTypesOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasNameSuffix

      public boolean hasNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 801;
      Specified by:
      hasNameSuffix in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      public MultilingualString getNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 801;
      Specified by:
      getNameSuffix in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The nameSuffix.
    • getNameSuffixOrBuilder

      public MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 801;
      Specified by:
      getNameSuffixOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 802;
      Specified by:
      hasAlternativeNames in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 802;
      Specified by:
      getAlternativeNames in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 802;
      Specified by:
      getAlternativeNamesOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasFlexibleStopPlaceRef

      public boolean hasFlexibleStopPlaceRef()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 811;
      Specified by:
      hasFlexibleStopPlaceRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the flexibleStopPlaceRef field is set.
    • getFlexibleStopPlaceRef

      public VersionOfObjectRefStructure getFlexibleStopPlaceRef()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 811;
      Specified by:
      getFlexibleStopPlaceRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The flexibleStopPlaceRef.
    • getFlexibleStopPlaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFlexibleStopPlaceRefOrBuilder()
       Reference to a FLEXIBLE STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_stop_place_ref = 811;
      Specified by:
      getFlexibleStopPlaceRefOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • getTransportModeValue

      public int getTransportModeValue()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 299:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 812;
      Specified by:
      getTransportModeValue in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 299:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 812;
      Specified by:
      getTransportMode in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The transportMode.
    • getBoardingUse

      public boolean getBoardingUse()
       Whether space can be used for boarding or en route to boarding. Default is true.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 271:84]
       
      bool boarding_use = 821;
      Specified by:
      getBoardingUse in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The boardingUse.
    • getAlightingUse

      public boolean getAlightingUse()
       Whether space can be used for alighting or en route to boarding. Default is true.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 276:85]
       
      bool alighting_use = 822;
      Specified by:
      getAlightingUse in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The alightingUse.
    • getPublicCode

      public String getPublicCode()
       Public identifier code of FLEXIBLE QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 281:71]
       
      string public_code = 823;
      Specified by:
      getPublicCode in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeBytes

      public com.google.protobuf.ByteString getPublicCodeBytes()
       Public identifier code of FLEXIBLE QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 281:71]
       
      string public_code = 823;
      Specified by:
      getPublicCodeBytes in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The bytes for publicCode.
    • getBearingCompassValue

      public int getBearingCompassValue()
       Bearing of Road at point in compass octants to North.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 472:88]
       
      .uk.org.netex.www.netex.CompassBearing16Enumeration bearing_compass = 1071;
      Specified by:
      getBearingCompassValue in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for bearingCompass.
    • getBearingCompass

      public CompassBearing16Enumeration getBearingCompass()
       Bearing of Road at point in compass octants to North.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 472:88]
       
      .uk.org.netex.www.netex.CompassBearing16Enumeration bearing_compass = 1071;
      Specified by:
      getBearingCompass in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The bearingCompass.
    • getBearingDegrees

      public int getBearingDegrees()
       Bearing of Road in absolute degrees against North.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 477:72]
       
      int32 bearing_degrees = 1072;
      Specified by:
      getBearingDegrees in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The bearingDegrees.
    • hasDestinations

      public boolean hasDestinations()
       Destination headings for HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 482:95]
       
      .uk.org.netex.www.netex.DestinationDisplayViews_RelStructure destinations = 1073;
      Specified by:
      hasDestinations in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the destinations field is set.
    • getDestinations

      public DestinationDisplayViews_RelStructure getDestinations()
       Destination headings for HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 482:95]
       
      .uk.org.netex.www.netex.DestinationDisplayViews_RelStructure destinations = 1073;
      Specified by:
      getDestinations in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The destinations.
    • getDestinationsOrBuilder

      public DestinationDisplayViews_RelStructureOrBuilder getDestinationsOrBuilder()
       Destination headings for HAIL AND RIDE AREA.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 482:95]
       
      .uk.org.netex.www.netex.DestinationDisplayViews_RelStructure destinations = 1073;
      Specified by:
      getDestinationsOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasStartPointRef

      public boolean hasStartPointRef()
       Start of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 487:63]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 1074;
      Specified by:
      hasStartPointRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      public VersionOfObjectRefStructure getStartPointRef()
       Start of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 487:63]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 1074;
      Specified by:
      getStartPointRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The startPointRef.
    • getStartPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       Start of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 487:63]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 1074;
      Specified by:
      getStartPointRefOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • hasEndPointRef

      public boolean hasEndPointRef()
       End of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 492:61]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 1075;
      Specified by:
      hasEndPointRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      public VersionOfObjectRefStructure getEndPointRef()
       End of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 492:61]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 1075;
      Specified by:
      getEndPointRef in interface HailAndRideArea_VersionStructureOrBuilder
      Returns:
      The endPointRef.
    • getEndPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       End of HAIL AND RIDE section.  [netex_part_1/part1_ifopt/netex_ifopt_flexibleStopPlace_version.xsd at 492:61]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 1075;
      Specified by:
      getEndPointRefOrBuilder in interface HailAndRideArea_VersionStructureOrBuilder
    • isInitialized

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static HailAndRideArea_VersionStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static HailAndRideArea_VersionStructure getDefaultInstance()
    • parser

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

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

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