public class MessageQuery extends Object
Java class for messageQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="messageQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="recipient" type="{http://xmlns.oracle.com/ucs/messaging/types}address" minOccurs="0"/>
<element name="sender" type="{http://xmlns.oracle.com/ucs/messaging/types}address" minOccurs="0"/>
<element name="fromTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="toTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
fromTime |
protected Address |
recipient |
protected Address |
sender |
protected XMLGregorianCalendar |
toTime |
| Constructor and Description |
|---|
MessageQuery() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFromTime()
Gets the value of the fromTime property.
|
Address |
getRecipient()
Gets the value of the recipient property.
|
Address |
getSender()
Gets the value of the sender property.
|
XMLGregorianCalendar |
getToTime()
Gets the value of the toTime property.
|
void |
setFromTime(XMLGregorianCalendar value)
Sets the value of the fromTime property.
|
void |
setRecipient(Address value)
Sets the value of the recipient property.
|
void |
setSender(Address value)
Sets the value of the sender property.
|
void |
setToTime(XMLGregorianCalendar value)
Sets the value of the toTime property.
|
protected Address recipient
protected Address sender
protected XMLGregorianCalendar fromTime
protected XMLGregorianCalendar toTime
public Address getRecipient()
Addresspublic void setRecipient(Address value)
value - allowed object is
Addresspublic Address getSender()
Addresspublic void setSender(Address value)
value - allowed object is
Addresspublic XMLGregorianCalendar getFromTime()
XMLGregorianCalendarpublic void setFromTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToTime()
XMLGregorianCalendarpublic void setToTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.