Apache CXF API

org.apache.cxf.ws.rm.manager
Class AcksPolicyType

java.lang.Object
  extended by org.apache.cxf.ws.rm.manager.AcksPolicyType

public class AcksPolicyType
extends Object

Java class for AcksPolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AcksPolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="intraMessageThreshold" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
       <attribute name="ImmediaAcksTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" default="1000" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger immediaAcksTimeout
           
protected  Integer intraMessageThreshold
           
 
Constructor Summary
AcksPolicyType()
           
 
Method Summary
 BigInteger getImmediaAcksTimeout()
          Gets the value of the immediaAcksTimeout property.
 int getIntraMessageThreshold()
          Gets the value of the intraMessageThreshold property.
 boolean isSetImmediaAcksTimeout()
           
 boolean isSetIntraMessageThreshold()
           
 void setImmediaAcksTimeout(BigInteger value)
          Sets the value of the immediaAcksTimeout property.
 void setIntraMessageThreshold(int value)
          Sets the value of the intraMessageThreshold property.
 void unsetIntraMessageThreshold()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intraMessageThreshold

protected Integer intraMessageThreshold

immediaAcksTimeout

protected BigInteger immediaAcksTimeout
Constructor Detail

AcksPolicyType

public AcksPolicyType()
Method Detail

getIntraMessageThreshold

public int getIntraMessageThreshold()
Gets the value of the intraMessageThreshold property.

Returns:
possible object is Integer

setIntraMessageThreshold

public void setIntraMessageThreshold(int value)
Sets the value of the intraMessageThreshold property.

Parameters:
value - allowed object is Integer

isSetIntraMessageThreshold

public boolean isSetIntraMessageThreshold()

unsetIntraMessageThreshold

public void unsetIntraMessageThreshold()

getImmediaAcksTimeout

public BigInteger getImmediaAcksTimeout()
Gets the value of the immediaAcksTimeout property.

Returns:
possible object is BigInteger

setImmediaAcksTimeout

public void setImmediaAcksTimeout(BigInteger value)
Sets the value of the immediaAcksTimeout property.

Parameters:
value - allowed object is BigInteger

isSetImmediaAcksTimeout

public boolean isSetImmediaAcksTimeout()

Apache CXF API

Apache CXF