public class ObjectFilterByValueStructure extends Object
Java class for ObjectFilterByValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectFilterByValueStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.netex.org.uk/netex}ObjectByValueGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectFilterByValueStructure.ObjectReferences
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoundingBoxStructure |
boundingBox |
protected LayerRefStructure |
layerRef |
protected ObjectFilterByValueStructure.ObjectReferences |
objectReferences |
| Constructor and Description |
|---|
ObjectFilterByValueStructure() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxStructure |
getBoundingBox()
Gets the value of the boundingBox property.
|
LayerRefStructure |
getLayerRef()
Gets the value of the layerRef property.
|
ObjectFilterByValueStructure.ObjectReferences |
getObjectReferences()
Gets the value of the objectReferences property.
|
void |
setBoundingBox(BoundingBoxStructure value)
Sets the value of the boundingBox property.
|
void |
setLayerRef(LayerRefStructure value)
Sets the value of the layerRef property.
|
void |
setObjectReferences(ObjectFilterByValueStructure.ObjectReferences value)
Sets the value of the objectReferences property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ObjectFilterByValueStructure |
withBoundingBox(BoundingBoxStructure value) |
ObjectFilterByValueStructure |
withLayerRef(LayerRefStructure value) |
ObjectFilterByValueStructure |
withObjectReferences(ObjectFilterByValueStructure.ObjectReferences value) |
protected LayerRefStructure layerRef
protected BoundingBoxStructure boundingBox
protected ObjectFilterByValueStructure.ObjectReferences objectReferences
public LayerRefStructure getLayerRef()
LayerRefStructurepublic void setLayerRef(LayerRefStructure value)
value - allowed object is
LayerRefStructurepublic BoundingBoxStructure getBoundingBox()
BoundingBoxStructurepublic void setBoundingBox(BoundingBoxStructure value)
value - allowed object is
BoundingBoxStructurepublic ObjectFilterByValueStructure.ObjectReferences getObjectReferences()
ObjectFilterByValueStructure.ObjectReferencespublic void setObjectReferences(ObjectFilterByValueStructure.ObjectReferences value)
value - allowed object is
ObjectFilterByValueStructure.ObjectReferencespublic ObjectFilterByValueStructure withLayerRef(LayerRefStructure value)
public ObjectFilterByValueStructure withBoundingBox(BoundingBoxStructure value)
public ObjectFilterByValueStructure withObjectReferences(ObjectFilterByValueStructure.ObjectReferences value)
Copyright © 2018 Entur AS. All rights reserved.