public class RunOptionsType extends Object
Java class for RunOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunOptionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="trace" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="realTime" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="textOutput" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="tacticalLevel" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="multipleLoopsDefault" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="maxLoops" use="required" type="{}positiveInt" /> <attribute name="locationLab" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="replay" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected boolean |
locationLab |
protected int |
maxLoops |
protected boolean |
multipleLoopsDefault |
protected boolean |
realTime |
protected Boolean |
replay |
protected Boolean |
tacticalLevel |
protected boolean |
textOutput |
protected boolean |
trace |
Constructor and Description |
---|
RunOptionsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getMaxLoops()
Gets the value of the maxLoops property.
|
boolean |
isLocationLab()
Gets the value of the locationLab property.
|
boolean |
isMultipleLoopsDefault()
Gets the value of the multipleLoopsDefault property.
|
boolean |
isRealTime()
Gets the value of the realTime property.
|
boolean |
isReplay()
Gets the value of the replay property.
|
boolean |
isTacticalLevel()
Gets the value of the tacticalLevel property.
|
boolean |
isTextOutput()
Gets the value of the textOutput property.
|
boolean |
isTrace()
Gets the value of the trace property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLocationLab(boolean value)
Sets the value of the locationLab property.
|
void |
setMaxLoops(int value)
Sets the value of the maxLoops property.
|
void |
setMultipleLoopsDefault(boolean value)
Sets the value of the multipleLoopsDefault property.
|
void |
setRealTime(boolean value)
Sets the value of the realTime property.
|
void |
setReplay(Boolean value)
Sets the value of the replay property.
|
void |
setTacticalLevel(Boolean value)
Sets the value of the tacticalLevel property.
|
void |
setTextOutput(boolean value)
Sets the value of the textOutput property.
|
void |
setTrace(boolean value)
Sets the value of the trace property.
|
protected boolean trace
protected boolean realTime
protected boolean textOutput
protected Boolean tacticalLevel
protected boolean multipleLoopsDefault
protected int maxLoops
protected boolean locationLab
protected Boolean replay
protected String description
public boolean isTrace()
public void setTrace(boolean value)
public boolean isRealTime()
public void setRealTime(boolean value)
public boolean isTextOutput()
public void setTextOutput(boolean value)
public boolean isTacticalLevel()
Boolean
public void setTacticalLevel(Boolean value)
value
- allowed object is
Boolean
public boolean isMultipleLoopsDefault()
public void setMultipleLoopsDefault(boolean value)
public int getMaxLoops()
public void setMaxLoops(int value)
public boolean isLocationLab()
public void setLocationLab(boolean value)
public boolean isReplay()
Boolean
public void setReplay(Boolean value)
value
- allowed object is
Boolean
public String getDescription()
String