public class Timeout
extends java.lang.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 java.lang.String |
id |
protected long |
timeout |
protected java.util.concurrent.TimeUnit |
unit |
Constructor and Description |
---|
Timeout() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
long |
getTimeout() |
java.util.concurrent.TimeUnit |
getUnit() |
void |
setId(java.lang.String value) |
void |
setTimeout(long value) |
void |
setUnit(java.util.concurrent.TimeUnit value) |
protected long timeout
protected java.util.concurrent.TimeUnit unit
protected java.lang.String id
public long getTimeout()
public void setTimeout(long value)
public java.util.concurrent.TimeUnit getUnit()
public void setUnit(java.util.concurrent.TimeUnit value)
public java.lang.String getId()
public void setId(java.lang.String value)