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()
Doublepublic void setElevationInstrumentM(Double value)
value - allowed object is
Doublepublic Double getDepthInstrumentM()
Doublepublic void setDepthInstrumentM(Double value)
value - allowed object is
Doublepublic Double getElevationM()
Doublepublic void setElevationM(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getAudioTimeStamp()
XMLGregorianCalendarpublic void setAudioTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVessel()
Stringpublic void setVessel(String value)
value - allowed object is
Stringpublic Person getPerson()
Personpublic void setPerson(Person value)
value - allowed object is
Personpublic ResponsibleParty getResponsibleParty()
ResponsiblePartypublic void setResponsibleParty(ResponsibleParty value)
value - allowed object is
ResponsiblePartyCopyright © 2024 Tethys. All rights reserved.