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()
WaypointListTypepublic void setWaypointList(WaypointListType value)
value - allowed object is
     WaypointListTypepublic ParallelTrackType getParallelTrack()
ParallelTrackTypepublic void setParallelTrack(ParallelTrackType value)
value - allowed object is
     ParallelTrackTypepublic SectorPatternType getSectorPattern()
SectorPatternTypepublic void setSectorPattern(SectorPatternType value)
value - allowed object is
     SectorPatternTypepublic ExpandingSquareType getExpandingSquare()
ExpandingSquareTypepublic void setExpandingSquare(ExpandingSquareType value)
value - allowed object is
     ExpandingSquareTypepublic TrackModeElementType getHomingMode()
TrackModeElementTypepublic void setHomingMode(TrackModeElementType value)
value - allowed object is
     TrackModeElementTypepublic PositiveScalarElementType getSpeed()
PositiveScalarElementTypepublic void setSpeed(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getKnots()
PositiveScalarElementTypepublic void setKnots(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getStandoff()
PositiveScalarElementTypepublic void setStandoff(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getTimeOut()
PositiveScalarElementTypepublic void setTimeOut(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String