Package uk.org.netex.www.netex
Interface LinksOnSection_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinksOnSection_RelStructure,LinksOnSection_RelStructure.Builder
public interface LinksOnSection_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getLinkOnSection(int index) LINK on a SECTION.intLINK on a SECTION.LINK on a SECTION.getLinkOnSectionOrBuilder(int index) LINK on a SECTION.List<? extends LinkOnSectionTypeOrBuilder> LINK on a SECTION.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.
-
getLinkOnSectionList
List<LinkOnSectionType> getLinkOnSectionList()LINK on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2; -
getLinkOnSection
LINK on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2; -
getLinkOnSectionCount
int getLinkOnSectionCount()LINK on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2; -
getLinkOnSectionOrBuilderList
List<? extends LinkOnSectionTypeOrBuilder> getLinkOnSectionOrBuilderList()LINK on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2; -
getLinkOnSectionOrBuilder
LINK on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 320:71]
repeated .uk.org.netex.www.netex.LinkOnSectionType link_on_section = 2;
-