|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.portable.ObjectImpl | +--org.openrtk.idl.epp.contact.epp_ContactTrnData
FIXME!
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactTrnData.java,v 1.2 2002/03/11 22:44:45 tubadanm Exp $
epp_ContactInfoReq
, Serialized FormField 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.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()
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 requestMethod Detail |
public java.lang.String getType()
getType
in interface epp_PollResDataOperations
m_type
public void setId(java.lang.String value)
value
- The contact idm_id
public java.lang.String getId()
m_id
public void setTransferStatus(epp_TransferStatusType value)
value
- The contact transfer statusm_transfer_status
public epp_TransferStatusType getTransferStatus()
m_transfer_status
public void setRequestClientId(java.lang.String value)
value
- The contact request client idm_request_client_id
public java.lang.String getRequestClientId()
m_request_client_id
public void setActionClientId(java.lang.String value)
value
- The contact action client idm_action_client_id
public java.lang.String getActionClientId()
m_action_client_id
public void setRequestDate(java.lang.String value)
value
- The contact 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 contact transfer requestm_action_date
public java.lang.String getActionDate()
m_action_date
public java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl
public java.lang.String toString()
toString
in class org.omg.CORBA.portable.ObjectImpl
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |