com.liberty.rtk.extension.epprtk

Class Rgp

Implemented Interfaces:
epp_Extension

public class Rgp
extends EPPXMLBase
implements epp_Extension

This class is used to exchange Rgp data.
See Also:
RgpSessionExample, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainUpdate

Constructor Summary

Rgp()
Default constructor
Rgp(String xml)
Constructor with Domain Rgp Unspec XML string to automatically parse.

Method Summary

void
fromXML(String xml)
Parses an XML String of rgp data from the extension section of a response from the Registry.
String
getCommand()
protected String
getInnerXML(String xml)
RgpReportData
getReportData()
String
getRestoreOp()
List
getRgpStatus()
void
setCommand(String command)
void
setRestoreOp(String value)
void
setRgpReportData(RgpReportData data)
void
setRgpStatus(List value)
void
setRgpStatus(String value)
String
toXML()
Converts the rgp data into XML to be put into the extension section of the request.

Constructor Details

Rgp

public Rgp()
Default constructor

Rgp

public Rgp(String xml)
            throws epp_XMLException
Constructor with Domain Rgp Unspec XML string to automatically parse.

Method Details

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.
Parameters:
See Also:
org.openrtk.idl.epprtk.epp_Action

getCommand

public String getCommand()

getInnerXML

protected String getInnerXML(String xml)

getReportData

public RgpReportData getReportData()

getRestoreOp

public String getRestoreOp()

getRgpStatus

public List getRgpStatus()

setCommand

public void setCommand(String command)

setRestoreOp

public void setRestoreOp(String value)

setRgpReportData

public void setRgpReportData(RgpReportData data)

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.
See Also:
org.openrtk.idl.epprtk.epp_Extension

Copyright © 2001-2003 - Afilias Limited