org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
Class DriftType
java.lang.Object
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>
|
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 |
diffSupport
protected boolean diffSupport
DriftType
public DriftType()
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.