Apache CXF API

org.apache.cxf.ws.rm.manager
Class RetryPolicyType

java.lang.Object
  extended by org.apache.cxf.ws.rm.manager.RetryPolicyType

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>
 


Field Summary
protected  Integer maxRetries
           
 
Constructor Summary
RetryPolicyType()
           
 
Method Summary
 int getMaxRetries()
          Gets the value of the maxRetries property.
 boolean isSetMaxRetries()
           
 void setMaxRetries(int value)
          Sets the value of the maxRetries property.
 void unsetMaxRetries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxRetries

protected Integer maxRetries
Constructor Detail

RetryPolicyType

public RetryPolicyType()
Method Detail

getMaxRetries

public int getMaxRetries()
Gets the value of the maxRetries property.

Returns:
possible object is Integer

setMaxRetries

public void setMaxRetries(int value)
Sets the value of the maxRetries property.

Parameters:
value - allowed object is Integer

isSetMaxRetries

public boolean isSetMaxRetries()

unsetMaxRetries

public void unsetMaxRetries()

Apache CXF API

Apache CXF