Package uk.org.netex.www.netex
Interface NetworkFilterByValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkFilterByValueStructure,NetworkFilterByValueStructure.Builder
@Generated
public interface NetworkFilterByValueStructureOrBuilder
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.Reference to a NETWORK.Reference to a NETWORK.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.Return all site elements for given place.Return all site elements for given place.booleanArea containing objects to be returned.booleanReference to a LAYER.booleanReference to a NETWORK.booleanSpecifies objects to return Use REF with specific value to identify an object.booleanReturn all site elements for given 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
-
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; -
hasNetworkRef
boolean hasNetworkRef()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;- Returns:
- Whether the networkRef field is set.
-
getNetworkRef
GroupOfEntitiesRefStructure getNetworkRef()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;- Returns:
- The networkRef.
-
getNetworkRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getNetworkRefOrBuilder()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41; -
hasPlaces
boolean hasPlaces()Return all site elements for given place. [netex_service/netex_filter_frame.xsd at 127:45]
.uk.org.netex.www.netex.NetworkFilterByValueStructure.PlacesType places = 42;- Returns:
- Whether the places field is set.
-
getPlaces
NetworkFilterByValueStructure.PlacesType getPlaces()Return all site elements for given place. [netex_service/netex_filter_frame.xsd at 127:45]
.uk.org.netex.www.netex.NetworkFilterByValueStructure.PlacesType places = 42;- Returns:
- The places.
-
getPlacesOrBuilder
NetworkFilterByValueStructure.PlacesTypeOrBuilder getPlacesOrBuilder()Return all site elements for given place. [netex_service/netex_filter_frame.xsd at 127:45]
.uk.org.netex.www.netex.NetworkFilterByValueStructure.PlacesType places = 42;
-