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

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

public class DriftDescriptor
extends Object

Java class for RhqDrift complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RhqDrift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="basedir">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="value-context">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <enumeration value="pluginConfiguration"/>
                         <enumeration value="resourceConfiguration"/>
                         <enumeration value="measurementTrait"/>
                         <enumeration value="fileSystem"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="value-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="includes" type="{urn:xmlns:rhq-drift}Includes" minOccurs="0"/>
         <element name="excludes" type="{urn:xmlns:rhq-drift}Excludes" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DriftDescriptor.Basedir
          The root directory from which snapshots will be generated during drift monitoring.
 
Field Summary
protected  DriftDescriptor.Basedir basedir
           
protected  ExcludesDescriptor excludes
           
protected  IncludesDescriptor includes
           
protected  Long interval
           
protected  String name
           
 
Constructor Summary
DriftDescriptor()
           
 
Method Summary
 DriftDescriptor.Basedir getBasedir()
          Gets the value of the basedir property.
 ExcludesDescriptor getExcludes()
          Gets the value of the excludes property.
 IncludesDescriptor getIncludes()
          Gets the value of the includes property.
 Long getInterval()
          Gets the value of the interval property.
 String getName()
          Gets the value of the name property.
 void setBasedir(DriftDescriptor.Basedir value)
          Sets the value of the basedir property.
 void setExcludes(ExcludesDescriptor value)
          Sets the value of the excludes property.
 void setIncludes(IncludesDescriptor value)
          Sets the value of the includes property.
 void setInterval(Long value)
          Sets the value of the interval property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basedir

protected DriftDescriptor.Basedir basedir

interval

protected Long interval

includes

protected IncludesDescriptor includes

excludes

protected ExcludesDescriptor excludes

name

protected String name
Constructor Detail

DriftDescriptor

public DriftDescriptor()
Method Detail

getBasedir

public DriftDescriptor.Basedir getBasedir()
Gets the value of the basedir property.

Returns:
possible object is DriftDescriptor.Basedir

setBasedir

public void setBasedir(DriftDescriptor.Basedir value)
Sets the value of the basedir property.

Parameters:
value - allowed object is DriftDescriptor.Basedir

getInterval

public Long getInterval()
Gets the value of the interval property.

Returns:
possible object is Long

setInterval

public void setInterval(Long value)
Sets the value of the interval property.

Parameters:
value - allowed object is Long

getIncludes

public IncludesDescriptor getIncludes()
Gets the value of the includes property.

Returns:
possible object is IncludesDescriptor

setIncludes

public void setIncludes(IncludesDescriptor value)
Sets the value of the includes property.

Parameters:
value - allowed object is IncludesDescriptor

getExcludes

public ExcludesDescriptor getExcludes()
Gets the value of the excludes property.

Returns:
possible object is ExcludesDescriptor

setExcludes

public void setExcludes(ExcludesDescriptor value)
Sets the value of the excludes property.

Parameters:
value - allowed object is ExcludesDescriptor

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


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