public class GetMessageIDs extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="query" type="{http://xmlns.oracle.com/ucs/messaging/types}messageQuery"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageQuery |
query |
| Constructor and Description |
|---|
GetMessageIDs() |
| Modifier and Type | Method and Description |
|---|---|
MessageQuery |
getQuery()
Gets the value of the query property.
|
void |
setQuery(MessageQuery value)
Sets the value of the query property.
|
protected MessageQuery query
public MessageQuery getQuery()
MessageQuerypublic void setQuery(MessageQuery value)
value - allowed object is
MessageQueryCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.