Package uk.org.netex.www.netex
Interface PointOfInterest_DerivedViewStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointOfInterest_DerivedViewStructure,PointOfInterest_DerivedViewStructure.Builder
@Generated
public interface PointOfInterest_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.Name of POINT OF INTEREST.Classification of PLACE.Classification of PLACE.Reference to a POINT OF INTEREST.Reference to a POINT OF INTEREST.Name of POINT OF INTEREST.Name of POINT OF INTEREST.booleanReference to a BRANDING.booleanhasName()Name of POINT OF INTEREST.booleanClassification of PLACE.booleanReference to a POINT OF INTEREST.booleanName of 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; -
hasPointOfInterestRef
boolean hasPointOfInterestRef()Reference to a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 41;- Returns:
- Whether the pointOfInterestRef field is set.
-
getPointOfInterestRef
VersionOfObjectRefStructure getPointOfInterestRef()Reference to a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 41;- Returns:
- The pointOfInterestRef.
-
getPointOfInterestRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPointOfInterestRefOrBuilder()Reference to a POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
.uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 41; -
hasName
boolean hasName()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 695:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 695:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 695:71]
.uk.org.netex.www.netex.MultilingualString name = 42; -
hasPlaceTypes
boolean hasPlaceTypes()Classification of PLACE. Used for arbitrary documentation. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 700:87]
.uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;- Returns:
- Whether the placeTypes field is set.
-
getPlaceTypes
TypeOfPlaceRefs_RelStructure getPlaceTypes()Classification of PLACE. Used for arbitrary documentation. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 700:87]
.uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43;- Returns:
- The placeTypes.
-
getPlaceTypesOrBuilder
TypeOfPlaceRefs_RelStructureOrBuilder getPlaceTypesOrBuilder()Classification of PLACE. Used for arbitrary documentation. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 700:87]
.uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 43; -
hasShortName
boolean hasShortName()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 705:76]
.uk.org.netex.www.netex.MultilingualString short_name = 44;- Returns:
- Whether the shortName field is set.
-
getShortName
MultilingualString getShortName()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 705:76]
.uk.org.netex.www.netex.MultilingualString short_name = 44;- Returns:
- The shortName.
-
getShortNameOrBuilder
MultilingualStringOrBuilder getShortNameOrBuilder()Name of POINT OF INTEREST. [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_version.xsd at 705:76]
.uk.org.netex.www.netex.MultilingualString short_name = 44;
-