Package uk.org.netex.www.netex
Interface AccessSpaces_RelStructure.ChoiceWrapper_AccessSpaces_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessSpaces_RelStructure.ChoiceWrapper_AccessSpaces_RelStructure,AccessSpaces_RelStructure.ChoiceWrapper_AccessSpaces_RelStructure.Builder
- Enclosing class:
AccessSpaces_RelStructure
public static interface AccessSpaces_RelStructure.ChoiceWrapper_AccessSpaces_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn area within a STOP PLACE that does not give direct access to transport vehicles.An area within a STOP PLACE that does not give direct access to transport vehicles.Reference to an ACCESS SPACE.Reference to an ACCESS SPACE.booleanAn area within a STOP PLACE that does not give direct access to transport vehicles.booleanReference to an ACCESS SPACE.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
-
hasAccessSpaceRef
boolean hasAccessSpaceRef()Reference to an ACCESS SPACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1;- Returns:
- Whether the accessSpaceRef field is set.
-
getAccessSpaceRef
VersionOfObjectRefStructure getAccessSpaceRef()Reference to an ACCESS SPACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1;- Returns:
- The accessSpaceRef.
-
getAccessSpaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAccessSpaceRefOrBuilder()Reference to an ACCESS SPACE. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1; -
hasAccessSpace
boolean hasAccessSpace()An area within a STOP PLACE that does not give direct access to transport vehicles. May be connected to QUAYS by PATH LINKs. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 668:69]
.uk.org.netex.www.netex.AccessSpaceType access_space = 2;- Returns:
- Whether the accessSpace field is set.
-
getAccessSpace
AccessSpaceType getAccessSpace()An area within a STOP PLACE that does not give direct access to transport vehicles. May be connected to QUAYS by PATH LINKs. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 668:69]
.uk.org.netex.www.netex.AccessSpaceType access_space = 2;- Returns:
- The accessSpace.
-
getAccessSpaceOrBuilder
AccessSpaceTypeOrBuilder getAccessSpaceOrBuilder()An area within a STOP PLACE that does not give direct access to transport vehicles. May be connected to QUAYS by PATH LINKs. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 668:69]
.uk.org.netex.www.netex.AccessSpaceType access_space = 2;
-