public class QuitCommandType extends Object
Java class for quitCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="quitCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{}ExitModeElements" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected NoValueElementType |
missionAbort |
protected NoValueElementType |
normalExit |
protected NoValueElementType |
recallAbort |
protected NoValueElementType |
systemAbort |
protected Double |
timeStamp |
Constructor and Description |
---|
QuitCommandType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
NoValueElementType |
getMissionAbort()
Gets the value of the missionAbort property.
|
NoValueElementType |
getNormalExit()
Gets the value of the normalExit property.
|
NoValueElementType |
getRecallAbort()
Gets the value of the recallAbort property.
|
NoValueElementType |
getSystemAbort()
Gets the value of the systemAbort 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 |
setMissionAbort(NoValueElementType value)
Sets the value of the missionAbort property.
|
void |
setNormalExit(NoValueElementType value)
Sets the value of the normalExit property.
|
void |
setRecallAbort(NoValueElementType value)
Sets the value of the recallAbort property.
|
void |
setSystemAbort(NoValueElementType value)
Sets the value of the systemAbort property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected NoValueElementType normalExit
protected NoValueElementType missionAbort
protected NoValueElementType systemAbort
protected NoValueElementType recallAbort
protected Double timeStamp
protected String description
protected String id
public NoValueElementType getNormalExit()
NoValueElementType
public void setNormalExit(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getMissionAbort()
NoValueElementType
public void setMissionAbort(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getSystemAbort()
NoValueElementType
public void setSystemAbort(NoValueElementType value)
value
- allowed object is
NoValueElementType
public NoValueElementType getRecallAbort()
NoValueElementType
public void setRecallAbort(NoValueElementType value)
value
- allowed object is
NoValueElementType
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