Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

oracle.ucs.messaging.ws.types
Class MessageQuery

java.lang.Object
  extended by oracle.ucs.messaging.ws.types.MessageQuery

public class MessageQuery
extends java.lang.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>
 


Constructor Summary
MessageQuery()
           
 
Method Summary
 javax.xml.datatype.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.
 javax.xml.datatype.XMLGregorianCalendar getToTime()
          Gets the value of the toTime property.
 void setFromTime(javax.xml.datatype.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(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the toTime property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageQuery

public MessageQuery()
Method Detail

getRecipient

public Address getRecipient()
Gets the value of the recipient property.

Returns:
possible object is Address

setRecipient

public void setRecipient(Address value)
Sets the value of the recipient property.

Parameters:
value - allowed object is Address

getSender

public Address getSender()
Gets the value of the sender property.

Returns:
possible object is Address

setSender

public void setSender(Address value)
Sets the value of the sender property.

Parameters:
value - allowed object is Address

getFromTime

public javax.xml.datatype.XMLGregorianCalendar getFromTime()
Gets the value of the fromTime property.

Returns:
possible object is XMLGregorianCalendar

setFromTime

public void setFromTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fromTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getToTime

public javax.xml.datatype.XMLGregorianCalendar getToTime()
Gets the value of the toTime property.

Returns:
possible object is XMLGregorianCalendar

setToTime

public void setToTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the toTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.