au.edu.jcu.hpc.srb.mcatext.srbregister
Class ListRegisteredDomainsResponse
java.lang.Object
au.edu.jcu.hpc.srb.mcatext.srbregister.ListRegisteredDomainsResponse
public class ListRegisteredDomainsResponse
- extends java.lang.Object
Java class for listRegisteredDomainsResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="listRegisteredDomainsResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domains" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|
Field Summary |
protected java.util.List<java.lang.String> |
domains
|
|
Method Summary |
java.util.List<java.lang.String> |
getDomains()
Gets the value of the domains property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domains
protected java.util.List<java.lang.String> domains
ListRegisteredDomainsResponse
public ListRegisteredDomainsResponse()
getDomains
public java.util.List<java.lang.String> getDomains()
- Gets the value of the domains property.
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 domains property.
For example, to add a new item, do as follows:
getDomains().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2008. All Rights Reserved.