public class MigrationOptions extends Object
Java class for MigrationOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="auto_converge" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compressed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MigrationOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoConverge()
Gets the value of the autoConverge property.
|
String |
getCompressed()
Gets the value of the compressed property.
|
boolean |
isSetAutoConverge() |
boolean |
isSetCompressed() |
void |
setAutoConverge(String value)
Sets the value of the autoConverge property.
|
void |
setCompressed(String value)
Sets the value of the compressed property.
|
public String getAutoConverge()
Stringpublic void setAutoConverge(String value)
value - allowed object is
Stringpublic boolean isSetAutoConverge()
public String getCompressed()
Stringpublic void setCompressed(String value)
value - allowed object is
Stringpublic boolean isSetCompressed()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0