au.edu.jcu.hpc.srb.mcatext.srbregister
Class ListRegisteredDomainsRequest
java.lang.Object
au.edu.jcu.hpc.srb.mcatext.srbregister.ListRegisteredDomainsRequest
public class ListRegisteredDomainsRequest
- extends java.lang.Object
Java class for listRegisteredDomainsRequest element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="listRegisteredDomainsRequest">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notify_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|
Field Summary |
protected java.lang.String |
notifyUrl
|
|
Method Summary |
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 |
notifyUrl
protected java.lang.String notifyUrl
ListRegisteredDomainsRequest
public ListRegisteredDomainsRequest()
getNotifyUrl
public java.lang.String getNotifyUrl()
- Gets the value of the notifyUrl property.
- Returns:
- possible object is
String
setNotifyUrl
public void setNotifyUrl(java.lang.String value)
- Sets the value of the notifyUrl property.
- Parameters:
value - allowed object is
String
Copyright © 2008. All Rights Reserved.