com.liberty.rtk.extension.epprtk
Class Rgp
EPPXMLBase
com.liberty.rtk.extension.epprtk.Rgp
- epp_Extension
public class Rgp
extends EPPXMLBase
implements epp_Extension
This class is used to exchange Rgp data.
Rgp() - Default constructor
|
Rgp(String xml) - Constructor with Domain Rgp Unspec XML string to automatically parse.
|
Rgp
public Rgp()
Default constructor
Rgp
public Rgp(String xml)
throws epp_XMLException
Constructor with Domain Rgp Unspec XML string to automatically parse.
fromXML
public void fromXML(String xml)
throws epp_XMLException
Parses an XML String of rgp data from the extension section of
a response from the Registry.
Implemented method from org.openrtk.idl.epprtk.epp_Unspec interface.
org.openrtk.idl.epprtk.epp_Action
getCommand
public String getCommand()
getInnerXML
protected String getInnerXML(String xml)
getRestoreOp
public String getRestoreOp()
getRgpStatus
public List getRgpStatus()
setCommand
public void setCommand(String command)
setRestoreOp
public void setRestoreOp(String value)
setRgpStatus
public void setRgpStatus(List value)
setRgpStatus
public void setRgpStatus(String value)
toXML
public String toXML()
throws epp_XMLException
Converts the rgp data into XML to be put into the extension
section of the request.
Implemented method from org.openrtk.idl.epprtk.epp_Unspec interface.
org.openrtk.idl.epprtk.epp_Extension
Copyright © 2001-2003 - Afilias Limited