public class ExpirationType extends MiniExpirationType
Java class for ExpirationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpirationType">
<simpleContent>
<extension base="<http://www.w3.org/2011/03/ws-evt>MiniExpirationType">
<attribute name="BestEffort" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bestEffort |
value| Constructor and Description |
|---|
ExpirationType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isBestEffort()
Gets the value of the bestEffort property.
|
void |
setBestEffort(Boolean value)
Sets the value of the bestEffort property.
|
getOtherAttributes, getValue, setValueprotected Boolean bestEffort
Apache CXF