org.apache.cxf.ws.rm.manager
Class AcksPolicyType
java.lang.Object
org.apache.cxf.ws.rm.manager.AcksPolicyType
public class AcksPolicyType
- extends java.lang.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" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intraMessageThreshold
protected java.lang.Integer intraMessageThreshold
AcksPolicyType
public AcksPolicyType()
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()
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.