|
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_PollContactTransfer
Class that contains detailed information of the poll response data.
This data object tells client that the contact object is going through the transfer process. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollContactTransfer.java,v 1.5 2001/12/04 22:32:50 lyin Exp $
epp_PollResDataUnion
, Serialized FormField Summary | |
epp_AuthInfo |
m_auth_info
The authorization information associated with the contact object. |
java.lang.String |
m_contact_id
The identifier of the contact object requested for transfer. |
Constructor Summary | |
epp_PollContactTransfer()
Empty constructor |
|
epp_PollContactTransfer(java.lang.String _m_contact_id,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables. |
Method Summary | |
epp_AuthInfo |
getAuthInfo()
Accessor method for the authorization information associated with the contact object |
java.lang.String |
getContactId()
Accessor method for the identifier of the contact object |
void |
setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the contact object |
void |
setContactId(java.lang.String value)
Accessor method for the identifier of the contact 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_contact_id
setContactId(String)
,
getContactId()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public epp_PollContactTransfer()
public epp_PollContactTransfer(java.lang.String _m_contact_id, epp_AuthInfo _m_auth_info)
_m_contact_id
- The identifier of the contact object requested for transfer_m_auth_info
- The authorization information associated with the contact objectMethod Detail |
public void setContactId(java.lang.String value)
value
- The contact identifierm_contact_id
public java.lang.String getContactId()
m_contact_id
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 |