public class UavScriptCommandsType extends Object
Java class for uavScriptCommandsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uavScriptCommandsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{}CompositeWaypointUAV"/> <element ref="{}FollowBeacon"/> <element ref="{}Help"/> <element ref="{}LoiterUAV"/> <element ref="{}MakeAltitudeAGL"/> <element ref="{}MakeAltitudeMSL"/> <element ref="{}MakeClimbRate"/> <element ref="{}MakeHeading"/> <element ref="{}MakeKnots"/> <element ref="{}MakeSpeed"/> <element ref="{}MakeTurnRate"/> <element ref="{}MetaCommand"/> <element ref="{}MissionScript"/> <element ref="{}MissionScriptInline"/> <element ref="{}Quit"/> <element ref="{}Realtime"/> <element ref="{}Recover"/> <element ref="{}SendMessage"/> <element ref="{}SetAileron"/> <element ref="{}SetElevator"/> <element ref="{}SetPositionUAV"/> <element ref="{}SetPower"/> <element ref="{}SetRudder"/> <element ref="{}SetStandoff"/> <element ref="{}SetTime"/> <element ref="{}SetTimeStep"/> <element ref="{}Trace"/> <element ref="{}Wait"/> <element ref="{}WaitUntilTime"/> <element ref="{}WaypointUAV"/> </choice> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<?>> |
compositeWaypointUAVOrFollowBeaconOrHelp |
protected String |
description |
protected String |
id |
protected Double |
timeStamp |
Constructor and Description |
---|
UavScriptCommandsType() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
getCompositeWaypointUAVOrFollowBeaconOrHelp()
Gets the value of the compositeWaypointUAVOrFollowBeaconOrHelp property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected List<JAXBElement<?>> compositeWaypointUAVOrFollowBeaconOrHelp
protected Double timeStamp
protected String description
protected String id
public List<JAXBElement<?>> getCompositeWaypointUAVOrFollowBeaconOrHelp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the compositeWaypointUAVOrFollowBeaconOrHelp property.
For example, to add a new item, do as follows:
getCompositeWaypointUAVOrFollowBeaconOrHelp().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
FollowBeaconCommandType
>
JAXBElement
<
SendMessageCommandType
>
JAXBElement
<
ScalarElementType
>
JAXBElement
<
CompositeWaypointUAVCommandType
>
JAXBElement
<
NonNegativeScalarElementType
>
JAXBElement
<
SignedPercentElementType
>
JAXBElement
<
MetaCommandType
>
JAXBElement
<
StringElementType
>
JAXBElement
<
PositiveScalarElementType
>
JAXBElement
<
WaypointUAVCommandType
>
JAXBElement
<
ScalarElementType
>
JAXBElement
<
PositiveScalarElementType
>
JAXBElement
<
BooleanElementType
>
JAXBElement
<
RecoverCommandType
>
JAXBElement
<
PositiveScalarElementType
>
JAXBElement
<
SpeedElementType
>
JAXBElement
<
LoiterUAVCommandType
>
JAXBElement
<
NonNegativeScalarElementType
>
JAXBElement
<
HeadingElementType
>
JAXBElement
<
SignedPercentElementType
>
JAXBElement
<
QuitCommandType
>
JAXBElement
<
SpeedElementType
>
JAXBElement
<
SetPowerCommandType
>
JAXBElement
<
SpeedElementType
>
JAXBElement
<
SetPositionUAVCommandType
>
JAXBElement
<
NoValueElementType
>
JAXBElement
<
SignedPercentElementType
>
JAXBElement
<
BooleanElementType
>
JAXBElement
<
PositiveScalarElementType
>
JAXBElement
<
StringElementType
>
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