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 Long
immediaAcksTimeout
protected Integer
intraMessageThreshold
-
Constructor Summary
Constructors Constructor Description AcksPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getImmediaAcksTimeout()
Gets the value of the immediaAcksTimeout property.int
getIntraMessageThreshold()
Gets the value of the intraMessageThreshold property.boolean
isSetImmediaAcksTimeout()
boolean
isSetIntraMessageThreshold()
void
setImmediaAcksTimeout(long value)
Sets the value of the immediaAcksTimeout property.void
setIntraMessageThreshold(int value)
Sets the value of the intraMessageThreshold property.void
unsetImmediaAcksTimeout()
void
unsetIntraMessageThreshold()
-
-
-
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.
-
-