public interface StatefulTimeoutType
The following features are supported:
EjbJar31Package.getStatefulTimeoutType()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdIntegerType |
getTimeout()
Returns the value of the 'Timeout' containment reference.
|
TimeUnitTypeType |
getUnit()
Returns the value of the 'Unit' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setTimeout(XsdIntegerType value)
Sets the value of the '
Timeout' containment reference. |
void |
setUnit(TimeUnitTypeType value)
Sets the value of the '
Unit' containment reference. |
XsdIntegerType getTimeout()
If the meaning of the 'Timeout' containment reference isn't clear, there really should be more of a description here...
setTimeout(XsdIntegerType),
EjbJar31Package.getStatefulTimeoutType_Timeout()void setTimeout(XsdIntegerType value)
Timeout' containment reference.
value - the new value of the 'Timeout' containment reference.getTimeout()TimeUnitTypeType getUnit()
If the meaning of the 'Unit' containment reference isn't clear, there really should be more of a description here...
setUnit(TimeUnitTypeType),
EjbJar31Package.getStatefulTimeoutType_Unit()void setUnit(TimeUnitTypeType value)
Unit' containment reference.
value - the new value of the 'Unit' containment reference.getUnit()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getStatefulTimeoutType_Id()