Package uk.org.netex.www.netex
Interface PointOfInterestClassification_DerivedViewStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointOfInterestClassification_DerivedViewStructure,PointOfInterestClassification_DerivedViewStructure.Builder
@Generated
public interface PointOfInterestClassification_DerivedViewStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BRANDING.Reference to a BRANDING.getId()Identifier of Object of which this is a view.com.google.protobuf.ByteStringIdentifier of Object of which this is a view.getName()Name of POINT OF INTEREST CLASSIFICATION.Name of POINT OF INTEREST CLASSIFICATION.Classification of a POINT OF INTEREST.Classification of a POINT OF INTEREST.booleanReference to a BRANDING.booleanhasName()Name of POINT OF INTEREST CLASSIFICATION.booleanClassification of a POINT OF INTEREST.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 Object of which this is a view. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of Object of which this is a view. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
string id = 1;- Returns:
- The bytes for id.
-
hasBrandingRef
boolean hasBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;- Returns:
- Whether the brandingRef field is set.
-
getBrandingRef
VersionOfObjectRefStructure getBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;- Returns:
- The brandingRef.
-
getBrandingRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2; -
hasPointOfInterestClassificationRef
boolean hasPointOfInterestClassificationRef()Classification of a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 41;- Returns:
- Whether the pointOfInterestClassificationRef field is set.
-
getPointOfInterestClassificationRef
VersionOfObjectRefStructure getPointOfInterestClassificationRef()Classification of a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 41;- Returns:
- The pointOfInterestClassificationRef.
-
getPointOfInterestClassificationRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPointOfInterestClassificationRefOrBuilder()Classification of a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 105:139]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_classification_ref = 41; -
hasName
boolean hasName()Name of POINT OF INTEREST CLASSIFICATION. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 741:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()Name of POINT OF INTEREST CLASSIFICATION. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 741:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()Name of POINT OF INTEREST CLASSIFICATION. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 741:71]
.uk.org.netex.www.netex.MultilingualString name = 42;
-