public interface DomainGroupsMBean
Modifier and Type | Method and Description |
---|---|
void |
addDomainGroup()
Add a new element named domainGroup
|
java.util.List<DomainGroupMBean> |
getDomainGroupMBean()
Return the list of the DomainGroup element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeDomainGroup(int index)
Remove an element named domainGroup by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addDomainGroup()
void removeDomainGroup(int index)
java.util.List<DomainGroupMBean> getDomainGroupMBean()