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" /> <attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" default="3000" /> <attribute name="algorithm" type="{http://www.w3.org/2001/XMLSchema}string" default="ExponentialBackoff" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
algorithm |
protected Long |
interval |
protected Integer |
maxRetries |
Constructor and Description |
---|
RetryPolicyType() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
long |
getInterval()
Gets the value of the interval property.
|
int |
getMaxRetries()
Gets the value of the maxRetries property.
|
boolean |
isSetAlgorithm() |
boolean |
isSetInterval() |
boolean |
isSetMaxRetries() |
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setInterval(Long value)
Sets the value of the interval property.
|
void |
setMaxRetries(int value)
Sets the value of the maxRetries property.
|
void |
unsetMaxRetries() |
protected Integer maxRetries
protected Long interval
protected String algorithm
public int getMaxRetries()
Integer
public void setMaxRetries(int value)
value
- allowed object is
Integer
public boolean isSetMaxRetries()
public void unsetMaxRetries()
public long getInterval()
String
public void setInterval(Long value)
value
- allowed object is
String
public boolean isSetInterval()
public String getAlgorithm()
String
public void setAlgorithm(String value)
value
- allowed object is
String
public boolean isSetAlgorithm()
Apache CXF