org.filteredpush.client.util
Class AcceptMessage

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

public class AcceptMessage
extends java.lang.Object

Java class for acceptMessage complex type.

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

 <complexType name="acceptMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="messageUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scheme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="originatorUUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="origin" type="{http://triage.fp2.mcz.harvard.edu/}clientIdentity" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AcceptMessage()
           
 
Method Summary
 java.lang.String getContent()
          Gets the value of the content property.
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Gets the value of the date property.
 java.lang.String getMessageUUID()
          Gets the value of the messageUUID property.
 ClientIdentity getOrigin()
          Gets the value of the origin property.
 java.lang.String getOriginatorUUID()
          Gets the value of the originatorUUID property.
 java.lang.String getScheme()
          Gets the value of the scheme property.
 java.lang.String getType()
          Gets the value of the type property.
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the date property.
 void setMessageUUID(java.lang.String value)
          Sets the value of the messageUUID property.
 void setOrigin(ClientIdentity value)
          Sets the value of the origin property.
 void setOriginatorUUID(java.lang.String value)
          Sets the value of the originatorUUID property.
 void setScheme(java.lang.String value)
          Sets the value of the scheme property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptMessage

public AcceptMessage()
Method Detail

getType

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

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getMessageUUID

public java.lang.String getMessageUUID()
Gets the value of the messageUUID property.

Returns:
possible object is String

setMessageUUID

public void setMessageUUID(java.lang.String value)
Sets the value of the messageUUID property.

Parameters:
value - allowed object is String

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getScheme

public java.lang.String getScheme()
Gets the value of the scheme property.

Returns:
possible object is String

setScheme

public void setScheme(java.lang.String value)
Sets the value of the scheme property.

Parameters:
value - allowed object is String

getOriginatorUUID

public java.lang.String getOriginatorUUID()
Gets the value of the originatorUUID property.

Returns:
possible object is String

setOriginatorUUID

public void setOriginatorUUID(java.lang.String value)
Sets the value of the originatorUUID property.

Parameters:
value - allowed object is String

getOrigin

public ClientIdentity getOrigin()
Gets the value of the origin property.

Returns:
possible object is ClientIdentity

setOrigin

public void setOrigin(ClientIdentity value)
Sets the value of the origin property.

Parameters:
value - allowed object is ClientIdentity