public class RegisterMessageFilter 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="filter" type="{http://xmlns.oracle.com/ucs/messaging/types}messageFilter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageFilter |
filter |
| Constructor and Description |
|---|
RegisterMessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
MessageFilter |
getFilter()
Gets the value of the filter property.
|
void |
setFilter(MessageFilter value)
Sets the value of the filter property.
|
protected MessageFilter filter
public MessageFilter getFilter()
MessageFilterpublic void setFilter(MessageFilter value)
value - allowed object is
MessageFilterCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.