Package uk.org.netex.www.netex
Interface CrewBaseRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrewBaseRefs_RelStructure,CrewBaseRefs_RelStructure.Builder
public interface CrewBaseRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCrewBaseRef(int index) Reference to a CREW BASE.intReference to a CREW BASE.Reference to a CREW BASE.getCrewBaseRefOrBuilder(int index) Reference to a CREW BASE.List<? extends GroupOfEntitiesRefStructureOrBuilder> Reference to a CREW BASE.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.
-
getCrewBaseRefList
List<GroupOfEntitiesRefStructure> getCrewBaseRefList()Reference to a CREW BASE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
repeated .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 2; -
getCrewBaseRef
Reference to a CREW BASE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
repeated .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 2; -
getCrewBaseRefCount
int getCrewBaseRefCount()Reference to a CREW BASE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
repeated .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 2; -
getCrewBaseRefOrBuilderList
List<? extends GroupOfEntitiesRefStructureOrBuilder> getCrewBaseRefOrBuilderList()Reference to a CREW BASE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
repeated .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 2; -
getCrewBaseRefOrBuilder
Reference to a CREW BASE. [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 198:101]
repeated .uk.org.netex.www.netex.GroupOfEntitiesRefStructure crew_base_ref = 2;
-