public interface DomainGroupMBean
Modifier and Type | Method and Description |
---|---|
void |
addDomain()
Add a new element named domain
|
java.util.List<DomainMBean> |
getDomainMBean()
Return the list of the Domain element
|
java.lang.String |
getGroupName()
Gets the value of the groupName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeDomain(int index)
Remove an element named domain by the index
|
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getGroupName()
void setGroupName(java.lang.String value)
void addDomain()
void removeDomain(int index)
java.util.List<DomainMBean> getDomainMBean()