Package uk.org.netex.www.netex
Interface ClassificationDescriptors_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassificationDescriptors_RelStructure,ClassificationDescriptors_RelStructure.Builder
@Generated
public interface ClassificationDescriptors_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClassificationDescriptor(int index) Alternative descriptor for a POINT OF INTEREST Classification.intAlternative descriptor for a POINT OF INTEREST Classification.Alternative descriptor for a POINT OF INTEREST Classification.getClassificationDescriptorOrBuilder(int index) Alternative descriptor for a POINT OF INTEREST Classification.Alternative descriptor for a POINT OF INTEREST Classification.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.
-
getClassificationDescriptorList
List<ClassificationDescriptor_VersionStructure> getClassificationDescriptorList()Alternative descriptor for a POINT OF INTEREST Classification. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2; -
getClassificationDescriptor
Alternative descriptor for a POINT OF INTEREST Classification. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2; -
getClassificationDescriptorCount
int getClassificationDescriptorCount()Alternative descriptor for a POINT OF INTEREST Classification. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2; -
getClassificationDescriptorOrBuilderList
List<? extends ClassificationDescriptor_VersionStructureOrBuilder> getClassificationDescriptorOrBuilderList()Alternative descriptor for a POINT OF INTEREST Classification. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2; -
getClassificationDescriptorOrBuilder
Alternative descriptor for a POINT OF INTEREST Classification. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 189:122]
repeated .uk.org.netex.www.netex.ClassificationDescriptor_VersionStructure classification_descriptor = 2;
-