org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
Class DriftType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift.DriftType

public class DriftType
extends Object

Java class for DriftType complex type.

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

 <complexType name="DriftType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="diff-support" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean diffSupport
           
 
Constructor Summary
DriftType()
           
 
Method Summary
 boolean isDiffSupport()
          Gets the value of the diffSupport property.
 void setDiffSupport(boolean value)
          Sets the value of the diffSupport property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diffSupport

protected boolean diffSupport
Constructor Detail

DriftType

public DriftType()
Method Detail

isDiffSupport

public boolean isDiffSupport()
Gets the value of the diffSupport property.


setDiffSupport

public void setDiffSupport(boolean value)
Sets the value of the diffSupport property.



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