com.liberty.rtk.extension.epprtk
Class Ipr
EPPXMLBase
com.liberty.rtk.extension.epprtk.Ipr
- epp_Extension
public class Ipr
extends EPPXMLBase
implements epp_Extension
This class is used to exchange Asia Ipr data.
IprData
, IprSessionExample
, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainCreate
, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainInfo
, com.tucows.oxrs.epprtk.rtk.xml.EPPDomainUpdate
Ipr() - Default constructor
|
Ipr(String xml) - Constructor with Domain Ipr Unspec XML string to automatically parse.
|
Ipr
public Ipr()
Default constructor
Ipr
public Ipr(String xml)
throws epp_XMLException
Constructor with Domain Ipr Unspec XML string to automatically parse.
xml
- The EPP Domain Info response XML String
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.
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.
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.
org.openrtk.idl.epprtk.epp_Extension
Copyright © 2001-2003 - Afilias Limited