|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.core.EppServiceMenu
public class EppServiceMenu
This EppServiceMenu class implements EPP svcMenuType entity.
| Field Summary | |
|---|---|
protected java.util.Vector |
extURI
The svcExtension object URI list of the EPP Service Menu (EPP-1.0). |
protected java.util.Vector |
lang
The language list of the EPP Service Menu |
protected java.util.Vector |
objURI
The standard object URI list of the EPP Service Menu (EPP-1.0). |
protected java.util.Vector |
version
The version list of the EPP Service Menu |
| Constructor Summary | |
|---|---|
EppServiceMenu()
Creates an EppServiceMenu object |
|
| Method Summary | |
|---|---|
void |
addLanguage(java.lang.String language)
Adds a language to the list of languages supported by the EPP server |
void |
addService(java.lang.String service)
Adds an object URI to the list of all standard objects supported by the EPP server |
void |
addServiceExtension(java.lang.String uri)
Adds an extension object to the list of all extURI objects supported by the EPP server |
void |
addUnspec(java.lang.String name,
java.lang.String uri,
java.lang.String schema)
Adds an extension object to the list of all extURI objects supported by the EPP server |
void |
addVersion(java.lang.String version)
Adds a version number to the list of versions supported by the EPP server |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppServiceMenu object. |
java.util.Vector |
getLanguage()
Returns a Vector containing all languages supported
by the Epp server |
java.util.Vector |
getService()
Returns a Vector containing the URIs
for all standard objects supported by the EPP server |
java.util.Vector |
getServiceExtension()
Returns a Vector containing the URIs of
all extension objects supported by the EPP server |
java.util.Vector |
getUnspec()
Returns a Vector containing the URIs of
all extension objects supported by the EPP server - alias to getServiceExtention() |
java.util.Vector |
getVersion()
Returns a Vector containing all version numbers
supported by the EPP server |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppServiceMenu object into an XML element |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector version
protected java.util.Vector lang
protected java.util.Vector objURI
protected java.util.Vector extURI
| Constructor Detail |
|---|
public EppServiceMenu()
EppServiceMenu object
| Method Detail |
|---|
public java.util.Vector getVersion()
Vector containing all version numbers
supported by the EPP server
public void addVersion(java.lang.String version)
public java.util.Vector getLanguage()
Vector containing all languages supported
by the Epp server
public void addLanguage(java.lang.String language)
public java.util.Vector getService()
Vector containing the URIs
for all standard objects supported by the EPP server
public void addService(java.lang.String service)
public java.util.Vector getUnspec()
Vector containing the URIs of
all extension objects supported by the EPP server - alias to getServiceExtention()
public java.util.Vector getServiceExtension()
Vector containing the URIs of
all extension objects supported by the EPP server
public void addServiceExtension(java.lang.String uri)
public void addUnspec(java.lang.String name,
java.lang.String uri,
java.lang.String schema)
name - the name of the object (not used)uri - the uri of the objectschema - the XML schema defining the object (not used)
Note: This method is retained for backward compatiblity
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppServiceMenu object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppServiceMenu
object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppServiceMenu object.
The caller of this method must make sure that the root node is of
the EPP addrType.
root - root node for an EppServiceMenu object
in XML format
EppServiceMenu object, or null if the node
is invalidpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||