EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp.contact
Class epp_ContactTransferRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp.contact.epp_ContactTransferRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_ContactTransferRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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.9 2001/12/04 22:31:46 lyin Exp $
$Revision: 1.9 $
$Date: 2001/12/04 22:31:46 $

See Also:
EPPContactTransfer, epp_ContactTransferReq, Serialized Form

Field Summary
 java.lang.String m_action_client_id
          The identifier of the client that should act upon the contact transfer request.
 java.lang.String m_action_date
          The required or completed action date to the contact transfer request.
 java.lang.String m_id
          The identifier for the contact object in the registry.
 java.lang.String m_request_client_id
          The identifier of the client that requested the contact object transfer.
 java.lang.String m_request_date
          The date that the contact transfer was requested.
 epp_Response m_rsp
          The common and generic response element.
 epp_TransferStatusType m_transfer_status
          The transfer status associated with the contact object.
 
Constructor Summary
epp_ContactTransferRsp()
          Empty constructor
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)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getActionClientId()
          Accessor method for the identifier of the client that should act upon the contact transfer request
 java.lang.String getActionDate()
          Accessor method for the required or completed action date to the contact transfer request
 java.lang.String getId()
          Accessor method for the identifier for the contact object in the registry
 java.lang.String getRequestClientId()
          Accessor method for the client that requested the contact object transfer
 java.lang.String getRequestDate()
          Accessor method for the date that the contact transfer was requested
 java.lang.String getRoid()
          Deprecated.  
 epp_Response getRsp()
          Accessor method for the common and generic response element.
 epp_TransferStatusType getTransferStatus()
          Accessor method for the transfer status associated with the contact object
 void setActionClientId(java.lang.String value)
          Accessor method for the identifier of the client that should act upon the contact transfer request
 void setActionDate(java.lang.String value)
          Accessor method for the required or completed action date to the contact transfer request
 void setId(java.lang.String value)
          Accessor method for the identifier for the contact object in the registry
 void setRequestClientId(java.lang.String value)
          Accessor method for the client that requested the contact object transfer
 void setRequestDate(java.lang.String value)
          Accessor method for the date that the contact transfer was requested
 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)
          Accessor method for the transfer status associated with 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

m_rsp

public epp_Response m_rsp
The common and generic response element.
See Also:
getRsp()

m_id

public java.lang.String m_id
The identifier for the contact object in the registry.
See Also:
setId(String), getId()

m_transfer_status

public epp_TransferStatusType m_transfer_status
The transfer status associated with the contact object.
See Also:
setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType), getTransferStatus()

m_request_client_id

public java.lang.String m_request_client_id
The identifier of the client that requested the contact object transfer.
See Also:
setRequestClientId(String), getRequestClientId()

m_request_date

public java.lang.String m_request_date
The date that the contact transfer was requested.
See Also:
setRequestDate(String), getRequestDate()

m_action_client_id

public java.lang.String m_action_client_id
The identifier of the client that should act upon the contact transfer request.
See Also:
setActionClientId(String), getActionClientId()

m_action_date

public java.lang.String m_action_date
The required or completed action date to the contact transfer request.
See Also:
setActionDate(String), getActionDate()
Constructor Detail

epp_ContactTransferRsp

public epp_ContactTransferRsp()
Empty constructor

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)
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
Method Detail

setRsp

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

getRsp

public epp_Response getRsp()
Accessor method for the common and generic response element.
Returns:
The value for the response element
See Also:
m_rsp

setRoid

public void setRoid(java.lang.String value)
Deprecated.  

See Also:
setId(String)

getRoid

public java.lang.String getRoid()
Deprecated.  

See Also:
getId()

setId

public void setId(java.lang.String value)
Accessor method for the identifier for the contact object in the registry
Parameters:
value - The contact id
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier for the contact object in the registry
Returns:
The contact id
See Also:
m_id

setTransferStatus

public void setTransferStatus(epp_TransferStatusType value)
Accessor method for the transfer status associated with the contact object
Parameters:
value - The contact transfer status
See Also:
m_transfer_status

getTransferStatus

public epp_TransferStatusType getTransferStatus()
Accessor method for the transfer status associated with the contact object
Returns:
The contact transfer status
See Also:
m_transfer_status

setRequestClientId

public void setRequestClientId(java.lang.String value)
Accessor method for the client that requested the contact object transfer
Parameters:
value - The client that requested the contact object transfer
See Also:
m_request_client_id

getRequestClientId

public java.lang.String getRequestClientId()
Accessor method for the client that requested the contact object transfer
Returns:
The client that requested the contact object transfer
See Also:
m_request_client_id

setRequestDate

public void setRequestDate(java.lang.String value)
Accessor method for the date that the contact transfer was requested
Parameters:
value - The date that the contact transfer was requested
See Also:
m_request_date

getRequestDate

public java.lang.String getRequestDate()
Accessor method for the date that the contact transfer was requested
Returns:
The date that the contact transfer was requested
See Also:
m_request_date

setActionClientId

public void setActionClientId(java.lang.String value)
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_action_client_id

getActionClientId

public java.lang.String getActionClientId()
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_action_client_id

setActionDate

public void setActionDate(java.lang.String value)
Accessor method for the required or completed action date to the contact transfer request
Parameters:
value - The contact transfer action date
See Also:
m_action_date

getActionDate

public java.lang.String getActionDate()
Accessor method for the required or completed action date to the contact transfer request
Returns:
The contact transfer action date
See Also:
m_action_date

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.