EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.openrtk.idl.epp0705.contact.epp_ContactTransferRsp
public class epp_ContactTransferRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
EPPContactTransfer
, epp_ContactTransferReq
Field Summary | |
epp_Response |
|
epp_ContactTrnData |
|
Constructor Summary | |
| |
| |
|
Method Summary | |
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
epp_Response |
|
epp_TransferStatusType |
|
epp_ContactTrnData |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public epp_ContactTrnData m_trn_data
The transfer data for the contact object in the registry.
- See Also:
setTrnData(epp_ContactTrnData)
,getTrnData()
public epp_ContactTransferRsp()
Empty constructor
public epp_ContactTransferRsp(epp_Response _m_rsp, String _m_id, epp_TransferStatusType _m_transfer_status, String _m_request_client_id, String _m_request_date, String _m_action_client_id, String _m_action_date)
Deprecated. Please use epp_ContactTransferRsp(epp_Response, epp_ContactTrnData) instead
The constructor with initializing variables.
- Parameters:
_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 request
public epp_ContactTransferRsp(epp_Response _m_rsp, epp_ContactTrnData _m_trn_data)
The constructor with initializing variables.
- Parameters:
_m_rsp
- The common and generic response element_m_trn_data
- The transfer data for the contact object in the registry
public String getActionClientId()
Deprecated. Please use getTrnData() instead
Accessor method for the identifier of the client that should act upon the contact transfer request
- Returns:
- The identifier of the client that should act upon the contact transfer request
- See Also:
m_trn_data
public String getActionDate()
Deprecated. Please use getTrnData() instead
Accessor method for the required or completed action date to the contact transfer request
- Returns:
- The contact transfer action date
- See Also:
m_trn_data
public String getId()
Deprecated. Please use getTrnData() instead
Accessor method for the identifier for the contact object in the registry
- Returns:
- The contact id
- See Also:
m_trn_data
public String getRequestClientId()
Deprecated. Please use getTrnData() instead
Accessor method for the client that requested the contact object transfer
- Returns:
- The client that requested the contact object transfer
- See Also:
m_trn_data
public String getRequestDate()
Deprecated. Please use getTrnData() instead
Accessor method for the date that the contact transfer was requested
- Returns:
- The date that the contact transfer was requested
- See Also:
m_trn_data
public epp_Response getRsp()
Accessor method for the common and generic response element.
- Returns:
- The value for the response element
- See Also:
m_rsp
public epp_TransferStatusType getTransferStatus()
Deprecated. Please use getTrnData() instead
Accessor method for the transfer status associated with the contact object
- Returns:
- The contact transfer status
- See Also:
m_trn_data
public epp_ContactTrnData getTrnData()
Accessor method for the transfer data of the contact object in the registry
- Returns:
- The contact's transfer data
- See Also:
m_trn_data
public void setActionClientId(String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the identifier of the client that should act upon the contact transfer request
- Parameters:
value
- The identifier of the client that should act upon the contact transfer request
- See Also:
m_trn_data
public void setActionDate(String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the required or completed action date to the contact transfer request
- Parameters:
value
- The contact transfer action date
- See Also:
m_trn_data
public void setId(String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the identifier for the contact object in the registry
- Parameters:
value
- The contact id
- See Also:
m_trn_data
public void setRequestClientId(String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the client that requested the contact object transfer
- Parameters:
value
- The client that requested the contact object transfer
- See Also:
m_trn_data
public void setRequestDate(String value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the date that the contact transfer was requested
- Parameters:
value
- The date that the contact transfer was requested
- See Also:
m_trn_data
public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
- Parameters:
value
- The new value for the response element
- See Also:
m_rsp
public void setTransferStatus(epp_TransferStatusType value)
Deprecated. Please use setTrnData(org.openrtk.idl.epp0705.contact.epp_ContactTrnData) instead
Accessor method for the transfer status associated with the contact object
- Parameters:
value
- The contact transfer status
- See Also:
m_trn_data
public void setTrnData(epp_ContactTrnData value)
Accessor method for the transfer data of the contact object in the registry
- Parameters:
value
- The contact's transfer data
- See Also:
m_trn_data
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance