com.liberty.rtk.extension.epprtk

Class AeroDomain

Implemented Interfaces:
epp_Extension

public class AeroDomain
extends AeroBase

Constructor Summary

AeroDomain()

Method Summary

void
fromXML(String xml)
String
getEnsAuthID()
String
getEnsAuthKey()
EnsInfo
getEnsInfo()
void
setEnsAuthID(String ensAuthID)
void
setEnsAuthKey(String ensAuthKey)
void
setEnsInfo(EnsInfo ensInfo)
String
toXML()
Renders the AeroDomain extension "extension" for EPP RFC.
This qualifies the ensAuthID name of the domain(s) in domain:create request and domain:info response.

Methods inherited from class com.liberty.rtk.extension.epprtk.AeroBase

getCommand, getInnerXML, setAeroAttribute, setCommand

Constructor Details

AeroDomain

public AeroDomain()

Method Details

fromXML

public void fromXML(String xml)
            throws epp_XMLException

getEnsAuthID

public String getEnsAuthID()

getEnsAuthKey

public String getEnsAuthKey()

getEnsInfo

public EnsInfo getEnsInfo()

setEnsAuthID

public void setEnsAuthID(String ensAuthID)

setEnsAuthKey

public void setEnsAuthKey(String ensAuthKey)

setEnsInfo

public void setEnsInfo(EnsInfo ensInfo)

toXML

public String toXML()
            throws epp_XMLException
Renders the AeroDomain extension "extension" for EPP RFC.
This qualifies the ensAuthID name of the domain(s) in domain:create request and domain:info response. Implemented method from org.openrrc.rtk.epprtk.epp_Unspec interface.
See Also:
org.openrtk.idl.epprtk.epp_Extension

Copyright © 2001-2003 - Afilias Limited