Package uk.org.netex.www.netex
Interface AccessibilityLimitations_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessibilityLimitations_RelStructure,AccessibilityLimitations_RelStructure.Builder
@Generated
public interface AccessibilityLimitations_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.booleanA categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts.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.
-
hasAccessibilityLimitation
boolean hasAccessibilityLimitation()A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
.uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;- Returns:
- Whether the accessibilityLimitation field is set.
-
getAccessibilityLimitation
AccessibilityLimitationType getAccessibilityLimitation()A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
.uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;- Returns:
- The accessibilityLimitation.
-
getAccessibilityLimitationOrBuilder
AccessibilityLimitationTypeOrBuilder getAccessibilityLimitationOrBuilder()A categorisation of the ACCESSIBILITY characteristics of a STOP PLACE COMPONENT such as a STOP PATH LINK, STOP PLACE or ACCESS SPACE to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 76:46]
.uk.org.netex.www.netex.AccessibilityLimitationType accessibility_limitation = 2;
-