com.liberty.rtk.extension.epprtk

Class AsiaCEDContact

Implemented Interfaces:
epp_Extension

public class AsiaCEDContact
extends EPPXMLBase
implements epp_Extension

Constructor Summary

AsiaCEDContact()
Default constructor
AsiaCEDContact(String xml)
Constructor with Asia CED Contact Unspec XML string to automatically parse.

Method Summary

void
fromXML(String xml)
Parses an XML String of contactCED data from the extension section of a response from the Registry.
AsiaCEDContactData
getAsiaCEDContactData()
Accessor method for the AsiaCEDContact data member.
String
getCommand()
protected String
getInnerXML(String xml)
void
setAsiaCEDContactData(AsiaCEDContactData data)
void
setCommand(String command)
String
toXML()
Converts the AsiaCEDContact data into XML to be put into the extension section of the request.

Constructor Details

AsiaCEDContact

public AsiaCEDContact()
Default constructor

AsiaCEDContact

public AsiaCEDContact(String xml)
            throws epp_XMLException
Constructor with Asia CED Contact Unspec XML string to automatically parse.
Parameters:
xml - The EPP Contact Info response XML String

Method Details

fromXML

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

getAsiaCEDContactData

public AsiaCEDContactData getAsiaCEDContactData()
Accessor method for the AsiaCEDContact data member.
Parameters:

getCommand

public String getCommand()

getInnerXML

protected String getInnerXML(String xml)

setAsiaCEDContactData

public void setAsiaCEDContactData(AsiaCEDContactData data)

setCommand

public void setCommand(String command)

toXML

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