Package org.apache.cxf.ws.rm.manager
Class AcksPolicyType
- java.lang.Object
-
- 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}long" default="1000" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LongimmediaAcksTimeoutprotected IntegerintraMessageThreshold
-
Constructor Summary
Constructors Constructor Description AcksPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetImmediaAcksTimeout()Gets the value of the immediaAcksTimeout property.intgetIntraMessageThreshold()Gets the value of the intraMessageThreshold property.booleanisSetImmediaAcksTimeout()booleanisSetIntraMessageThreshold()voidsetImmediaAcksTimeout(long value)Sets the value of the immediaAcksTimeout property.voidsetIntraMessageThreshold(int value)Sets the value of the intraMessageThreshold property.voidunsetImmediaAcksTimeout()voidunsetIntraMessageThreshold()
-
-
-
Method Detail
-
setIntraMessageThreshold
public void setIntraMessageThreshold(int value)
Sets the value of the intraMessageThreshold property.
-
unsetIntraMessageThreshold
public void unsetIntraMessageThreshold()
-
isSetIntraMessageThreshold
public boolean isSetIntraMessageThreshold()
-
getIntraMessageThreshold
public int getIntraMessageThreshold()
Gets the value of the intraMessageThreshold property.
-
setImmediaAcksTimeout
public void setImmediaAcksTimeout(long value)
Sets the value of the immediaAcksTimeout property.
-
unsetImmediaAcksTimeout
public void unsetImmediaAcksTimeout()
-
isSetImmediaAcksTimeout
public boolean isSetImmediaAcksTimeout()
-
getImmediaAcksTimeout
public long getImmediaAcksTimeout()
Gets the value of the immediaAcksTimeout property.
-
-