Package uk.org.netex.www.netex
Interface CommonSectionPointMembers_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonSectionPointMembers_RelStructure,CommonSectionPointMembers_RelStructure.Builder
@Generated
public interface CommonSectionPointMembers_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommonSectionPointMember(int index) DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.]intDEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.]DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.]CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructureOrBuildergetCommonSectionPointMemberOrBuilder(int index) DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.]List<? extends CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructureOrBuilder> DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.]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.
-
getCommonSectionPointMemberList
List<CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure> getCommonSectionPointMemberList()DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.] [netex_framework/netex_genericFramework/netex_section_version.xsd at 208:93]
repeated .uk.org.netex.www.netex.CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure common_section_point_member = 2; -
getCommonSectionPointMember
CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure getCommonSectionPointMember(int index) DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.] [netex_framework/netex_genericFramework/netex_section_version.xsd at 208:93]
repeated .uk.org.netex.www.netex.CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure common_section_point_member = 2; -
getCommonSectionPointMemberCount
int getCommonSectionPointMemberCount()DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.] [netex_framework/netex_genericFramework/netex_section_version.xsd at 208:93]
repeated .uk.org.netex.www.netex.CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure common_section_point_member = 2; -
getCommonSectionPointMemberOrBuilderList
List<? extends CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructureOrBuilder> getCommonSectionPointMemberOrBuilderList()DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.] [netex_framework/netex_genericFramework/netex_section_version.xsd at 208:93]
repeated .uk.org.netex.www.netex.CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure common_section_point_member = 2; -
getCommonSectionPointMemberOrBuilder
CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructureOrBuilder getCommonSectionPointMemberOrBuilder(int index) DEPRECATED - Kept for backwards compatibility POINT Member of a COMMON SECTION.] [netex_framework/netex_genericFramework/netex_section_version.xsd at 208:93]
repeated .uk.org.netex.www.netex.CommonSectionPointMembers_RelStructure.ChoiceWrapper_PointOnSection_VersionedChildStructure common_section_point_member = 2;
-