Package uk.org.netex.www.netex
Interface TopographicPlaceDescriptor_VersionedChildStructure.QualifyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TopographicPlaceDescriptor_VersionedChildStructure.QualifyType,TopographicPlaceDescriptor_VersionedChildStructure.QualifyType.Builder
- Enclosing class:
TopographicPlaceDescriptor_VersionedChildStructure
public static interface TopographicPlaceDescriptor_VersionedChildStructure.QualifyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionQualifying name.Qualifying name.Reference to a TOPOGRAPHIC PLACE.Reference to a TOPOGRAPHIC PLACE.booleanQualifying name.booleanReference to a TOPOGRAPHIC PLACE.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
-
hasQualifierName
boolean hasQualifierName()Qualifying name. Place name characters only allowed. [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 266:69]
.uk.org.netex.www.netex.MultilingualString qualifier_name = 1;- Returns:
- Whether the qualifierName field is set.
-
getQualifierName
MultilingualString getQualifierName()Qualifying name. Place name characters only allowed. [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 266:69]
.uk.org.netex.www.netex.MultilingualString qualifier_name = 1;- Returns:
- The qualifierName.
-
getQualifierNameOrBuilder
MultilingualStringOrBuilder getQualifierNameOrBuilder()Qualifying name. Place name characters only allowed. [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 266:69]
.uk.org.netex.www.netex.MultilingualString qualifier_name = 1; -
hasTopographicPlaceRef
boolean hasTopographicPlaceRef()Reference to a TOPOGRAPHIC PLACE. [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 2;- Returns:
- Whether the topographicPlaceRef field is set.
-
getTopographicPlaceRef
VersionOfObjectRefStructure getTopographicPlaceRef()Reference to a TOPOGRAPHIC PLACE. [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 2;- Returns:
- The topographicPlaceRef.
-
getTopographicPlaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()Reference to a TOPOGRAPHIC PLACE. [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 2;
-