|
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.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.7 2001/12/04 22:31:06 lyin Exp $
EPPDomainTransfer
,
epp_DomainTransferReq
, Serialized FormField Summary | |
java.lang.String |
m_action_client_id
The identifier of the client that should act upon the domain transfer request. |
java.lang.String |
m_action_date
The required or completed action date to the domain transfer request. |
java.lang.String |
m_expiration_date
The expiration date of the domain object. |
java.lang.String |
m_name
The name of the domain object in the registry. |
java.lang.String |
m_request_client_id
The identifier of the client that requested the domain object transfer. |
java.lang.String |
m_request_date
The date that the domain transfer was requested. |
epp_Response |
m_rsp
The common and generic response element. |
epp_TransferStatusType |
m_transfer_status
The transfer status associated with the domain object. |
Constructor Summary | |
epp_DomainTransferRsp()
Empty constructor |
|
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)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getActionClientId()
Accessor method for the identifier of the client that should act upon the domain transfer request |
java.lang.String |
getActionDate()
Accessor method for the required or completed action date to the domain transfer request |
java.lang.String |
getExpirationDate()
Accessor method for the expiration date of the domain object |
java.lang.String |
getName()
Accessor method for the name of the domain object in the registry |
java.lang.String |
getRequestClientId()
Accessor method for the identifier of the client that requested the domain object transfer |
java.lang.String |
getRequestDate()
Accessor method for the date that the domain transfer was requested |
epp_Response |
getRsp()
Accessor method for the common and generic response element. |
epp_TransferStatusType |
getTransferStatus()
Accessor method for the transfer status associated with the domain object |
void |
setActionClientId(java.lang.String value)
Accessor method for the identifier of the client that should act upon the domain transfer request |
void |
setActionDate(java.lang.String value)
Accessor method for the required or completed action date to the domain transfer request |
void |
setExpirationDate(java.lang.String value)
Accessor method for the expiration date of the domain object |
void |
setName(java.lang.String value)
Accessor method for the name of the domain object in the registry |
void |
setRequestClientId(java.lang.String value)
Accessor method for the identifier of the client that requested the domain object transfer |
void |
setRequestDate(java.lang.String value)
Accessor method for the date that the domain transfer was requested |
void |
setRsp(epp_Response value)
Accessor method for the common and generic response element. |
void |
setTransferStatus(epp_TransferStatusType value)
Accessor method for the transfer status associated with 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 epp_Response m_rsp
getRsp()
public java.lang.String m_name
setName(String)
,
getName()
public epp_TransferStatusType m_transfer_status
setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType)
,
getTransferStatus()
public java.lang.String m_request_client_id
setRequestClientId(String)
,
getRequestClientId()
public java.lang.String m_action_client_id
setActionClientId(String)
,
getActionClientId()
public java.lang.String m_request_date
setRequestDate(String)
,
getRequestDate()
public java.lang.String m_action_date
setActionDate(String)
,
getActionDate()
public java.lang.String m_expiration_date
setExpirationDate(String)
,
getExpirationDate()
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 objectMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setName(java.lang.String value)
value
- The domain namem_name
public java.lang.String getName()
m_name
public void setTransferStatus(epp_TransferStatusType value)
value
- The domain transfer statusm_transfer_status
public epp_TransferStatusType getTransferStatus()
m_transfer_status
public void setRequestClientId(java.lang.String value)
value
- The domain request client idm_request_client_id
public java.lang.String getRequestClientId()
m_request_client_id
public void setActionClientId(java.lang.String value)
value
- The domain action client idm_action_client_id
public java.lang.String getActionClientId()
m_action_client_id
public void setRequestDate(java.lang.String value)
value
- The domain transfer request datem_request_date
public java.lang.String getRequestDate()
m_request_date
public void setActionDate(java.lang.String value)
value
- The action date to the domain transfer requestm_action_date
public java.lang.String getActionDate()
m_action_date
public void setExpirationDate(java.lang.String value)
value
- The domain expiration datem_expiration_date
public java.lang.String getExpirationDate()
m_expiration_date
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 |