Package uk.org.netex.www.netex
Interface GroupOfPoints_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupOfPoints_RelStructure,GroupOfPoints_RelStructure.Builder
public interface GroupOfPoints_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupOfPoints(int index) A grouping of POINTs.intA grouping of POINTs.A grouping of POINTs.getGroupOfPointsOrBuilder(int index) A grouping of POINTs.List<? extends GroupOfPointsTypeOrBuilder> A grouping of POINTs.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.
-
getGroupOfPointsList
List<GroupOfPointsType> getGroupOfPointsList()A grouping of POINTs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2; -
getGroupOfPoints
A grouping of POINTs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2; -
getGroupOfPointsCount
int getGroupOfPointsCount()A grouping of POINTs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2; -
getGroupOfPointsOrBuilderList
List<? extends GroupOfPointsTypeOrBuilder> getGroupOfPointsOrBuilderList()A grouping of POINTs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2; -
getGroupOfPointsOrBuilder
A grouping of POINTs. [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 425:89]
repeated .uk.org.netex.www.netex.GroupOfPointsType group_of_points = 2;
-