Package uk.org.netex.www.netex
Interface Calls_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Calls_RelStructure,Calls_RelStructure.Builder
@Generated
public interface Calls_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCallu(int index) Dummy CALL.intDummy CALL.Dummy CALL.getCalluOrBuilder(int index) Dummy CALL.Dummy CALL.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.
-
getCalluList
List<Calls_RelStructure.ChoiceWrapper_VersionedChildStructure> getCalluList()Dummy CALL. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 84:75]
repeated .uk.org.netex.www.netex.Calls_RelStructure.ChoiceWrapper_VersionedChildStructure callu = 6; -
getCallu
Dummy CALL. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 84:75]
repeated .uk.org.netex.www.netex.Calls_RelStructure.ChoiceWrapper_VersionedChildStructure callu = 6; -
getCalluCount
int getCalluCount()Dummy CALL. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 84:75]
repeated .uk.org.netex.www.netex.Calls_RelStructure.ChoiceWrapper_VersionedChildStructure callu = 6; -
getCalluOrBuilderList
List<? extends Calls_RelStructure.ChoiceWrapper_VersionedChildStructureOrBuilder> getCalluOrBuilderList()Dummy CALL. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 84:75]
repeated .uk.org.netex.www.netex.Calls_RelStructure.ChoiceWrapper_VersionedChildStructure callu = 6; -
getCalluOrBuilder
Dummy CALL. [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 84:75]
repeated .uk.org.netex.www.netex.Calls_RelStructure.ChoiceWrapper_VersionedChildStructure callu = 6;
-