public class DeploymentRecoveryDetails extends Object
Java class for DeploymentRecoveryDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeploymentRecoveryDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/> <element name="ElevationInstrument_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="DepthInstrument_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="AudioTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="Vessel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <group ref="{http://tethys.sdsu.edu/schema/1.0}ContactGroup" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
audioTimeStamp |
protected Double |
depthInstrumentM |
protected Double |
elevationInstrumentM |
protected Double |
elevationM |
protected double |
latitude |
protected double |
longitude |
protected Person |
person |
protected ResponsibleParty |
responsibleParty |
protected XMLGregorianCalendar |
timeStamp |
protected String |
vessel |
Constructor and Description |
---|
DeploymentRecoveryDetails() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getAudioTimeStamp()
Gets the value of the audioTimeStamp property.
|
Double |
getDepthInstrumentM()
Gets the value of the depthInstrumentM property.
|
Double |
getElevationInstrumentM()
Gets the value of the elevationInstrumentM property.
|
Double |
getElevationM()
Gets the value of the elevationM property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
Person |
getPerson()
Gets the value of the person property.
|
ResponsibleParty |
getResponsibleParty()
Gets the value of the responsibleParty property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getVessel()
Gets the value of the vessel property.
|
void |
setAudioTimeStamp(XMLGregorianCalendar value)
Sets the value of the audioTimeStamp property.
|
void |
setDepthInstrumentM(Double value)
Sets the value of the depthInstrumentM property.
|
void |
setElevationInstrumentM(Double value)
Sets the value of the elevationInstrumentM property.
|
void |
setElevationM(Double value)
Sets the value of the elevationM property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
void |
setResponsibleParty(ResponsibleParty value)
Sets the value of the responsibleParty property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
void |
setVessel(String value)
Sets the value of the vessel property.
|
protected double longitude
protected double latitude
protected Double elevationInstrumentM
protected Double depthInstrumentM
protected Double elevationM
protected XMLGregorianCalendar timeStamp
protected XMLGregorianCalendar audioTimeStamp
protected String vessel
protected Person person
protected ResponsibleParty responsibleParty
public double getLongitude()
public void setLongitude(double value)
public double getLatitude()
public void setLatitude(double value)
public Double getElevationInstrumentM()
Double
public void setElevationInstrumentM(Double value)
value
- allowed object is
Double
public Double getDepthInstrumentM()
Double
public void setDepthInstrumentM(Double value)
value
- allowed object is
Double
public Double getElevationM()
Double
public void setElevationM(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getAudioTimeStamp()
XMLGregorianCalendar
public void setAudioTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getVessel()
String
public void setVessel(String value)
value
- allowed object is
String
public Person getPerson()
Person
public void setPerson(Person value)
value
- allowed object is
Person
public ResponsibleParty getResponsibleParty()
ResponsibleParty
public void setResponsibleParty(ResponsibleParty value)
value
- allowed object is
ResponsibleParty
Copyright © 2024 Tethys. All rights reserved.