public class MessageFilter extends Object
Java class for messageFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="messageFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="fieldName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fieldType" use="required" type="{http://xmlns.oracle.com/ucs/messaging/types}filterFieldType" />
<attribute name="action" use="required" type="{http://xmlns.oracle.com/ucs/messaging/types}filterActionType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FilterActionType |
action |
protected String |
fieldName |
protected FilterFieldType |
fieldType |
protected String |
pattern |
| Constructor and Description |
|---|
MessageFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterActionType |
getAction()
Gets the value of the action property.
|
String |
getFieldName()
Gets the value of the fieldName property.
|
FilterFieldType |
getFieldType()
Gets the value of the fieldType property.
|
String |
getPattern()
Gets the value of the pattern property.
|
void |
setAction(FilterActionType value)
Sets the value of the action property.
|
void |
setFieldName(String value)
Sets the value of the fieldName property.
|
void |
setFieldType(FilterFieldType value)
Sets the value of the fieldType property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected String pattern
protected String fieldName
protected FilterFieldType fieldType
protected FilterActionType action
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic FilterFieldType getFieldType()
FilterFieldTypepublic void setFieldType(FilterFieldType value)
value - allowed object is
FilterFieldTypepublic FilterActionType getAction()
FilterActionTypepublic void setAction(FilterActionType value)
value - allowed object is
FilterActionTypeCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.