public class CompositeWaypointUSVCommandType extends Object
Java class for compositeWaypointUSVCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compositeWaypointUSVCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{}CompositeWaypointElements"/> <element ref="{}HomingMode" minOccurs="0"/> <group ref="{}SpeedTypeElements" minOccurs="0"/> <element ref="{}Standoff" minOccurs="0"/> <element ref="{}TimeOut" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected ExpandingSquareType |
expandingSquare |
protected TrackModeElementType |
homingMode |
protected String |
id |
protected PositiveScalarElementType |
knots |
protected ParallelTrackType |
parallelTrack |
protected SectorPatternType |
sectorPattern |
protected PositiveScalarElementType |
speed |
protected PositiveScalarElementType |
standoff |
protected PositiveScalarElementType |
timeOut |
protected Double |
timeStamp |
protected WaypointListType |
waypointList |
Constructor and Description |
---|
CompositeWaypointUSVCommandType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
ExpandingSquareType |
getExpandingSquare()
Gets the value of the expandingSquare property.
|
TrackModeElementType |
getHomingMode()
Gets the value of the homingMode property.
|
String |
getId()
Gets the value of the id property.
|
PositiveScalarElementType |
getKnots()
Gets the value of the knots property.
|
ParallelTrackType |
getParallelTrack()
Gets the value of the parallelTrack property.
|
SectorPatternType |
getSectorPattern()
Gets the value of the sectorPattern property.
|
PositiveScalarElementType |
getSpeed()
Gets the value of the speed property.
|
PositiveScalarElementType |
getStandoff()
Gets the value of the standoff property.
|
PositiveScalarElementType |
getTimeOut()
Gets the value of the timeOut property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
WaypointListType |
getWaypointList()
Gets the value of the waypointList property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExpandingSquare(ExpandingSquareType value)
Sets the value of the expandingSquare property.
|
void |
setHomingMode(TrackModeElementType value)
Sets the value of the homingMode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKnots(PositiveScalarElementType value)
Sets the value of the knots property.
|
void |
setParallelTrack(ParallelTrackType value)
Sets the value of the parallelTrack property.
|
void |
setSectorPattern(SectorPatternType value)
Sets the value of the sectorPattern property.
|
void |
setSpeed(PositiveScalarElementType value)
Sets the value of the speed property.
|
void |
setStandoff(PositiveScalarElementType value)
Sets the value of the standoff property.
|
void |
setTimeOut(PositiveScalarElementType value)
Sets the value of the timeOut property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setWaypointList(WaypointListType value)
Sets the value of the waypointList property.
|
protected WaypointListType waypointList
protected ParallelTrackType parallelTrack
protected SectorPatternType sectorPattern
protected ExpandingSquareType expandingSquare
protected TrackModeElementType homingMode
protected PositiveScalarElementType speed
protected PositiveScalarElementType knots
protected PositiveScalarElementType standoff
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public WaypointListType getWaypointList()
WaypointListType
public void setWaypointList(WaypointListType value)
value
- allowed object is
WaypointListType
public ParallelTrackType getParallelTrack()
ParallelTrackType
public void setParallelTrack(ParallelTrackType value)
value
- allowed object is
ParallelTrackType
public SectorPatternType getSectorPattern()
SectorPatternType
public void setSectorPattern(SectorPatternType value)
value
- allowed object is
SectorPatternType
public ExpandingSquareType getExpandingSquare()
ExpandingSquareType
public void setExpandingSquare(ExpandingSquareType value)
value
- allowed object is
ExpandingSquareType
public TrackModeElementType getHomingMode()
TrackModeElementType
public void setHomingMode(TrackModeElementType value)
value
- allowed object is
TrackModeElementType
public PositiveScalarElementType getSpeed()
PositiveScalarElementType
public void setSpeed(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public PositiveScalarElementType getKnots()
PositiveScalarElementType
public void setKnots(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public PositiveScalarElementType getStandoff()
PositiveScalarElementType
public void setStandoff(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public PositiveScalarElementType getTimeOut()
PositiveScalarElementType
public void setTimeOut(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
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