org.openrtk.idl.epprtk.contact
Class epp_ContactTrnData
org.omg.CORBA.portable.ObjectImpl
org.openrtk.idl.epprtk.contact.epp_ContactTrnData
- org.omg.CORBA.portable.IDLEntity, epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class epp_ContactTrnData
extends org.omg.CORBA.portable.ObjectImpl
FIXME!
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/contact/epp_ContactTrnData.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
String | m_action_client_id - The identifier of the client that should act upon the contact transfer request.
|
String | m_action_date - The required or completed action date to the contact transfer request.
|
String | m_id - The id of the contact object in the registry.
|
String | m_request_client_id - The identifier of the client that requested the contact object transfer.
|
String | m_request_date - The date that the contact transfer was requested.
|
epp_TransferStatusType | m_transfer_status - The transfer status associated with the contact object.
|
static String | m_type - Constant variable defined by IDLs.
|
String[] | _ids() - Method required by ObjectImpl and the CORBA Object interface.
|
String | getActionClientId() - Accessor method for the identifier of the client that should act upon the contact transfer request
|
String | getActionDate() - Accessor method for the required or completed action date to the contact transfer request
|
String | getId() - Accessor method for the id of the contact object in the registry
|
String | getRequestClientId() - Accessor method for the identifier of the client that requested the contact object transfer
|
String | getRequestDate() - Accessor method for the date that the contact transfer was requested
|
epp_TransferStatusType | getTransferStatus() - Accessor method for the transfer status associated with the contact object
|
String | getType() - Access method for the m_type constant.
|
void | setActionClientId(String value) - Accessor method for the identifier of the client that should act upon the contact transfer request
|
void | setActionDate(String value) - Accessor method for the required or completed action date to the contact transfer request
|
void | setId(String value) - Accessor method for the id of the contact object in the registry
|
void | setRequestClientId(String value) - Accessor method for the identifier of the client that requested the contact object transfer
|
void | setRequestDate(String value) - Accessor method for the date that the contact transfer was requested
|
void | setTransferStatus(epp_TransferStatusType value) - Accessor method for the transfer status associated with the contact object
|
String | toString() - Converts this class into a string.
|
m_action_client_id
public String m_action_client_id
The identifier of the client that should act upon the contact transfer request.
m_action_date
public String m_action_date
The required or completed action date to the contact transfer request.
m_id
public String m_id
The id of the contact object in the registry.
m_request_client_id
public String m_request_client_id
The identifier of the client that requested the contact object transfer.
m_request_date
public String m_request_date
The date that the contact transfer was requested.
m_transfer_status
public epp_TransferStatusType m_transfer_status
The transfer status associated with the contact object.
m_type
public static final String m_type
Constant variable defined by IDLs.
Used when this classes is used to hold the poll response
data pertaining to contact transfer notifications. The value
of this constant links this class to a set of poll response
data.
epp_ContactTrnData
public epp_ContactTrnData()
Empty constructor
epp_ContactTrnData
public epp_ContactTrnData(String _m_id,
epp_TransferStatusType _m_transfer_status,
String _m_request_client_id,
String _m_action_client_id,
String _m_request_date,
String _m_action_date)
The constructor with initializing variables.
_m_id
- The id of 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_action_client_id
- The identifier of the client that should act upon the contact transfer request_m_request_date
- The date that the contact transfer was requested_m_action_date
- The required or completed action date to the contact transfer request
_ids
public String[] _ids()
Method required by ObjectImpl and the CORBA Object interface.
Always returns null. It's only here to satisfy the CORBA requirements
of the IDL usage.
getActionClientId
public String getActionClientId()
Accessor method for the identifier of the client that should act upon the contact transfer request
- The contact action client id
getActionDate
public String getActionDate()
Accessor method for the required or completed action date to the contact transfer request
- The action date to the contact transfer request
getId
public String getId()
Accessor method for the id of the contact object in the registry
getRequestClientId
public String getRequestClientId()
Accessor method for the identifier of the client that requested the contact object transfer
- The contact request client id
getRequestDate
public String getRequestDate()
Accessor method for the date that the contact transfer was requested
- The contact transfer request date
getTransferStatus
public epp_TransferStatusType getTransferStatus()
Accessor method for the transfer status associated with the contact object
- The contact transfer status
setActionClientId
public void setActionClientId(String value)
Accessor method for the identifier of the client that should act upon the contact transfer request
value
- The contact action client id
setActionDate
public void setActionDate(String value)
Accessor method for the required or completed action date to the contact transfer request
value
- The action date to the contact transfer request
setId
public void setId(String value)
Accessor method for the id of the contact object in the registry
setRequestClientId
public void setRequestClientId(String value)
Accessor method for the identifier of the client that requested the contact object transfer
value
- The contact request client id
setRequestDate
public void setRequestDate(String value)
Accessor method for the date that the contact transfer was requested
value
- The contact transfer request date
setTransferStatus
public void setTransferStatus(epp_TransferStatusType value)
Accessor method for the transfer status associated with the contact object
value
- The contact transfer status
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS