|
EPP RTK for Java v 0.4.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_PollDomainTransfer
Class that contains detailed information of the poll response data.
This data object tells client that the domain object is going through the transfer process. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollDomainTransfer.java,v 1.6 2001/12/04 22:32:50 lyin Exp $
epp_PollResDataUnion
, Serialized FormField Summary | |
epp_AuthInfo |
m_auth_info
The authorization information associated with the domain object. |
java.lang.String |
m_domain_name
The name of the domain object requested for transfer. |
Constructor Summary | |
epp_PollDomainTransfer()
Empty constructor |
|
epp_PollDomainTransfer(java.lang.String _m_domain_name,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables. |
Method Summary | |
epp_AuthInfo |
getAuthInfo()
Accessor method for the authorization information associated with the domain object |
java.lang.String |
getDomainName()
Accessor method for the name of the domain object |
void |
setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the domain object |
void |
setDomainName(java.lang.String value)
Accessor method for the name of the domain object |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String m_domain_name
setDomainName(String)
,
getDomainName()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public epp_PollDomainTransfer()
public epp_PollDomainTransfer(java.lang.String _m_domain_name, epp_AuthInfo _m_auth_info)
_m_domain_name
- The name of the domain object requested for transfer_m_auth_info
- The authorization information associated with the domain objectMethod Detail |
public void setDomainName(java.lang.String value)
value
- The domain namem_domain_name
public java.lang.String getDomainName()
m_domain_name
public void setAuthInfo(epp_AuthInfo value)
value
- The authorization informationm_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.4.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |