Package uk.org.netex.www.netex
Interface OnwardCalls_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnwardCalls_RelStructure,OnwardCalls_RelStructure.Builder
@Generated
public interface OnwardCalls_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getOnwardCall(int index) [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]int[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33][netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]getOnwardCallOrBuilder(int index) [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]List<? extends OnwardCallTypeOrBuilder> [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]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.
-
getOnwardCallList
List<OnwardCallType> getOnwardCallList()[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]
repeated .uk.org.netex.www.netex.OnwardCallType onward_call = 2; -
getOnwardCall
[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]
repeated .uk.org.netex.www.netex.OnwardCallType onward_call = 2; -
getOnwardCallCount
int getOnwardCallCount()[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]
repeated .uk.org.netex.www.netex.OnwardCallType onward_call = 2; -
getOnwardCallOrBuilderList
List<? extends OnwardCallTypeOrBuilder> getOnwardCallOrBuilderList()[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]
repeated .uk.org.netex.www.netex.OnwardCallType onward_call = 2; -
getOnwardCallOrBuilder
[netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 159:33]
repeated .uk.org.netex.www.netex.OnwardCallType onward_call = 2;
-