Class StopPlace_DerivedViewStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<StopPlace_DerivedViewStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<StopPlace_DerivedViewStructure.Builder>
uk.org.netex.www.netex.StopPlace_DerivedViewStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, StopPlace_DerivedViewStructureOrBuilder
Enclosing class:
StopPlace_DerivedViewStructure

public static final class StopPlace_DerivedViewStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<StopPlace_DerivedViewStructure.Builder> implements StopPlace_DerivedViewStructureOrBuilder
 Type for STOP PLACE VIEW.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1461:74]
 
Protobuf type uk.org.netex.www.netex.StopPlace_DerivedViewStructure
  • 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.Builder<StopPlace_DerivedViewStructure.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<StopPlace_DerivedViewStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<StopPlace_DerivedViewStructure.Builder>
    • getDefaultInstanceForType

      public StopPlace_DerivedViewStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public StopPlace_DerivedViewStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public StopPlace_DerivedViewStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StopPlace_DerivedViewStructure.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<StopPlace_DerivedViewStructure.Builder>
    • mergeFrom

      public StopPlace_DerivedViewStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StopPlace_DerivedViewStructure.Builder>
      Throws:
      IOException
    • getStopPlaceRefStructureCase

      public StopPlace_DerivedViewStructure.StopPlaceRefStructureCase getStopPlaceRefStructureCase()
      Specified by:
      getStopPlaceRefStructureCase in interface StopPlace_DerivedViewStructureOrBuilder
    • clearStopPlaceRefStructure

      public StopPlace_DerivedViewStructure.Builder clearStopPlaceRefStructure()
    • getId

      public String getId()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getId in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Specified by:
      getIdBytes in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Returns:
      This builder for chaining.
    • setIdBytes

      public StopPlace_DerivedViewStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of Object of which this is a view.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
       
      string id = 1;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • 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 StopPlace_DerivedViewStructureOrBuilder
      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 StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • mergeBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • clearBrandingRef

      public StopPlace_DerivedViewStructure.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;
    • 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 StopPlace_DerivedViewStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      hasName in interface StopPlace_DerivedViewStructureOrBuilder
      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 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
      Specified by:
      getName in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The name.
    • setName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • setName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • mergeName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • clearName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1469:71]
       
      .uk.org.netex.www.netex.MultilingualString name = 42;
    • getNameOrBuilder

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

      public boolean hasPlaceTypes()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
      Specified by:
      hasPlaceTypes in interface StopPlace_DerivedViewStructureOrBuilder
      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 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
      Specified by:
      getPlaceTypes in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The placeTypes.
    • setPlaceTypes

       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
    • setPlaceTypes

       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
    • mergePlaceTypes

       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
    • clearPlaceTypes

      public StopPlace_DerivedViewStructure.Builder clearPlaceTypes()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
    • getPlaceTypesBuilder

      public TypeOfPlaceRefs_RelStructure.Builder getPlaceTypesBuilder()
       Classification of PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1474:87]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;
    • getPlaceTypesOrBuilder

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

      public boolean hasShortName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
      Specified by:
      hasShortName in interface StopPlace_DerivedViewStructureOrBuilder
      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 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
      Specified by:
      getShortName in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The shortName.
    • setShortName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
    • setShortName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
    • mergeShortName

       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
    • clearShortName

      public StopPlace_DerivedViewStructure.Builder clearShortName()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Name of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1479:76]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 44;
      Specified by:
      getShortNameOrBuilder in interface StopPlace_DerivedViewStructureOrBuilder
    • 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 StopPlace_DerivedViewStructureOrBuilder
      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 StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The bytes for publicCode.
    • setPublicCode

      public StopPlace_DerivedViewStructure.Builder setPublicCode(String value)
       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;
      Parameters:
      value - The publicCode to set.
      Returns:
      This builder for chaining.
    • clearPublicCode

      public StopPlace_DerivedViewStructure.Builder clearPublicCode()
       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;
      Returns:
      This builder for chaining.
    • setPublicCodeBytes

      public StopPlace_DerivedViewStructure.Builder setPublicCodeBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for publicCode to set.
      Returns:
      This builder for chaining.
    • getStopPlaceTypeValue

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

      public StopPlace_DerivedViewStructure.Builder setStopPlaceTypeValue(int value)
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1485:81]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 51;
      Parameters:
      value - The enum numeric value on the wire for stopPlaceType to set.
      Returns:
      This builder for chaining.
    • getStopPlaceType

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

       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1485:81]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 51;
      Parameters:
      value - The stopPlaceType to set.
      Returns:
      This builder for chaining.
    • clearStopPlaceType

      public StopPlace_DerivedViewStructure.Builder clearStopPlaceType()
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1485:81]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 51;
      Returns:
      This builder for chaining.
    • getTransportModeValue

      public int getTransportModeValue()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1490:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 52;
      Specified by:
      getTransportModeValue in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The enum numeric value on the wire for transportMode.
    • setTransportModeValue

      public StopPlace_DerivedViewStructure.Builder setTransportModeValue(int value)
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1490:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 52;
      Parameters:
      value - The enum numeric value on the wire for transportMode to set.
      Returns:
      This builder for chaining.
    • getTransportMode

      public AllVehicleModesOfTransportEnumeration getTransportMode()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1490:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 52;
      Specified by:
      getTransportMode in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The transportMode.
    • setTransportMode

       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1490:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 52;
      Parameters:
      value - The transportMode to set.
      Returns:
      This builder for chaining.
    • clearTransportMode

      public StopPlace_DerivedViewStructure.Builder clearTransportMode()
       Primary MODE of Vehicle transport.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 1490:99]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 52;
      Returns:
      This builder for chaining.
    • 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 StopPlace_DerivedViewStructureOrBuilder
      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 StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The stopPlaceRef.
    • setStopPlaceRef

       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;
    • setStopPlaceRef

       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;
    • mergeStopPlaceRef

       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;
    • clearStopPlaceRef

      public StopPlace_DerivedViewStructure.Builder clearStopPlaceRef()
       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;
    • getStopPlaceRefBuilder

      public VersionOfObjectRefStructure.Builder getStopPlaceRefBuilder()
       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;
    • 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 StopPlace_DerivedViewStructureOrBuilder
    • 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 = 53;
      Specified by:
      hasTaxiRankRef in interface StopPlace_DerivedViewStructureOrBuilder
      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 = 53;
      Specified by:
      getTaxiRankRef in interface StopPlace_DerivedViewStructureOrBuilder
      Returns:
      The taxiRankRef.
    • setTaxiRankRef

       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 = 53;
    • setTaxiRankRef

       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 = 53;
    • mergeTaxiRankRef

       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 = 53;
    • clearTaxiRankRef

      public StopPlace_DerivedViewStructure.Builder clearTaxiRankRef()
       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 = 53;
    • getTaxiRankRefBuilder

      public VersionOfObjectRefStructure.Builder getTaxiRankRefBuilder()
       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 = 53;
    • 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 = 53;
      Specified by:
      getTaxiRankRefOrBuilder in interface StopPlace_DerivedViewStructureOrBuilder