|
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.domain.epp_DomainTrnData
FIXME!
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTrnData.java,v 1.2 2002/03/11 22:44:46 tubadanm Exp $
epp_DomainInfoReq
, Serialized FormField Summary | |
java.lang.String |
m_action_client_id
The identifier of the client that should act upon the domain transfer request. |
java.lang.String |
m_action_date
The required or completed action date to the domain transfer request. |
java.lang.String |
m_expiration_date
The expiration date of the domain object. |
java.lang.String |
m_name
The name of the domain object in the registry. |
java.lang.String |
m_request_client_id
The identifier of the client that requested the domain object transfer. |
java.lang.String |
m_request_date
The date that the domain transfer was requested. |
epp_TransferStatusType |
m_transfer_status
The transfer status associated with the domain object. |
static java.lang.String |
m_type
Constant variable defined by IDLs. |
Constructor Summary | |
epp_DomainTrnData()
Empty constructor |
|
epp_DomainTrnData(java.lang.String _m_name,
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,
java.lang.String _m_expiration_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 domain transfer request |
java.lang.String |
getActionDate()
Accessor method for the required or completed action date to the domain transfer request |
java.lang.String |
getExpirationDate()
Accessor method for the expiration date of the domain object |
java.lang.String |
getName()
Accessor method for the name of the domain object in the registry |
java.lang.String |
getRequestClientId()
Accessor method for the identifier of the client that requested the domain object transfer |
java.lang.String |
getRequestDate()
Accessor method for the date that the domain transfer was requested |
epp_TransferStatusType |
getTransferStatus()
Accessor method for the transfer status associated with the domain 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 domain transfer request |
void |
setActionDate(java.lang.String value)
Accessor method for the required or completed action date to the domain transfer request |
void |
setExpirationDate(java.lang.String value)
Accessor method for the expiration date of the domain object |
void |
setName(java.lang.String value)
Accessor method for the name of the domain object in the registry |
void |
setRequestClientId(java.lang.String value)
Accessor method for the identifier of the client that requested the domain object transfer |
void |
setRequestDate(java.lang.String value)
Accessor method for the date that the domain transfer was requested |
void |
setTransferStatus(epp_TransferStatusType value)
Accessor method for the transfer status associated with the domain 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_name
setName(String)
,
getName()
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()
public java.lang.String m_expiration_date
setExpirationDate(String)
,
getExpirationDate()
Constructor Detail |
public epp_DomainTrnData()
public epp_DomainTrnData(java.lang.String _m_name, 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, java.lang.String _m_expiration_date)
_m_name
- The name of the domain object in the registry_m_transfer_status
- The transfer status associated with the domain object_m_request_client_id
- The identifier of the client that requested the domain object transfer_m_action_client_id
- The identifier of the client that should act upon the domain transfer request_m_request_date
- The date that the domain transfer was requested_m_action_date
- The required or completed action date to the domain transfer request_m_expiration_date
- The expiration date of the domain objectMethod Detail |
public java.lang.String getType()
getType
in interface epp_PollResDataOperations
m_type
public void setName(java.lang.String value)
value
- The domain namem_name
public java.lang.String getName()
m_name
public void setTransferStatus(epp_TransferStatusType value)
value
- The domain transfer statusm_transfer_status
public epp_TransferStatusType getTransferStatus()
m_transfer_status
public void setRequestClientId(java.lang.String value)
value
- The domain request client idm_request_client_id
public java.lang.String getRequestClientId()
m_request_client_id
public void setActionClientId(java.lang.String value)
value
- The domain action client idm_action_client_id
public java.lang.String getActionClientId()
m_action_client_id
public void setRequestDate(java.lang.String value)
value
- The domain 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 domain transfer requestm_action_date
public java.lang.String getActionDate()
m_action_date
public void setExpirationDate(java.lang.String value)
value
- The domain expiration datem_expiration_date
public java.lang.String getExpirationDate()
m_expiration_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 |