|
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.domain.epp_DomainTransferRsp
Class that contains the elements used to represent the domain transfer response from the EPP server.
Note usually instantiated by the RTK user, but rather by EPPDomainTransfer and retrieved using that class' getResponseData() method. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransferRsp.java,v 1.10 2002/03/13 21:49:42 tubadanm Exp $
EPPDomainTransfer
,
epp_DomainTransferReq
, Serialized FormField Summary | |
epp_Response |
m_rsp
The common and generic response element. |
epp_DomainTrnData |
m_trn_data
The transfer data of the domain in the registry. |
Constructor Summary | |
epp_DomainTransferRsp()
Empty constructor |
|
epp_DomainTransferRsp(epp_Response _m_rsp,
epp_DomainTrnData _m_trn_data)
The constructor with initializing variables. |
|
epp_DomainTransferRsp(epp_Response _m_rsp,
java.lang.String _m_name,
epp_TransferStatusType _m_transfer_status,
java.lang.String _m_request_client_id,
java.lang.String _m_action_client_id,
java.lang.String _m_request_date,
java.lang.String _m_action_date,
java.lang.String _m_expiration_date)
Deprecated. Please use epp_DomainTransferRsp(epp_Response, epp_DomainTrnData) instead |
Method Summary | |
java.lang.String |
getActionClientId()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getActionDate()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getExpirationDate()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getName()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getRequestClientId()
Deprecated. Please use getTrnData() instead |
java.lang.String |
getRequestDate()
Deprecated. Please use getTrnData() instead |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
epp_TransferStatusType |
getTransferStatus()
Deprecated. Please use getTrnData() instead |
epp_DomainTrnData |
getTrnData()
Accessor method for the transfer data of the domain object in the registry |
void |
setActionClientId(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
void |
setActionDate(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
void |
setExpirationDate(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
void |
setName(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
void |
setRequestClientId(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
void |
setRequestDate(java.lang.String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead |
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.domain.epp_DomainTrnData) instead |
void |
setTrnData(epp_DomainTrnData value)
Accessor method for the transfer data of the domain 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_DomainTrnData m_trn_data
setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData)
,
getTrnData()
Constructor Detail |
public epp_DomainTransferRsp()
public epp_DomainTransferRsp(epp_Response _m_rsp, java.lang.String _m_name, epp_TransferStatusType _m_transfer_status, java.lang.String _m_request_client_id, java.lang.String _m_action_client_id, java.lang.String _m_request_date, java.lang.String _m_action_date, java.lang.String _m_expiration_date)
_m_rsp
- The common and generic response element_m_name
- The name of the domain object in the registry_m_transfer_status
- The transfer status associated with the domain object_m_request_client_id
- The identifier of the client that requested the domain object transfer_m_action_client_id
- The identifier of the client that should act upon the domain transfer request_m_request_date
- The date that the domain transfer was requested_m_action_date
- The required or completed action date to the domain transfer request_m_expiration_date
- The expiration date of the domain objectpublic epp_DomainTransferRsp(epp_Response _m_rsp, epp_DomainTrnData _m_trn_data)
_m_rsp
- The common and generic response element_m_trn_data
- The transfer data for the domain 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_DomainTrnData value)
value
- The domain's transfer datam_trn_data
public epp_DomainTrnData getTrnData()
m_trn_data
public void setName(java.lang.String value)
value
- The domain namem_trn_data
public java.lang.String getName()
m_trn_data
public void setTransferStatus(epp_TransferStatusType value)
value
- The domain transfer statusm_trn_data
public epp_TransferStatusType getTransferStatus()
m_trn_data
public void setRequestClientId(java.lang.String value)
value
- The domain request client idm_trn_data
public java.lang.String getRequestClientId()
m_trn_data
public void setActionClientId(java.lang.String value)
value
- The domain action client idm_trn_data
public java.lang.String getActionClientId()
m_trn_data
public void setRequestDate(java.lang.String value)
value
- The domain transfer request datem_trn_data
public java.lang.String getRequestDate()
m_trn_data
public void setActionDate(java.lang.String value)
value
- The action date to the domain transfer requestm_trn_data
public java.lang.String getActionDate()
m_trn_data
public void setExpirationDate(java.lang.String value)
value
- The domain expiration datem_trn_data
public java.lang.String getExpirationDate()
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 |