org.rhq.core.clientapi.descriptor.drift
Class DriftFilterDescriptor

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.drift.DriftFilterDescriptor

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>
 


Field Summary
protected  String path
           
protected  String pattern
           
 
Constructor Summary
DriftFilterDescriptor()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

pattern

protected String pattern
Constructor Detail

DriftFilterDescriptor

public DriftFilterDescriptor()
Method Detail

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getPattern

public String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.