|
||||||||||
| 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.RegisterDomainsRequest
public class RegisterDomainsRequest
Java class for registerDomainsRequest element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="registerDomainsRequest">
<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"/>
<element name="drop_existing_domains" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
domains
|
protected boolean |
dropExistingDomains
|
protected java.lang.String |
notifyUrl
|
| Constructor Summary | |
|---|---|
RegisterDomainsRequest()
|
|
| 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. |
boolean |
isDropExistingDomains()
Gets the value of the dropExistingDomains property. |
void |
setDropExistingDomains(boolean value)
Sets the value of the dropExistingDomains 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
protected boolean dropExistingDomains
| Constructor Detail |
|---|
public RegisterDomainsRequest()
| 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
public boolean isDropExistingDomains()
public void setDropExistingDomains(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||