Apache CXF API

org.apache.cxf.ws.eventing
Class ExpirationType

java.lang.Object
  extended by org.apache.cxf.ws.eventing.MiniExpirationType
      extended by org.apache.cxf.ws.eventing.ExpirationType

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>
 


Field Summary
protected  Boolean bestEffort
           
 
Fields inherited from class org.apache.cxf.ws.eventing.MiniExpirationType
value
 
Constructor Summary
ExpirationType()
           
 
Method Summary
 Boolean isBestEffort()
          Gets the value of the bestEffort property.
 void setBestEffort(Boolean value)
          Sets the value of the bestEffort property.
 
Methods inherited from class org.apache.cxf.ws.eventing.MiniExpirationType
getOtherAttributes, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bestEffort

protected Boolean bestEffort
Constructor Detail

ExpirationType

public ExpirationType()
Method Detail

isBestEffort

public Boolean isBestEffort()
Gets the value of the bestEffort property.

Returns:
possible object is Boolean

setBestEffort

public void setBestEffort(Boolean value)
Sets the value of the bestEffort property.

Parameters:
value - allowed object is Boolean

Apache CXF API

Apache CXF