public class BoundingBoxStructure extends Object
Java class for BoundingBoxStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoundingBoxStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UpperLeft" type="{http://www.netex.org.uk/netex}LocationStructure"/>
<element name="LowerRight" type="{http://www.netex.org.uk/netex}LocationStructure"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocationStructure |
lowerRight |
protected LocationStructure |
upperLeft |
| Constructor and Description |
|---|
BoundingBoxStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocationStructure |
getLowerRight()
Gets the value of the lowerRight property.
|
LocationStructure |
getUpperLeft()
Gets the value of the upperLeft property.
|
void |
setLowerRight(LocationStructure value)
Sets the value of the lowerRight property.
|
void |
setUpperLeft(LocationStructure value)
Sets the value of the upperLeft property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
BoundingBoxStructure |
withLowerRight(LocationStructure value) |
BoundingBoxStructure |
withUpperLeft(LocationStructure value) |
protected LocationStructure upperLeft
protected LocationStructure lowerRight
public LocationStructure getUpperLeft()
LocationStructurepublic void setUpperLeft(LocationStructure value)
value - allowed object is
LocationStructurepublic LocationStructure getLowerRight()
LocationStructurepublic void setLowerRight(LocationStructure value)
value - allowed object is
LocationStructurepublic BoundingBoxStructure withUpperLeft(LocationStructure value)
public BoundingBoxStructure withLowerRight(LocationStructure value)
Copyright © 2018 Entur AS. All rights reserved.