public class R3PointWErrorType extends R3Point
Java class for R3PointWErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="R3PointWErrorType"> <complexContent> <extension base="{http://tethys.sdsu.edu/schema/1.0}R3Point"> <sequence> <element name="StdError" type="{http://tethys.sdsu.edu/schema/1.0}R3Point"/> <element name="BearingIDs" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EventRef" type="{http://tethys.sdsu.edu/schema/1.0}EventType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
R3PointWErrorType.BearingIDs
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected R3PointWErrorType.BearingIDs |
bearingIDs |
protected R3Point |
stdError |
Constructor and Description |
---|
R3PointWErrorType() |
Modifier and Type | Method and Description |
---|---|
R3PointWErrorType.BearingIDs |
getBearingIDs()
Gets the value of the bearingIDs property.
|
R3Point |
getStdError()
Gets the value of the stdError property.
|
void |
setBearingIDs(R3PointWErrorType.BearingIDs value)
Sets the value of the bearingIDs property.
|
void |
setStdError(R3Point value)
Sets the value of the stdError property.
|
protected R3Point stdError
protected R3PointWErrorType.BearingIDs bearingIDs
public R3Point getStdError()
R3Point
public void setStdError(R3Point value)
value
- allowed object is
R3Point
public R3PointWErrorType.BearingIDs getBearingIDs()
R3PointWErrorType.BearingIDs
public void setBearingIDs(R3PointWErrorType.BearingIDs value)
value
- allowed object is
R3PointWErrorType.BearingIDs
Copyright © 2020 Tethys. All rights reserved.