public class RelativeLocType extends Object
Java class for RelativeLocType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelativeLocType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Bearing" type="{http://tethys.sdsu.edu/schema/1.0}DirectionVectorType"/> <element name="Point" type="{http://tethys.sdsu.edu/schema/1.0}R3Point"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DirectionVectorType |
bearing |
protected R3Point |
point |
Constructor and Description |
---|
RelativeLocType() |
Modifier and Type | Method and Description |
---|---|
DirectionVectorType |
getBearing()
Gets the value of the bearing property.
|
R3Point |
getPoint()
Gets the value of the point property.
|
void |
setBearing(DirectionVectorType value)
Sets the value of the bearing property.
|
void |
setPoint(R3Point value)
Sets the value of the point property.
|
protected DirectionVectorType bearing
protected R3Point point
public DirectionVectorType getBearing()
DirectionVectorType
public void setBearing(DirectionVectorType value)
value
- allowed object is
DirectionVectorType
public R3Point getPoint()
R3Point
Copyright © 2020 Tethys. All rights reserved.