org.filteredpush.client.util
Class CheckForMessages

java.lang.Object
  extended by org.filteredpush.client.util.CheckForMessages

public class CheckForMessages
extends java.lang.Object

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

CheckForMessages

public CheckForMessages()
Method Detail

getTimestamp

public java.util.Date getTimestamp()

setTimestamp

public void setTimestamp(java.util.Date timestamp)

getTopic

public java.lang.String getTopic()
Gets the value of the topic property.

Returns:
possible object is String

setTopic

public void setTopic(java.lang.String value)
Sets the value of the topic property.

Parameters:
value - allowed object is String

getRequestor

public ClientIdentity getRequestor()
Gets the value of the requestor property.

Returns:
possible object is ClientIdentity

setRequestor

public void setRequestor(ClientIdentity value)
Sets the value of the requestor property.

Parameters:
value - allowed object is ClientIdentity