Package org.apache.cxf.ws.rm.manager
Class AcksPolicyType
java.lang.Object
org.apache.cxf.ws.rm.manager.AcksPolicyType
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the immediaAcksTimeout property.intGets the value of the intraMessageThreshold property.booleanbooleanvoidsetImmediaAcksTimeout(long value) Sets the value of the immediaAcksTimeout property.voidsetIntraMessageThreshold(int value) Sets the value of the intraMessageThreshold property.voidvoid
-
Field Details
-
intraMessageThreshold
-
immediaAcksTimeout
-
-
Constructor Details
-
AcksPolicyType
public AcksPolicyType()
-
-
Method Details
-
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.
-