Package uk.org.netex.www.netex
Interface AccessibilityAssessments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessibilityAssessments_RelStructure,AccessibilityAssessments_RelStructure.Builder
public interface AccessibilityAssessments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessibilityAssessment(int index) The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT.intThe accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT.The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT.getAccessibilityAssessmentOrBuilder(int index) The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT.List<? extends AccessibilityAssessmentTypeOrBuilder> The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getAccessibilityAssessmentList
List<AccessibilityAssessmentType> getAccessibilityAssessmentList()The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
repeated .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 2; -
getAccessibilityAssessment
The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
repeated .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 2; -
getAccessibilityAssessmentCount
int getAccessibilityAssessmentCount()The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
repeated .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 2; -
getAccessibilityAssessmentOrBuilderList
List<? extends AccessibilityAssessmentTypeOrBuilder> getAccessibilityAssessmentOrBuilderList()The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
repeated .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 2; -
getAccessibilityAssessmentOrBuilder
The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies. [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
repeated .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 2;
-