public class GoalCapabilitiesElementType extends Object
Java class for goalCapabilitiesElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="goalCapabilitiesElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="attack" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="decontaminate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="demolish" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="illuminate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="jam" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="mark" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="monitorTransmissions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="patrol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="rendezvous" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="reposition" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="sampleEnvironment" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="search" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
attack |
protected Boolean |
decontaminate |
protected Boolean |
demolish |
protected String |
description |
protected String |
id |
protected Boolean |
illuminate |
protected Boolean |
jam |
protected Boolean |
mark |
protected Boolean |
monitorTransmissions |
protected Boolean |
patrol |
protected Boolean |
rendezvous |
protected Boolean |
reposition |
protected Boolean |
sampleEnvironment |
protected Boolean |
search |
protected Double |
timeStamp |
Constructor and Description |
---|
GoalCapabilitiesElementType() |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isAttack()
Gets the value of the attack property.
|
boolean |
isDecontaminate()
Gets the value of the decontaminate property.
|
boolean |
isDemolish()
Gets the value of the demolish property.
|
boolean |
isIlluminate()
Gets the value of the illuminate property.
|
boolean |
isJam()
Gets the value of the jam property.
|
boolean |
isMark()
Gets the value of the mark property.
|
boolean |
isMonitorTransmissions()
Gets the value of the monitorTransmissions property.
|
boolean |
isPatrol()
Gets the value of the patrol property.
|
boolean |
isRendezvous()
Gets the value of the rendezvous property.
|
boolean |
isReposition()
Gets the value of the reposition property.
|
boolean |
isSampleEnvironment()
Gets the value of the sampleEnvironment property.
|
boolean |
isSearch()
Gets the value of the search property.
|
void |
setAttack(Boolean value)
Sets the value of the attack property.
|
void |
setDecontaminate(Boolean value)
Sets the value of the decontaminate property.
|
void |
setDemolish(Boolean value)
Sets the value of the demolish property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIlluminate(Boolean value)
Sets the value of the illuminate property.
|
void |
setJam(Boolean value)
Sets the value of the jam property.
|
void |
setMark(Boolean value)
Sets the value of the mark property.
|
void |
setMonitorTransmissions(Boolean value)
Sets the value of the monitorTransmissions property.
|
void |
setPatrol(Boolean value)
Sets the value of the patrol property.
|
void |
setRendezvous(Boolean value)
Sets the value of the rendezvous property.
|
void |
setReposition(Boolean value)
Sets the value of the reposition property.
|
void |
setSampleEnvironment(Boolean value)
Sets the value of the sampleEnvironment property.
|
void |
setSearch(Boolean value)
Sets the value of the search property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected Boolean attack
protected Boolean decontaminate
protected Boolean demolish
protected Boolean illuminate
protected Boolean jam
protected Boolean mark
protected Boolean monitorTransmissions
protected Boolean patrol
protected Boolean rendezvous
protected Boolean reposition
protected Boolean sampleEnvironment
protected Boolean search
protected Double timeStamp
protected String description
protected String id
public boolean isAttack()
Boolean
public void setAttack(Boolean value)
value
- allowed object is
Boolean
public boolean isDecontaminate()
Boolean
public void setDecontaminate(Boolean value)
value
- allowed object is
Boolean
public boolean isDemolish()
Boolean
public void setDemolish(Boolean value)
value
- allowed object is
Boolean
public boolean isIlluminate()
Boolean
public void setIlluminate(Boolean value)
value
- allowed object is
Boolean
public boolean isJam()
Boolean
public void setJam(Boolean value)
value
- allowed object is
Boolean
public boolean isMark()
Boolean
public void setMark(Boolean value)
value
- allowed object is
Boolean
public boolean isMonitorTransmissions()
Boolean
public void setMonitorTransmissions(Boolean value)
value
- allowed object is
Boolean
public boolean isPatrol()
Boolean
public void setPatrol(Boolean value)
value
- allowed object is
Boolean
public boolean isRendezvous()
Boolean
public void setRendezvous(Boolean value)
value
- allowed object is
Boolean
public boolean isReposition()
Boolean
public void setReposition(Boolean value)
value
- allowed object is
Boolean
public boolean isSampleEnvironment()
Boolean
public void setSampleEnvironment(Boolean value)
value
- allowed object is
Boolean
public boolean isSearch()
Boolean
public void setSearch(Boolean value)
value
- allowed object is
Boolean
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