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()
String
public void setEvent(String value)
value
- allowed object is
String
public XMLGregorianCalendar getTime()
XMLGregorianCalendar
public void setTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public LocalizationType.References getReferences()
LocalizationType.References
public void setReferences(LocalizationType.References value)
value
- allowed object is
LocalizationType.References
public DirectionWErrorType getBearing()
DirectionWErrorType
public void setBearing(DirectionWErrorType value)
value
- allowed object is
DirectionWErrorType
public R3PointWErrorType getOffset()
R3PointWErrorType
public void setOffset(R3PointWErrorType value)
value
- allowed object is
R3PointWErrorType
public LocalizationType.LongLat getLongLat()
LocalizationType.LongLat
public void setLongLat(LocalizationType.LongLat value)
value
- allowed object is
LocalizationType.LongLat
Copyright © 2020 Tethys. All rights reserved.