public class SetPositionUSVCommandType extends Object
Java class for setPositionUSVCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setPositionUSVCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{}AbsoluteHorizontalPositionElements"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected LatitudeLongitudeElementType |
latitudeLongitude |
protected Double |
timeStamp |
protected XyElementType |
xyPosition |
Constructor and Description |
---|
SetPositionUSVCommandType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
LatitudeLongitudeElementType |
getLatitudeLongitude()
Gets the value of the latitudeLongitude property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
XyElementType |
getXYPosition()
Gets the value of the xyPosition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLatitudeLongitude(LatitudeLongitudeElementType value)
Sets the value of the latitudeLongitude property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setXYPosition(XyElementType value)
Sets the value of the xyPosition property.
|
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected Double timeStamp
protected String description
protected String id
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementType
public void setLatitudeLongitude(LatitudeLongitudeElementType value)
value
- allowed object is
LatitudeLongitudeElementType
public XyElementType getXYPosition()
XyElementType
public void setXYPosition(XyElementType value)
value
- allowed object is
XyElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String