public class SimRunOptionsType extends Object
Java class for SimRunOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SimRunOptionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="trace" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="pickMethod" use="required" type="{}PickingOptionsType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected PickingOptionsType | pickMethod | 
| protected boolean | trace | 
| Constructor and Description | 
|---|
| SimRunOptionsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| PickingOptionsType | getPickMethod()Gets the value of the pickMethod property. | 
| boolean | isTrace()Gets the value of the trace property. | 
| void | setPickMethod(PickingOptionsType value)Sets the value of the pickMethod property. | 
| void | setTrace(boolean value)Sets the value of the trace property. | 
protected boolean trace
protected PickingOptionsType pickMethod
public boolean isTrace()
public void setTrace(boolean value)
public PickingOptionsType getPickMethod()
PickingOptionsTypepublic void setPickMethod(PickingOptionsType value)
value - allowed object is
     PickingOptionsType