Class StopPlaceViewType

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

public final class StopPlaceViewType extends com.google.protobuf.GeneratedMessage implements StopPlaceViewTypeOrBuilder
 Simplified view of STOP PLACE. Contains.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1416:85]
 
Protobuf type uk.org.netex.www.netex.StopPlaceViewType
See Also:
  • Field Details

    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • PUBLIC_CODE_FIELD_NUMBER

      public static final int PUBLIC_CODE_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • PLACE_TYPES_FIELD_NUMBER

      public static final int PLACE_TYPES_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • STOP_PLACE_TYPE_FIELD_NUMBER

      public static final int STOP_PLACE_TYPE_FIELD_NUMBER
      See Also:
    • TRANSPORT_MODE_FIELD_NUMBER

      public static final int TRANSPORT_MODE_FIELD_NUMBER
      See Also:
    • STOP_PLACE_REF_FIELD_NUMBER

      public static final int STOP_PLACE_REF_FIELD_NUMBER
      See Also:
    • TAXI_RANK_REF_FIELD_NUMBER

      public static final int TAXI_RANK_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
    • getStopPlaceRefStructureCase

      public StopPlaceViewType.StopPlaceRefStructureCase getStopPlaceRefStructureCase()
      Specified by:
      getStopPlaceRefStructureCase in interface StopPlaceViewTypeOrBuilder
    • 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 = 2;
      Specified by:
      hasBrandingRef in interface StopPlaceViewTypeOrBuilder
      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 = 2;
      Specified by:
      getBrandingRef in interface StopPlaceViewTypeOrBuilder
      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 = 2;
      Specified by:
      getBrandingRefOrBuilder in interface StopPlaceViewTypeOrBuilder
    • getPublicCode

      public String getPublicCode()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 345:71]
       
      string public_code = 45;
      Specified by:
      getPublicCode in interface StopPlaceViewTypeOrBuilder
      Returns:
      The publicCode.
    • getPublicCodeBytes

      public com.google.protobuf.ByteString getPublicCodeBytes()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 345:71]
       
      string public_code = 45;
      Specified by:
      getPublicCodeBytes in interface StopPlaceViewTypeOrBuilder
      Returns:
      The bytes for publicCode.
    • getId

      public String getId()
       Identifier of Object of which this is a view.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1452:54]
       
      string id = 71;
      Specified by:
      getId in interface StopPlaceViewTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1452:54]
       
      string id = 71;
      Specified by:
      getIdBytes in interface StopPlaceViewTypeOrBuilder
      Returns:
      The bytes for id.
    • hasName

      public boolean hasName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1425:72]
       
      .uk.org.netex.www.netex.MultilingualString name = 72;
      Specified by:
      hasName in interface StopPlaceViewTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1425:72]
       
      .uk.org.netex.www.netex.MultilingualString name = 72;
      Specified by:
      getName in interface StopPlaceViewTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1425:72]
       
      .uk.org.netex.www.netex.MultilingualString name = 72;
      Specified by:
      getNameOrBuilder in interface StopPlaceViewTypeOrBuilder
    • hasPlaceTypes

      public boolean hasPlaceTypes()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1430:88]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 73;
      Specified by:
      hasPlaceTypes in interface StopPlaceViewTypeOrBuilder
      Returns:
      Whether the placeTypes field is set.
    • getPlaceTypes

      public TypeOfPlaceRefs_RelStructure getPlaceTypes()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1430:88]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 73;
      Specified by:
      getPlaceTypes in interface StopPlaceViewTypeOrBuilder
      Returns:
      The placeTypes.
    • getPlaceTypesOrBuilder

      public TypeOfPlaceRefs_RelStructureOrBuilder getPlaceTypesOrBuilder()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1430:88]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 73;
      Specified by:
      getPlaceTypesOrBuilder in interface StopPlaceViewTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1435:77]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 74;
      Specified by:
      hasShortName in interface StopPlaceViewTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1435:77]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 74;
      Specified by:
      getShortName in interface StopPlaceViewTypeOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1435:77]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 74;
      Specified by:
      getShortNameOrBuilder in interface StopPlaceViewTypeOrBuilder
    • getStopPlaceTypeValue

      public int getStopPlaceTypeValue()
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1441:82]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 81;
      Specified by:
      getStopPlaceTypeValue in interface StopPlaceViewTypeOrBuilder
      Returns:
      The enum numeric value on the wire for stopPlaceType.
    • getStopPlaceType

      public StopTypeEnumeration getStopPlaceType()
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1441:82]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 81;
      Specified by:
      getStopPlaceType in interface StopPlaceViewTypeOrBuilder
      Returns:
      The stopPlaceType.
    • getTransportModeValue

      public int getTransportModeValue()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1446:100]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 82;
      Specified by:
      getTransportModeValue in interface StopPlaceViewTypeOrBuilder
      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_stopPlace_version.xsd at 1446:100]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 82;
      Specified by:
      getTransportMode in interface StopPlaceViewTypeOrBuilder
      Returns:
      The transportMode.
    • hasStopPlaceRef

      public boolean hasStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 41;
      Specified by:
      hasStopPlaceRef in interface StopPlaceViewTypeOrBuilder
      Returns:
      Whether the stopPlaceRef field is set.
    • getStopPlaceRef

      public VersionOfObjectRefStructure getStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 41;
      Specified by:
      getStopPlaceRef in interface StopPlaceViewTypeOrBuilder
      Returns:
      The stopPlaceRef.
    • getStopPlaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStopPlaceRefOrBuilder()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 41;
      Specified by:
      getStopPlaceRefOrBuilder in interface StopPlaceViewTypeOrBuilder
    • hasTaxiRankRef

      public boolean hasTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 42;
      Specified by:
      hasTaxiRankRef in interface StopPlaceViewTypeOrBuilder
      Returns:
      Whether the taxiRankRef field is set.
    • getTaxiRankRef

      public VersionOfObjectRefStructure getTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 42;
      Specified by:
      getTaxiRankRef in interface StopPlaceViewTypeOrBuilder
      Returns:
      The taxiRankRef.
    • getTaxiRankRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTaxiRankRefOrBuilder()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 42;
      Specified by:
      getTaxiRankRefOrBuilder in interface StopPlaceViewTypeOrBuilder
    • 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 StopPlaceViewType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static StopPlaceViewType.Builder newBuilder()
    • newBuilder

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

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

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

      public static StopPlaceViewType getDefaultInstance()
    • parser

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

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