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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
immediaAcksTimeout |
protected Integer |
intraMessageThreshold |
| Constructor and Description |
|---|
AcksPolicyType() |
| Modifier and Type | Method and 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() |
protected Integer intraMessageThreshold
protected Long immediaAcksTimeout
public int getIntraMessageThreshold()
Integerpublic void setIntraMessageThreshold(int value)
value - allowed object is
Integerpublic boolean isSetIntraMessageThreshold()
public void unsetIntraMessageThreshold()
public long getImmediaAcksTimeout()
Longpublic void setImmediaAcksTimeout(long value)
value - allowed object is
Longpublic boolean isSetImmediaAcksTimeout()
public void unsetImmediaAcksTimeout()
Apache CXF