org.ow2.petals.component.framework.jbidescriptor.generated
Class Retrypolicy

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.Retrypolicy

public class Retrypolicy
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attempts" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="delay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int attempts
           
protected  java.lang.Long delay
           
 
Constructor Summary
Retrypolicy()
           
 
Method Summary
 int getAttempts()
          Gets the value of the attempts property.
 java.lang.Long getDelay()
          Gets the value of the delay property.
 void setAttempts(int value)
          Sets the value of the attempts property.
 void setDelay(java.lang.Long value)
          Sets the value of the delay property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attempts

protected int attempts

delay

protected java.lang.Long delay
Constructor Detail

Retrypolicy

public Retrypolicy()
Method Detail

getAttempts

public int getAttempts()
Gets the value of the attempts property.


setAttempts

public void setAttempts(int value)
Sets the value of the attempts property.


getDelay

public java.lang.Long getDelay()
Gets the value of the delay property.

Returns:
possible object is Long

setDelay

public void setDelay(java.lang.Long value)
Sets the value of the delay property.

Parameters:
value - allowed object is Long


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.