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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
diffSupport |
| Constructor and Description |
|---|
DriftType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDiffSupport()
Gets the value of the diffSupport property.
|
void |
setDiffSupport(boolean value)
Sets the value of the diffSupport property.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.