|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.client.util.AcceptMessage
public class AcceptMessage
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 |
|---|
public AcceptMessage()
| Method Detail |
|---|
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessageUUID()
Stringpublic void setMessageUUID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getContent()
Stringpublic void setContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScheme()
Stringpublic void setScheme(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOriginatorUUID()
Stringpublic void setOriginatorUUID(java.lang.String value)
value - allowed object is
Stringpublic ClientIdentity getOrigin()
ClientIdentitypublic void setOrigin(ClientIdentity value)
value - allowed object is
ClientIdentity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||