public class Timeout extends Object
Java class for access-timeoutType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="access-timeoutType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType"/>
<element name="unit" type="{http://java.sun.com/xml/ns/javaee}time-unit-typeType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
Java class for stateful-timeoutType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateful-timeoutType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType"/>
<element name="unit" type="{http://java.sun.com/xml/ns/javaee}time-unit-typeType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected long |
timeout |
protected TimeUnit |
unit |
| Constructor and Description |
|---|
Timeout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
long |
getTimeout() |
TimeUnit |
getUnit() |
void |
setId(String value) |
void |
setTimeout(long value) |
void |
setUnit(TimeUnit value) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.