public static class Deployment.Data extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Audio">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Processed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Raw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Tracks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SpeedUnit" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="kn"/>
<enumeration value="km/h"/>
<enumeration value="m/s"/>
</restriction>
</simpleType>
</element>
<element name="Track" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrackId" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Point" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat" minOccurs="0"/>
<element name="Heading_DegN" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg">
<attribute name="north" default="magnetic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="magnetic"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="CourseOverGround_DegN" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg">
<attribute name="north" default="magnetic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="magnetic"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="Speed" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SpeedOverGround" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Pitch_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Roll_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="GroundElevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TrackEffort" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OnPath" type="{http://tethys.sdsu.edu/schema/1.0}PathElementType" maxOccurs="unbounded"/>
<element name="OffPath" type="{http://tethys.sdsu.edu/schema/1.0}PathElementType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="URI" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Deployment.Data.Audio
Java class for anonymous complex type.
|
static class |
Deployment.Data.Tracks
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Deployment.Data.Audio |
audio |
protected Deployment.Data.Tracks |
tracks |
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
Deployment.Data.Audio |
getAudio()
Gets the value of the audio property.
|
Deployment.Data.Tracks |
getTracks()
Gets the value of the tracks property.
|
void |
setAudio(Deployment.Data.Audio value)
Sets the value of the audio property.
|
void |
setTracks(Deployment.Data.Tracks value)
Sets the value of the tracks property.
|
protected Deployment.Data.Audio audio
protected Deployment.Data.Tracks tracks
public Deployment.Data.Audio getAudio()
Deployment.Data.Audiopublic void setAudio(Deployment.Data.Audio value)
value - allowed object is
Deployment.Data.Audiopublic Deployment.Data.Tracks getTracks()
Deployment.Data.Trackspublic void setTracks(Deployment.Data.Tracks value)
value - allowed object is
Deployment.Data.TracksCopyright © 2024 Tethys. All rights reserved.