|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.mail.Tracker
public class Tracker
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>
| 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 |
|---|
protected Long id
protected Long refId
protected XMLGregorianCalendar created
protected XMLGregorianCalendar sent
protected String type
protected Integer retryCounter
| Constructor Detail |
|---|
public Tracker()
| Method Detail |
|---|
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public long getRefId()
Longpublic void setRefId(long value)
value - allowed object is
Longpublic boolean isSetRefId()
public void unsetRefId()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreated()
public XMLGregorianCalendar getSent()
XMLGregorianCalendarpublic void setSent(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetSent()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public int getRetryCounter()
Integerpublic void setRetryCounter(int value)
value - allowed object is
Integerpublic boolean isSetRetryCounter()
public void unsetRetryCounter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||