Package uk.org.netex.www.netex
Interface PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure,PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure.Builder
- Enclosing class:
PointsOnSection_RelStructure
public static interface PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionInclusion of a POINT on a LINE SECTION.Inclusion of a POINT on a LINE SECTION.POINT on a SECTION.POINT on a SECTION.booleanInclusion of a POINT on a LINE SECTION.booleanPOINT 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
-
hasPointOnSection
boolean hasPointOnSection()POINT on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 231:73]
.uk.org.netex.www.netex.PointOnSectionType point_on_section = 1;- Returns:
- Whether the pointOnSection field is set.
-
getPointOnSection
PointOnSectionType getPointOnSection()POINT on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 231:73]
.uk.org.netex.www.netex.PointOnSectionType point_on_section = 1;- Returns:
- The pointOnSection.
-
getPointOnSectionOrBuilder
PointOnSectionTypeOrBuilder getPointOnSectionOrBuilder()POINT on a SECTION. +v1.1. [netex_framework/netex_genericFramework/netex_section_version.xsd at 231:73]
.uk.org.netex.www.netex.PointOnSectionType point_on_section = 1; -
hasPointOnLineSection
boolean hasPointOnLineSection()Inclusion of a POINT on a LINE SECTION. +v1.1 [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 262:94]
.uk.org.netex.www.netex.PointOnLineSectionType point_on_line_section = 2;- Returns:
- Whether the pointOnLineSection field is set.
-
getPointOnLineSection
PointOnLineSectionType getPointOnLineSection()Inclusion of a POINT on a LINE SECTION. +v1.1 [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 262:94]
.uk.org.netex.www.netex.PointOnLineSectionType point_on_line_section = 2;- Returns:
- The pointOnLineSection.
-
getPointOnLineSectionOrBuilder
PointOnLineSectionTypeOrBuilder getPointOnLineSectionOrBuilder()Inclusion of a POINT on a LINE SECTION. +v1.1 [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 262:94]
.uk.org.netex.www.netex.PointOnLineSectionType point_on_line_section = 2; -
getPointInLinkSequenceVersionedChildStructureCase
PointsOnSection_RelStructure.ChoiceWrapper_PointInLinkSequence_VersionedChildStructure.PointInLinkSequenceVersionedChildStructureCase getPointInLinkSequenceVersionedChildStructureCase()
-