Package uk.org.netex.www.netex
Interface PointsOnSection_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsOnSection_RelStructure,PointsOnSection_RelStructure.Builder
@Generated
public interface PointsOnSection_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getPointOnSectionu(int index) DUmmy Supertype for Point On SECTION.intDUmmy Supertype for Point On SECTION.DUmmy Supertype for Point On SECTION.getPointOnSectionuOrBuilder(int index) DUmmy Supertype for Point On SECTION.List<? extends PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructureOrBuilder> DUmmy Supertype for Point On 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.
-
getPointOnSectionuList
List<PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure> getPointOnSectionuList()DUmmy Supertype for Point On SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 226:145]
repeated .uk.org.netex.www.netex.PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure point_on_sectionu = 4; -
getPointOnSectionu
PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure getPointOnSectionu(int index) DUmmy Supertype for Point On SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 226:145]
repeated .uk.org.netex.www.netex.PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure point_on_sectionu = 4; -
getPointOnSectionuCount
int getPointOnSectionuCount()DUmmy Supertype for Point On SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 226:145]
repeated .uk.org.netex.www.netex.PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure point_on_sectionu = 4; -
getPointOnSectionuOrBuilderList
List<? extends PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructureOrBuilder> getPointOnSectionuOrBuilderList()DUmmy Supertype for Point On SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 226:145]
repeated .uk.org.netex.www.netex.PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure point_on_sectionu = 4; -
getPointOnSectionuOrBuilder
PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructureOrBuilder getPointOnSectionuOrBuilder(int index) DUmmy Supertype for Point On SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 226:145]
repeated .uk.org.netex.www.netex.PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure point_on_sectionu = 4;
-