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>
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()
Options
public void setOptions(Options value)
value
- allowed object is
Options
public boolean isSetOptions()
public Slaves getSlaves()
Slaves
public void setSlaves(Slaves value)
value
- allowed object is
Slaves
public boolean isSetSlaves()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0