Package uk.org.netex.www.netex
Interface StairFlights_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StairFlights_RelStructure,StairFlights_RelStructure.Builder
public interface StairFlights_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getStairFlight(int index) SAn individual flight of a STAIR CASE.intSAn individual flight of a STAIR CASE.SAn individual flight of a STAIR CASE.getStairFlightOrBuilder(int index) SAn individual flight of a STAIR CASE.List<? extends StairFlightTypeOrBuilder> SAn individual flight of a STAIR CASE.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.
-
getStairFlightList
List<StairFlightType> getStairFlightList()SAn individual flight of a STAIR CASE. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 571:69]
repeated .uk.org.netex.www.netex.StairFlightType stair_flight = 2; -
getStairFlight
SAn individual flight of a STAIR CASE. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 571:69]
repeated .uk.org.netex.www.netex.StairFlightType stair_flight = 2; -
getStairFlightCount
int getStairFlightCount()SAn individual flight of a STAIR CASE. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 571:69]
repeated .uk.org.netex.www.netex.StairFlightType stair_flight = 2; -
getStairFlightOrBuilderList
List<? extends StairFlightTypeOrBuilder> getStairFlightOrBuilderList()SAn individual flight of a STAIR CASE. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 571:69]
repeated .uk.org.netex.www.netex.StairFlightType stair_flight = 2; -
getStairFlightOrBuilder
SAn individual flight of a STAIR CASE. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 571:69]
repeated .uk.org.netex.www.netex.StairFlightType stair_flight = 2;
-