| 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.openrtk.idl.epp0705.contact.epp_ContactTrnData
FIXME!
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/contact/epp_ContactTrnData.java,v 1.1 2003/03/20 22:42:27 tubadanm Exp $
epp_ContactInfoReq, 
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 id of 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_TransferStatusType | 
m_transfer_status
The transfer status associated with the contact object.  | 
static java.lang.String | 
m_type
Constant variable defined by IDLs.  | 
| Constructor Summary | |
epp_ContactTrnData()
Empty constructor  | 
|
epp_ContactTrnData(java.lang.String _m_id,
                   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)
The constructor with initializing variables.  | 
|
| Method Summary | |
 java.lang.String[] | 
_ids()
Method required by ObjectImpl and the CORBA Object interface.  | 
 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 id of the contact object in the registry  | 
 java.lang.String | 
getRequestClientId()
Accessor method for the identifier of the client that requested the contact object transfer  | 
 java.lang.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  | 
 java.lang.String | 
getType()
Access method for the m_type constant.  | 
 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 id of the contact object in the registry  | 
 void | 
setRequestClientId(java.lang.String value)
Accessor method for the identifier of 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 | 
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 org.omg.CORBA.portable.ObjectImpl | 
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode | 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.omg.CORBA.Object | 
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override | 
| Field Detail | 
public static final java.lang.String m_type
public java.lang.String m_id
setId(String), 
getId()public epp_TransferStatusType m_transfer_status
setTransferStatus(org.openrtk.idl.epp0705.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()| Constructor Detail | 
public epp_ContactTrnData()
public epp_ContactTrnData(java.lang.String _m_id,
                          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)
_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| Method Detail | 
public java.lang.String getType()
getType in interface epp_PollResDataOperationsm_typepublic void setId(java.lang.String value)
value - The contact idm_idpublic java.lang.String getId()
m_idpublic void setTransferStatus(epp_TransferStatusType value)
value - The contact transfer statusm_transfer_statuspublic epp_TransferStatusType getTransferStatus()
m_transfer_statuspublic void setRequestClientId(java.lang.String value)
value - The contact request client idm_request_client_idpublic java.lang.String getRequestClientId()
m_request_client_idpublic void setActionClientId(java.lang.String value)
value - The contact action client idm_action_client_idpublic java.lang.String getActionClientId()
m_action_client_idpublic void setRequestDate(java.lang.String value)
value - The contact transfer request datem_request_datepublic java.lang.String getRequestDate()
m_request_datepublic void setActionDate(java.lang.String value)
value - The action date to the contact transfer requestm_action_datepublic java.lang.String getActionDate()
m_action_datepublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic java.lang.String toString()
toString in class org.omg.CORBA.portable.ObjectImpl
  | 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||