com.liberty.rtk.extension.epprtk

Class Ipr

Implemented Interfaces:
epp_Extension

public class Ipr
extends EPPXMLBase
implements epp_Extension

This class is used to exchange Asia Ipr data.
See Also:
IprData, IprSessionExample, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainCreate, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainInfo, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainUpdate

Constructor Summary

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

Method Summary

void
fromXML(String xml)
Parses an XML String of ipr data from the extension section of a response from the Registry.
String
getCommand()
protected String
getInnerXML(String xml)
IprData
getIprData()
Accessor method for the ipr app_date data member.
String
getTld()
void
setCommand(String command)
void
setIprData(IprData data)
void
setTld(String tld)
String
toXML()
Converts the ipr data into XML to be put into the extension section of the request.

Constructor Details

Ipr

public Ipr()
Default constructor

Ipr

public Ipr(String xml)
            throws epp_XMLException
Constructor with Domain Ipr Unspec XML string to automatically parse.
Parameters:
xml - The EPP Domain Info response XML String

Method Details

fromXML

public void fromXML(String xml)
            throws epp_XMLException
Parses an XML String of ipr 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)

getIprData

public IprData getIprData()
Accessor method for the ipr app_date data member.
Parameters:

getTld

public String getTld()

setCommand

public void setCommand(String command)

setIprData

public void setIprData(IprData data)

setTld

public void setTld(String tld)

toXML

public String toXML()
            throws epp_XMLException
Converts the ipr 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