public class LocalizationType extends Object
Java class for LocalizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Event" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="References" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeReferenceEnsembleUnit" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="TimeReferenceChannel" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="Reference">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="EventRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<choice>
<element name="Bearing" type="{http://tethys.sdsu.edu/schema/1.0}DirectionWErrorType"/>
<element name="Offset" type="{http://tethys.sdsu.edu/schema/1.0}R3PointWErrorType"/>
<element name="LongLat">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/>
<element name="StdError">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalizationType.LongLat
Java class for anonymous complex type.
|
static class |
LocalizationType.References
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectionWErrorType |
bearing |
protected String |
event |
protected LocalizationType.LongLat |
longLat |
protected R3PointWErrorType |
offset |
protected LocalizationType.References |
references |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
LocalizationType() |
| Modifier and Type | Method and Description |
|---|---|
DirectionWErrorType |
getBearing()
Gets the value of the bearing property.
|
String |
getEvent()
Gets the value of the event property.
|
LocalizationType.LongLat |
getLongLat()
Gets the value of the longLat property.
|
R3PointWErrorType |
getOffset()
Gets the value of the offset property.
|
LocalizationType.References |
getReferences()
Gets the value of the references property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
void |
setBearing(DirectionWErrorType value)
Sets the value of the bearing property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
void |
setLongLat(LocalizationType.LongLat value)
Sets the value of the longLat property.
|
void |
setOffset(R3PointWErrorType value)
Sets the value of the offset property.
|
void |
setReferences(LocalizationType.References value)
Sets the value of the references property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected String event
protected XMLGregorianCalendar time
protected LocalizationType.References references
protected DirectionWErrorType bearing
protected R3PointWErrorType offset
protected LocalizationType.LongLat longLat
public String getEvent()
Stringpublic void setEvent(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic LocalizationType.References getReferences()
LocalizationType.Referencespublic void setReferences(LocalizationType.References value)
value - allowed object is
LocalizationType.Referencespublic DirectionWErrorType getBearing()
DirectionWErrorTypepublic void setBearing(DirectionWErrorType value)
value - allowed object is
DirectionWErrorTypepublic R3PointWErrorType getOffset()
R3PointWErrorTypepublic void setOffset(R3PointWErrorType value)
value - allowed object is
R3PointWErrorTypepublic LocalizationType.LongLat getLongLat()
LocalizationType.LongLatpublic void setLongLat(LocalizationType.LongLat value)
value - allowed object is
LocalizationType.LongLatCopyright © 2020 Tethys. All rights reserved.