Package uk.org.netex.www.netex
Interface Accesses_RelStructure.ChoiceWrapper_Accesses_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Accesses_RelStructure.ChoiceWrapper_Accesses_RelStructure,Accesses_RelStructure.ChoiceWrapper_Accesses_RelStructure.Builder
- Enclosing class:
Accesses_RelStructure
public static interface Accesses_RelStructure.ChoiceWrapper_Accesses_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe physical (spatial) possibility for a passenger to access or leave the public transport system.The physical (spatial) possibility for a passenger to access or leave the public transport system.Reference to an ACCESS link.Reference to an ACCESS link.booleanThe physical (spatial) possibility for a passenger to access or leave the public transport system.booleanReference to an ACCESS link.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
-
hasAccessRef
boolean hasAccessRef()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1;- Returns:
- Whether the accessRef field is set.
-
getAccessRef
VersionOfObjectRefStructure getAccessRef()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1;- Returns:
- The accessRef.
-
getAccessRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAccessRefOrBuilder()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1; -
hasAccess
boolean hasAccess()The physical (spatial) possibility for a passenger to access or leave the public transport system. This link may be used during a trip for:- the walking movement of a passenger from a PLACE (origin of the trip) to a STOP POINT (origin of the PT TRIP), or- the walking movement from a STOP POINT (destination of the PT TRIP) to a PLACE (destination of the trip). [netex_framework/netex_reusableComponents/netex_access_version.xsd at 90:58]
.uk.org.netex.www.netex.AccessType access = 2;- Returns:
- Whether the access field is set.
-
getAccess
AccessType getAccess()The physical (spatial) possibility for a passenger to access or leave the public transport system. This link may be used during a trip for:- the walking movement of a passenger from a PLACE (origin of the trip) to a STOP POINT (origin of the PT TRIP), or- the walking movement from a STOP POINT (destination of the PT TRIP) to a PLACE (destination of the trip). [netex_framework/netex_reusableComponents/netex_access_version.xsd at 90:58]
.uk.org.netex.www.netex.AccessType access = 2;- Returns:
- The access.
-
getAccessOrBuilder
AccessTypeOrBuilder getAccessOrBuilder()The physical (spatial) possibility for a passenger to access or leave the public transport system. This link may be used during a trip for:- the walking movement of a passenger from a PLACE (origin of the trip) to a STOP POINT (origin of the PT TRIP), or- the walking movement from a STOP POINT (destination of the PT TRIP) to a PLACE (destination of the trip). [netex_framework/netex_reusableComponents/netex_access_version.xsd at 90:58]
.uk.org.netex.www.netex.AccessType access = 2;
-