public class RetryPolicyType extends Object
Java class for RetryPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetryPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maxRetries" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxRetries |
| Constructor and Description |
|---|
RetryPolicyType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetries()
Gets the value of the maxRetries property.
|
boolean |
isSetMaxRetries() |
void |
setMaxRetries(int value)
Sets the value of the maxRetries property.
|
void |
unsetMaxRetries() |
protected Integer maxRetries
public int getMaxRetries()
Integerpublic void setMaxRetries(int value)
value - allowed object is
Integerpublic boolean isSetMaxRetries()
public void unsetMaxRetries()
Apache CXF