Package uk.org.netex.www.netex
Interface GroupOfLinksInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupOfLinksInFrame_RelStructure,GroupOfLinksInFrame_RelStructure.Builder
@Generated
public interface GroupOfLinksInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupOfLinks(int index) A grouping of LINKs.intA grouping of LINKs.A grouping of LINKs.getGroupOfLinksOrBuilder(int index) A grouping of LINKs.List<? extends GroupOfLinksTypeOrBuilder> A grouping of LINKs.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.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.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
getGroupOfLinksList
List<GroupOfLinksType> getGroupOfLinksList()A grouping of LINKs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3; -
getGroupOfLinks
A grouping of LINKs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3; -
getGroupOfLinksCount
int getGroupOfLinksCount()A grouping of LINKs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3; -
getGroupOfLinksOrBuilderList
List<? extends GroupOfLinksTypeOrBuilder> getGroupOfLinksOrBuilderList()A grouping of LINKs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3; -
getGroupOfLinksOrBuilder
A grouping of LINKs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 489:88]
repeated .uk.org.netex.www.netex.GroupOfLinksType group_of_links = 3;
-