Package uk.org.netex.www.netex
Interface ServiceLinksInJourneyPattern_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceLinksInJourneyPattern_RelStructure,ServiceLinksInJourneyPattern_RelStructure.Builder
public interface ServiceLinksInJourneyPattern_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getServiceLinkInJourneyPattern(int index) The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.intThe use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.getServiceLinkInJourneyPatternOrBuilder(int index) The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN.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.
-
getServiceLinkInJourneyPatternList
List<ServiceLinkInJourneyPattern_VersionedChildStructure> getServiceLinkInJourneyPatternList()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
repeated .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 2; -
getServiceLinkInJourneyPattern
The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
repeated .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 2; -
getServiceLinkInJourneyPatternCount
int getServiceLinkInJourneyPatternCount()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
repeated .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 2; -
getServiceLinkInJourneyPatternOrBuilderList
List<? extends ServiceLinkInJourneyPattern_VersionedChildStructureOrBuilder> getServiceLinkInJourneyPatternOrBuilderList()The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
repeated .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 2; -
getServiceLinkInJourneyPatternOrBuilder
ServiceLinkInJourneyPattern_VersionedChildStructureOrBuilder getServiceLinkInJourneyPatternOrBuilder(int index) The use of a SERVICE LINK in a specified order. within a JOURNEY PATTERN or SERVICE PATTERN. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 907:165]
repeated .uk.org.netex.www.netex.ServiceLinkInJourneyPattern_VersionedChildStructure service_link_in_journey_pattern = 2;
-