public class IO extends Object
Java class for IO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="threads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getThreads()
Gets the value of the threads property.
|
boolean |
isSetThreads() |
void |
setThreads(Integer value)
Sets the value of the threads property.
|
public Integer getThreads()
Integerpublic void setThreads(Integer value)
value - allowed object is
Integerpublic boolean isSetThreads()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0