|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Class that contains the elements used to represent the contact transfer response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPContactTransfer and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTransferRsp.java,v 1.11 2002/03/13 21:49:42 tubadanm Exp $
EPPContactTransfer
,
epp_ContactTransferReq
, Serialized FormField Summary | |
epp_Response |
m_rsp
The common and generic response element. |
epp_ContactTrnData |
m_trn_data
The transfer data for the contact object in the registry. |
Constructor Summary | |
epp_ContactTransferRsp()
Empty constructor |
|
epp_ContactTransferRsp(epp_Response _m_rsp,
epp_ContactTrnData _m_trn_data)
The constructor with initializing variables. |
|
epp_ContactTransferRsp(epp_Response _m_rsp,
java.lang.String _m_id,
epp_TransferStatusType _m_transfer_status,
java.lang.String _m_request_client_id,
java.lang.String _m_request_date,
java.lang.String _m_action_client_id,
java.lang.String _m_action_date)
Deprecated. Please use epp_ContactTransferRsp(epp_Response, epp_ContactTrnData) instead |
Method Summary | |
java.lang.String |
getActionClientId()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getActionDate()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getId()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getRequestClientId()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getRequestDate()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getRoid()
Deprecated. |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
epp_TransferStatusType |
getTransferStatus()
Deprecated. Please use getTrnData() instead |
epp_ContactTrnData |
getTrnData()
Accessor method for the transfer data of the contact object in the registry |
void |
setActionClientId(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setActionDate(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setId(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setRequestClientId(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setRequestDate(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setRoid(java.lang.String value)
Deprecated. |
void |
setRsp(epp_Response value)
Accessor method for the common and generic response element. |
void |
setTransferStatus(epp_TransferStatusType value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData) instead |
void |
setTrnData(epp_ContactTrnData value)
Accessor method for the transfer data of the contact object in the registry |
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 epp_Response m_rsp
getRsp()
public epp_ContactTrnData m_trn_data
setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData)
,
getTrnData()
Constructor Detail |
public epp_ContactTransferRsp()
public epp_ContactTransferRsp(epp_Response _m_rsp, java.lang.String _m_id, epp_TransferStatusType _m_transfer_status, java.lang.String _m_request_client_id, java.lang.String _m_request_date, java.lang.String _m_action_client_id, java.lang.String _m_action_date)
_m_rsp
- The common and generic response element_m_id
- The identifier for the contact object in the registry_m_transfer_status
- The transfer status associated with the contact object_m_request_client_id
- The identifier of the client that requested the contact object transfer_m_request_date
- The date that the contact transfer was requested_m_action_client_id
- The identifier of the client that should act upon the contact transfer request_m_action_date
- The required or completed action date to the contact transfer requestpublic epp_ContactTransferRsp(epp_Response _m_rsp, epp_ContactTrnData _m_trn_data)
_m_rsp
- The common and generic response element_m_trn_data
- The transfer data for the contact object in the registryMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setTrnData(epp_ContactTrnData value)
value
- The contact's transfer datam_trn_data
public epp_ContactTrnData getTrnData()
m_trn_data
public void setRoid(java.lang.String value)
setId(String)
public java.lang.String getRoid()
getId()
public void setId(java.lang.String value)
value
- The contact idm_trn_data
public java.lang.String getId()
m_trn_data
public void setTransferStatus(epp_TransferStatusType value)
value
- The contact transfer statusm_trn_data
public epp_TransferStatusType getTransferStatus()
m_trn_data
public void setRequestClientId(java.lang.String value)
value
- The client that requested the contact object transferm_trn_data
public java.lang.String getRequestClientId()
m_trn_data
public void setRequestDate(java.lang.String value)
value
- The date that the contact transfer was requestedm_trn_data
public java.lang.String getRequestDate()
m_trn_data
public void setActionClientId(java.lang.String value)
value
- The identifier of the client that should act upon the contact transfer requestm_trn_data
public java.lang.String getActionClientId()
m_trn_data
public void setActionDate(java.lang.String value)
value
- The contact transfer action datem_trn_data
public java.lang.String getActionDate()
m_trn_data
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |