Class GroupOfStopPlacesType

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

public final class GroupOfStopPlacesType extends com.google.protobuf.GeneratedMessage implements GroupOfStopPlacesTypeOrBuilder
 Group of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1343:40]
 
Protobuf type uk.org.netex.www.netex.GroupOfStopPlacesType
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:
    • 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:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • MEMBERS_FIELD_NUMBER

      public static final int MEMBERS_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_NAMES_FIELD_NUMBER

      public static final int ALTERNATIVE_NAMES_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:
    • TRANSPORT_MODE_FIELD_NUMBER

      public static final int TRANSPORT_MODE_FIELD_NUMBER
      See Also:
    • AIR_SUBMODE_FIELD_NUMBER

      public static final int AIR_SUBMODE_FIELD_NUMBER
      See Also:
    • BUS_SUBMODE_FIELD_NUMBER

      public static final int BUS_SUBMODE_FIELD_NUMBER
      See Also:
    • COACH_SUBMODE_FIELD_NUMBER

      public static final int COACH_SUBMODE_FIELD_NUMBER
      See Also:
    • FUNICULAR_SUBMODE_FIELD_NUMBER

      public static final int FUNICULAR_SUBMODE_FIELD_NUMBER
      See Also:
    • METRO_SUBMODE_FIELD_NUMBER

      public static final int METRO_SUBMODE_FIELD_NUMBER
      See Also:
    • TRAM_SUBMODE_FIELD_NUMBER

      public static final int TRAM_SUBMODE_FIELD_NUMBER
      See Also:
    • TELECABIN_SUBMODE_FIELD_NUMBER

      public static final int TELECABIN_SUBMODE_FIELD_NUMBER
      See Also:
    • RAIL_SUBMODE_FIELD_NUMBER

      public static final int RAIL_SUBMODE_FIELD_NUMBER
      See Also:
    • WATER_SUBMODE_FIELD_NUMBER

      public static final int WATER_SUBMODE_FIELD_NUMBER
      See Also:
    • SNOW_AND_ICE_SUBMODE_FIELD_NUMBER

      public static final int SNOW_AND_ICE_SUBMODE_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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 = 333;
      Specified by:
      getDerivedFromVersionRef in interface GroupOfStopPlacesTypeOrBuilder
      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 = 333;
      Specified by:
      getDerivedFromVersionRefBytes in interface GroupOfStopPlacesTypeOrBuilder
      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 = 334;
      Specified by:
      getDerivedFromObjectRef in interface GroupOfStopPlacesTypeOrBuilder
      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 = 334;
      Specified by:
      getDerivedFromObjectRefBytes in interface GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesTypeOrBuilder
    • 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.GroupOfStopPlacesType.InfoLinksType info_links = 166;
      Specified by:
      hasInfoLinks in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

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

      public GroupOfStopPlacesType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.GroupOfStopPlacesType.InfoLinksType info_links = 166;
      Specified by:
      getInfoLinksOrBuilder in interface GroupOfStopPlacesTypeOrBuilder
    • getPublicCode

      public String getPublicCode()
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1390:72]
       
      string public_code = 281;
      Specified by:
      getPublicCode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeBytes

      public com.google.protobuf.ByteString getPublicCodeBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1390:72]
       
      string public_code = 281;
      Specified by:
      getPublicCodeBytes in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The bytes for publicCode.
    • hasMembers

      public boolean hasMembers()
       Stations and stops in GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1391:80]
       
      .uk.org.netex.www.netex.StopPlaceRefs_RelStructure members = 282;
      Specified by:
      hasMembers in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      Whether the members field is set.
    • getMembers

      public StopPlaceRefs_RelStructure getMembers()
       Stations and stops in GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1391:80]
       
      .uk.org.netex.www.netex.StopPlaceRefs_RelStructure members = 282;
      Specified by:
      getMembers in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The members.
    • getMembersOrBuilder

      public StopPlaceRefs_RelStructureOrBuilder getMembersOrBuilder()
       Stations and stops in GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1391:80]
       
      .uk.org.netex.www.netex.StopPlaceRefs_RelStructure members = 282;
      Specified by:
      getMembersOrBuilder in interface GroupOfStopPlacesTypeOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       Alternative names for the GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1396:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 283;
      Specified by:
      hasAlternativeNames in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       Alternative names for the GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1396:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 283;
      Specified by:
      getAlternativeNames in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternative names for the GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1396:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 283;
      Specified by:
      getAlternativeNamesOrBuilder in interface GroupOfStopPlacesTypeOrBuilder
    • hasCentroid

      public boolean hasCentroid()
       Centre Coordinates of GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1401:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 284;
      Specified by:
      hasCentroid in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      Whether the centroid field is set.
    • getCentroid

      public SimplePoint_VersionStructure getCentroid()
       Centre Coordinates of GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1401:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 284;
      Specified by:
      getCentroid in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The centroid.
    • getCentroidOrBuilder

      public SimplePoint_VersionStructureOrBuilder getCentroidOrBuilder()
       Centre Coordinates of GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1401:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 284;
      Specified by:
      getCentroidOrBuilder in interface GroupOfStopPlacesTypeOrBuilder
    • 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 = 285;
      Specified by:
      hasPolygon in interface GroupOfStopPlacesTypeOrBuilder
      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 = 285;
      Specified by:
      getPolygon in interface GroupOfStopPlacesTypeOrBuilder
      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 = 285;
      Specified by:
      getPolygonOrBuilder in interface GroupOfStopPlacesTypeOrBuilder
    • getTransportModeValue

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

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Primary MODE of Vehicle transport associated by this component.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1407:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 286;
      Specified by:
      getTransportMode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The transportMode.
    • getAirSubmodeValue

      public int getAirSubmodeValue()
       TPEG pti08 Air submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 361:80]
       
      .uk.org.netex.www.netex.AirSubmodeEnumeration air_submode = 287;
      Specified by:
      getAirSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for airSubmode.
    • getAirSubmode

      public AirSubmodeEnumeration getAirSubmode()
       TPEG pti08 Air submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 361:80]
       
      .uk.org.netex.www.netex.AirSubmodeEnumeration air_submode = 287;
      Specified by:
      getAirSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The airSubmode.
    • getBusSubmodeValue

      public int getBusSubmodeValue()
       TPEG pti05 Bus submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 268:80]
       
      .uk.org.netex.www.netex.BusSubmodeEnumeration bus_submode = 288;
      Specified by:
      getBusSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for busSubmode.
    • getBusSubmode

      public BusSubmodeEnumeration getBusSubmode()
       TPEG pti05 Bus submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 268:80]
       
      .uk.org.netex.www.netex.BusSubmodeEnumeration bus_submode = 288;
      Specified by:
      getBusSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The busSubmode.
    • getCoachSubmodeValue

      public int getCoachSubmodeValue()
       TPEG pti03 Coach submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 226:84]
       
      .uk.org.netex.www.netex.CoachSubmodeEnumeration coach_submode = 289;
      Specified by:
      getCoachSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for coachSubmode.
    • getCoachSubmode

      public CoachSubmodeEnumeration getCoachSubmode()
       TPEG pti03 Coach submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 226:84]
       
      .uk.org.netex.www.netex.CoachSubmodeEnumeration coach_submode = 289;
      Specified by:
      getCoachSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The coachSubmode.
    • getFunicularSubmodeValue

      public int getFunicularSubmodeValue()
       TPEG pti10 Funicular submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 411:92]
       
      .uk.org.netex.www.netex.FunicularSubmodeEnumeration funicular_submode = 290;
      Specified by:
      getFunicularSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for funicularSubmode.
    • getFunicularSubmode

      public FunicularSubmodeEnumeration getFunicularSubmode()
       TPEG pti10 Funicular submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 411:92]
       
      .uk.org.netex.www.netex.FunicularSubmodeEnumeration funicular_submode = 290;
      Specified by:
      getFunicularSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The funicularSubmode.
    • getMetroSubmodeValue

      public int getMetroSubmodeValue()
       TPEG pti04 Metro submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 250:84]
       
      .uk.org.netex.www.netex.MetroSubmodeEnumeration metro_submode = 291;
      Specified by:
      getMetroSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for metroSubmode.
    • getMetroSubmode

      public MetroSubmodeEnumeration getMetroSubmode()
       TPEG pti04 Metro submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 250:84]
       
      .uk.org.netex.www.netex.MetroSubmodeEnumeration metro_submode = 291;
      Specified by:
      getMetroSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The metroSubmode.
    • getTramSubmodeValue

      public int getTramSubmodeValue()
       TPEG pti06 Tram submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 300:82]
       
      .uk.org.netex.www.netex.TramSubmodeEnumeration tram_submode = 292;
      Specified by:
      getTramSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for tramSubmode.
    • getTramSubmode

      public TramSubmodeEnumeration getTramSubmode()
       TPEG pti06 Tram submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 300:82]
       
      .uk.org.netex.www.netex.TramSubmodeEnumeration tram_submode = 292;
      Specified by:
      getTramSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The tramSubmode.
    • getTelecabinSubmodeValue

      public int getTelecabinSubmodeValue()
       TPEG pti09 Telecabin submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 390:92]
       
      .uk.org.netex.www.netex.TelecabinSubmodeEnumeration telecabin_submode = 293;
      Specified by:
      getTelecabinSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for telecabinSubmode.
    • getTelecabinSubmode

      public TelecabinSubmodeEnumeration getTelecabinSubmode()
       TPEG pti09 Telecabin submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 390:92]
       
      .uk.org.netex.www.netex.TelecabinSubmodeEnumeration telecabin_submode = 293;
      Specified by:
      getTelecabinSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The telecabinSubmode.
    • getRailSubmodeValue

      public int getRailSubmodeValue()
       TPEG pti02 Rail submodes loc13. See also See ERA B.4.7009 - Name: Item description code.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 154:82]
       
      .uk.org.netex.www.netex.RailSubmodeEnumeration rail_submode = 294;
      Specified by:
      getRailSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for railSubmode.
    • getRailSubmode

      public RailSubmodeEnumeration getRailSubmode()
       TPEG pti02 Rail submodes loc13. See also See ERA B.4.7009 - Name: Item description code.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 154:82]
       
      .uk.org.netex.www.netex.RailSubmodeEnumeration rail_submode = 294;
      Specified by:
      getRailSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The railSubmode.
    • getWaterSubmodeValue

      public int getWaterSubmodeValue()
       TPEG pti07 Water submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 321:84]
       
      .uk.org.netex.www.netex.WaterSubmodeEnumeration water_submode = 295;
      Specified by:
      getWaterSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for waterSubmode.
    • getWaterSubmode

      public WaterSubmodeEnumeration getWaterSubmode()
       TPEG pti07 Water submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 321:84]
       
      .uk.org.netex.www.netex.WaterSubmodeEnumeration water_submode = 295;
      Specified by:
      getWaterSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The waterSubmode.
    • getSnowAndIceSubmodeValue

      public int getSnowAndIceSubmodeValue()
       [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 523:95]
       
      .uk.org.netex.www.netex.SnowAndIceSubmodeEnumeration snow_and_ice_submode = 296;
      Specified by:
      getSnowAndIceSubmodeValue in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for snowAndIceSubmode.
    • getSnowAndIceSubmode

      public SnowAndIceSubmodeEnumeration getSnowAndIceSubmode()
       [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 523:95]
       
      .uk.org.netex.www.netex.SnowAndIceSubmodeEnumeration snow_and_ice_submode = 296;
      Specified by:
      getSnowAndIceSubmode in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The snowAndIceSubmode.
    • getId

      public String getId()
       Identifier of GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1364:62]
       
      string id = 331;
      Specified by:
      getId in interface GroupOfStopPlacesTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of GROUP of STOP PLACEs.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1364:62]
       
      string id = 331;
      Specified by:
      getIdBytes in interface GroupOfStopPlacesTypeOrBuilder
      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 GroupOfStopPlacesType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static GroupOfStopPlacesType.Builder newBuilder()
    • newBuilder

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

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

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

      public static GroupOfStopPlacesType getDefaultInstance()
    • parser

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

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