public class DriftFilterDescriptor extends Object
Java class for DriftFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DriftFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
pattern |
| Constructor and Description |
|---|
DriftFilterDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getPattern()
Gets the value of the pattern property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getPattern()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.