public class MacPool extends BaseResource
Java class for MacPool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MacPool"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="allow_duplicates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="default_pool" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}ranges" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
MacPool() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowDuplicates()
Gets the value of the allowDuplicates property.
|
Boolean |
getDefaultPool()
Gets the value of the defaultPool property.
|
Ranges |
getRanges()
Gets the value of the ranges property.
|
boolean |
isSetAllowDuplicates() |
boolean |
isSetDefaultPool() |
boolean |
isSetRanges() |
void |
setAllowDuplicates(Boolean value)
Sets the value of the allowDuplicates property.
|
void |
setDefaultPool(Boolean value)
Sets the value of the defaultPool property.
|
void |
setRanges(Ranges value)
Sets the value of the ranges property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Boolean getAllowDuplicates()
Boolean
public void setAllowDuplicates(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAllowDuplicates()
public Boolean getDefaultPool()
Boolean
public void setDefaultPool(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDefaultPool()
public Ranges getRanges()
Ranges
public void setRanges(Ranges value)
value
- allowed object is
Ranges
public boolean isSetRanges()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0