EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.contact
Class epp_ContactTrnData

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.openrtk.idl.epp0503.contact.epp_ContactTrnData
All Implemented Interfaces:
epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class epp_ContactTrnData
extends org.omg.CORBA.portable.ObjectImpl
implements org.omg.CORBA.portable.IDLEntity, epp_PollResData

FIXME!

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/contact/epp_ContactTrnData.java,v 1.1 2003/03/21 16:18:28 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:28 $

See Also:
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

m_type

public static final java.lang.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.

See Also:
Constant Field Values

m_id

public java.lang.String m_id
The id of 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.epp0503.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_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_request_date

public java.lang.String m_request_date
The date that the contact transfer was requested.

See Also:
setRequestDate(String), getRequestDate()

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_ContactTrnData

public epp_ContactTrnData()
Empty constructor


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)
The constructor with initializing variables.

Parameters:
_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

getType

public java.lang.String getType()
Access method for the m_type constant.

Specified by:
getType in interface epp_PollResDataOperations
See Also:
m_type

setId

public void setId(java.lang.String value)
Accessor method for the id of 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 id of 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 identifier of the client that requested the contact object transfer

Parameters:
value - The contact request client id
See Also:
m_request_client_id

getRequestClientId

public java.lang.String getRequestClientId()
Accessor method for the identifier of the client that requested the contact object transfer

Returns:
The contact request client id
See Also:
m_request_client_id

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 contact action client id
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 contact action client id
See Also:
m_action_client_id

setRequestDate

public void setRequestDate(java.lang.String value)
Accessor method for the date that the contact transfer was requested

Parameters:
value - The contact transfer request date
See Also:
m_request_date

getRequestDate

public java.lang.String getRequestDate()
Accessor method for the date that the contact transfer was requested

Returns:
The contact transfer request date
See Also:
m_request_date

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 action date to the contact transfer request
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 action date to the contact transfer request
See Also:
m_action_date

_ids

public java.lang.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.

Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

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 org.omg.CORBA.portable.ObjectImpl
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS