public class ThreadPoolReferenceType
extends java.lang.Object
Java class for thread-pool-reference-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="thread-pool-reference-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="thread-pool" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
threadPool |
| Constructor and Description |
|---|
ThreadPoolReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getThreadPool()
Gets the value of the threadPool property.
|
void |
setThreadPool(java.lang.String value)
Sets the value of the threadPool property.
|
ThreadPoolReferenceType |
withThreadPool(java.lang.String value) |
public java.lang.String getThreadPool()
Stringpublic void setThreadPool(java.lang.String value)
value - allowed object is
Stringpublic ThreadPoolReferenceType withThreadPool(java.lang.String value)