public class TakeStationCommandType extends Object
Java class for takeStationCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="takeStationCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{}TargetSonarScan"/>
           <element ref="{}TargetEdgeSonarScan"/>
         </choice>
         <element ref="{}TargetLocation" minOccurs="0"/>
         <element ref="{}CommandedStation"/>
         <element ref="{}Heading" minOccurs="0"/>
         <element ref="{}TimeOut" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected TargetElementType | commandedStation | 
| protected String | description | 
| protected HeadingElementType | heading | 
| protected String | id | 
| protected NoValueElementType | targetEdgeSonarScan | 
| protected TargetElementType | targetLocation | 
| protected NoValueElementType | targetSonarScan | 
| protected PositiveScalarElementType | timeOut | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| TakeStationCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetElementType | getCommandedStation()Gets the value of the commandedStation property. | 
| String | getDescription()Gets the value of the description property. | 
| HeadingElementType | getHeading()Gets the value of the heading property. | 
| String | getId()Gets the value of the id property. | 
| NoValueElementType | getTargetEdgeSonarScan()Gets the value of the targetEdgeSonarScan property. | 
| TargetElementType | getTargetLocation()Gets the value of the targetLocation property. | 
| NoValueElementType | getTargetSonarScan()Gets the value of the targetSonarScan property. | 
| PositiveScalarElementType | getTimeOut()Gets the value of the timeOut property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setCommandedStation(TargetElementType value)Sets the value of the commandedStation property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setHeading(HeadingElementType value)Sets the value of the heading property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setTargetEdgeSonarScan(NoValueElementType value)Sets the value of the targetEdgeSonarScan property. | 
| void | setTargetLocation(TargetElementType value)Sets the value of the targetLocation property. | 
| void | setTargetSonarScan(NoValueElementType value)Sets the value of the targetSonarScan property. | 
| void | setTimeOut(PositiveScalarElementType value)Sets the value of the timeOut property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected NoValueElementType targetSonarScan
protected NoValueElementType targetEdgeSonarScan
protected TargetElementType targetLocation
protected TargetElementType commandedStation
protected HeadingElementType heading
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public NoValueElementType getTargetSonarScan()
NoValueElementTypepublic void setTargetSonarScan(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic NoValueElementType getTargetEdgeSonarScan()
NoValueElementTypepublic void setTargetEdgeSonarScan(NoValueElementType value)
value - allowed object is
     NoValueElementTypepublic TargetElementType getTargetLocation()
TargetElementTypepublic void setTargetLocation(TargetElementType value)
value - allowed object is
     TargetElementTypepublic TargetElementType getCommandedStation()
TargetElementTypepublic void setCommandedStation(TargetElementType value)
value - allowed object is
     TargetElementTypepublic HeadingElementType getHeading()
HeadingElementTypepublic void setHeading(HeadingElementType value)
value - allowed object is
     HeadingElementTypepublic 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