Package uk.org.netex.www.netex
Interface ObjectFilterByValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectFilterByValueStructure,ObjectFilterByValueStructure.Builder
public interface ObjectFilterByValueStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionArea containing objects to be returned.Area containing objects to be returned.Reference to a LAYER.Reference to a LAYER.Specifies objects to return Use REF with specific value to identify an object.Specifies objects to return Use REF with specific value to identify an object.booleanArea containing objects to be returned.booleanReference to a LAYER.booleanSpecifies objects to return Use REF with specific value to identify an object.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
-
hasLayerRef
boolean hasLayerRef()Reference to a LAYER. [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1;- Returns:
- Whether the layerRef field is set.
-
getLayerRef
GroupOfEntitiesRefStructure getLayerRef()Reference to a LAYER. [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1;- Returns:
- The layerRef.
-
getLayerRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getLayerRefOrBuilder()Reference to a LAYER. [netex_framework/netex_genericFramework/netex_layer_support.xsd at 76:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure layer_ref = 1; -
hasBoundingBox
boolean hasBoundingBox()Area containing objects to be returned. [netex_service/netex_filter_object.xsd at 172:78]
.uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2;- Returns:
- Whether the boundingBox field is set.
-
getBoundingBox
BoundingBoxStructure getBoundingBox()Area containing objects to be returned. [netex_service/netex_filter_object.xsd at 172:78]
.uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2;- Returns:
- The boundingBox.
-
getBoundingBoxOrBuilder
BoundingBoxStructureOrBuilder getBoundingBoxOrBuilder()Area containing objects to be returned. [netex_service/netex_filter_object.xsd at 172:78]
.uk.org.netex.www.netex.BoundingBoxStructure bounding_box = 2; -
hasObjectReferences
boolean hasObjectReferences()Specifies objects to return Use REF with specific value to identify an object. Use REF with blank value to specify all object of the object type. [netex_service/netex_filter_object.xsd at 177:55]
.uk.org.netex.www.netex.ObjectReferencesType object_references = 3;- Returns:
- Whether the objectReferences field is set.
-
getObjectReferences
ObjectReferencesType getObjectReferences()Specifies objects to return Use REF with specific value to identify an object. Use REF with blank value to specify all object of the object type. [netex_service/netex_filter_object.xsd at 177:55]
.uk.org.netex.www.netex.ObjectReferencesType object_references = 3;- Returns:
- The objectReferences.
-
getObjectReferencesOrBuilder
ObjectReferencesTypeOrBuilder getObjectReferencesOrBuilder()Specifies objects to return Use REF with specific value to identify an object. Use REF with blank value to specify all object of the object type. [netex_service/netex_filter_object.xsd at 177:55]
.uk.org.netex.www.netex.ObjectReferencesType object_references = 3;
-