Package uk.org.netex.www.netex
Interface StopPlaces_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopPlaces_RelStructure,StopPlaces_RelStructure.Builder
public interface StopPlaces_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.Version of a named place where public transport may be accessed.Version of a named place where public transport may be accessed.Reference to a STOP PLACE.Reference to a STOP PLACE.Reference to a TAXI RANK.Reference to a TAXI RANK.booleanVersion of a named place where public transport may be accessed.booleanReference to a STOP PLACE.booleanReference to a TAXI RANK.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
hasStopPlace
boolean hasStopPlace()Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
.uk.org.netex.www.netex.StopPlaceType stop_place = 4;- Returns:
- Whether the stopPlace field is set.
-
getStopPlace
StopPlaceType getStopPlace()Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
.uk.org.netex.www.netex.StopPlaceType stop_place = 4;- Returns:
- The stopPlace.
-
getStopPlaceOrBuilder
StopPlaceTypeOrBuilder getStopPlaceOrBuilder()Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
.uk.org.netex.www.netex.StopPlaceType stop_place = 4; -
hasStopPlaceRef
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 = 3;- Returns:
- Whether the stopPlaceRef field is set.
-
getStopPlaceRef
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 = 3;- Returns:
- The stopPlaceRef.
-
getStopPlaceRefOrBuilder
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 = 3; -
hasTaxiRankRef
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 = 6;- Returns:
- Whether the taxiRankRef field is set.
-
getTaxiRankRef
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 = 6;- Returns:
- The taxiRankRef.
-
getTaxiRankRefOrBuilder
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 = 6; -
getStopPlaceRefStructureCase
StopPlaces_RelStructure.StopPlaceRefStructureCase getStopPlaceRefStructureCase()
-