|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.srbregister.DeregisterDomainsRequest
public class DeregisterDomainsRequest
Java class for deregisterDomainsRequest element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="deregisterDomainsRequest">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notify_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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
|
protected java.lang.String |
notifyUrl
|
| Constructor Summary | |
|---|---|
DeregisterDomainsRequest()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDomains()
Gets the value of the domains property. |
java.lang.String |
getNotifyUrl()
Gets the value of the notifyUrl property. |
void |
setNotifyUrl(java.lang.String value)
Sets the value of the notifyUrl 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 notifyUrl
protected java.util.List<java.lang.String> domains
| Constructor Detail |
|---|
public DeregisterDomainsRequest()
| Method Detail |
|---|
public java.lang.String getNotifyUrl()
Stringpublic void setNotifyUrl(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getDomains()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||