|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.client.util.CheckForMessages
public class CheckForMessages
Java class for checkForMessages complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkForMessages">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="topic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requestor" type="{http://triage.fp2.mcz.harvard.edu/}clientIdentity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CheckForMessages()
|
|
| Method Summary | |
|---|---|
ClientIdentity |
getRequestor()
Gets the value of the requestor property. |
java.util.Date |
getTimestamp()
|
java.lang.String |
getTopic()
Gets the value of the topic property. |
void |
setRequestor(ClientIdentity value)
Sets the value of the requestor property. |
void |
setTimestamp(java.util.Date timestamp)
|
void |
setTopic(java.lang.String value)
Sets the value of the topic property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckForMessages()
| Method Detail |
|---|
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
public java.lang.String getTopic()
Stringpublic void setTopic(java.lang.String value)
value - allowed object is
Stringpublic ClientIdentity getRequestor()
ClientIdentitypublic void setRequestor(ClientIdentity value)
value - allowed object is
ClientIdentity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||