|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.events.DomainList
public class DomainList
Java class for domainList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="domainList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="groups" type="{http://srb.hpc.jcu.edu.au/srbSync/}groupList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
domain
|
protected java.util.List<GroupList> |
groups
|
| Constructor Summary | |
|---|---|
DomainList()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDomain()
Gets the value of the domain property. |
java.util.List<GroupList> |
getGroups()
Gets the value of the groups property. |
void |
setDomain(java.lang.String value)
Sets the value of the domain property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String domain
protected java.util.List<GroupList> groups
| Constructor Detail |
|---|
public DomainList()
| Method Detail |
|---|
public java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<GroupList> getGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
GroupList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||