public class Bonding extends Object
Java class for Bonding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bonding">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}options" minOccurs="0"/>
<element ref="{}slaves" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Options |
options |
protected Slaves |
slaves |
| Constructor and Description |
|---|
Bonding() |
| Modifier and Type | Method and Description |
|---|---|
Options |
getOptions()
Gets the value of the options property.
|
Slaves |
getSlaves()
Gets the value of the slaves property.
|
boolean |
isSetOptions() |
boolean |
isSetSlaves() |
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setSlaves(Slaves value)
Sets the value of the slaves property.
|
public Options getOptions()
Optionspublic void setOptions(Options value)
value - allowed object is
Optionspublic boolean isSetOptions()
public Slaves getSlaves()
Slavespublic void setSlaves(Slaves value)
value - allowed object is
Slavespublic boolean isSetSlaves()
Copyright © 2012. All Rights Reserved.