net.sf.ahtutils.xml.mail
Class Tracker

java.lang.Object
  extended by net.sf.ahtutils.xml.mail.Tracker
All Implemented Interfaces:
Serializable

public class Tracker
extends Object
implements Serializable

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">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="refId" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="sent" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="retryCounter" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  XMLGregorianCalendar created
           
protected  Long id
           
protected  Long refId
           
protected  Integer retryCounter
           
protected  XMLGregorianCalendar sent
           
protected  String type
           
 
Constructor Summary
Tracker()
           
 
Method Summary
 XMLGregorianCalendar getCreated()
          Gets the value of the created property.
 long getId()
          Gets the value of the id property.
 long getRefId()
          Gets the value of the refId property.
 int getRetryCounter()
          Gets the value of the retryCounter property.
 XMLGregorianCalendar getSent()
          Gets the value of the sent property.
 String getType()
          Gets the value of the type property.
 boolean isSetCreated()
           
 boolean isSetId()
           
 boolean isSetRefId()
           
 boolean isSetRetryCounter()
           
 boolean isSetSent()
           
 boolean isSetType()
           
 void setCreated(XMLGregorianCalendar value)
          Sets the value of the created property.
 void setId(long value)
          Sets the value of the id property.
 void setRefId(long value)
          Sets the value of the refId property.
 void setRetryCounter(int value)
          Sets the value of the retryCounter property.
 void setSent(XMLGregorianCalendar value)
          Sets the value of the sent property.
 void setType(String value)
          Sets the value of the type property.
 void unsetId()
           
 void unsetRefId()
           
 void unsetRetryCounter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

refId

protected Long refId

created

protected XMLGregorianCalendar created

sent

protected XMLGregorianCalendar sent

type

protected String type

retryCounter

protected Integer retryCounter
Constructor Detail

Tracker

public Tracker()
Method Detail

getId

public long getId()
Gets the value of the id property.

Returns:
possible object is Long

setId

public void setId(long value)
Sets the value of the id property.

Parameters:
value - allowed object is Long

isSetId

public boolean isSetId()

unsetId

public void unsetId()

getRefId

public long getRefId()
Gets the value of the refId property.

Returns:
possible object is Long

setRefId

public void setRefId(long value)
Sets the value of the refId property.

Parameters:
value - allowed object is Long

isSetRefId

public boolean isSetRefId()

unsetRefId

public void unsetRefId()

getCreated

public XMLGregorianCalendar getCreated()
Gets the value of the created property.

Returns:
possible object is XMLGregorianCalendar

setCreated

public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetCreated

public boolean isSetCreated()

getSent

public XMLGregorianCalendar getSent()
Gets the value of the sent property.

Returns:
possible object is XMLGregorianCalendar

setSent

public void setSent(XMLGregorianCalendar value)
Sets the value of the sent property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetSent

public boolean isSetSent()

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()

getRetryCounter

public int getRetryCounter()
Gets the value of the retryCounter property.

Returns:
possible object is Integer

setRetryCounter

public void setRetryCounter(int value)
Sets the value of the retryCounter property.

Parameters:
value - allowed object is Integer

isSetRetryCounter

public boolean isSetRetryCounter()

unsetRetryCounter

public void unsetRetryCounter()


Copyright © 2011. All Rights Reserved.