public class GoalAchievableType extends Object
Java class for GoalAchievableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoalAchievableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="attack" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="decontaminate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="demolish" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="illuminate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="jam" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="mark" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="monitorTransmissions" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="patrol" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="rendezvous" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="reposition" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="sampleEnvironment" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="search" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
GoalAchievableType() |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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
public boolean isAttack()
public void setAttack(boolean value)
public boolean isDecontaminate()
public void setDecontaminate(boolean value)
public boolean isDemolish()
public void setDemolish(boolean value)
public boolean isIlluminate()
public void setIlluminate(boolean value)
public boolean isJam()
public void setJam(boolean value)
public boolean isMark()
public void setMark(boolean value)
public boolean isMonitorTransmissions()
public void setMonitorTransmissions(boolean value)
public boolean isPatrol()
public void setPatrol(boolean value)
public boolean isRendezvous()
public void setRendezvous(boolean value)
public boolean isReposition()
public void setReposition(boolean value)
public boolean isSampleEnvironment()
public void setSampleEnvironment(boolean value)
public boolean isSearch()
public void setSearch(boolean value)