org.openrtk.idl.epp0604.domain

Class epp_DomainTrnData

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object

public class epp_DomainTrnData
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/epp0604/domain/epp_DomainTrnData.java,v 1.1 2003/03/21 15:55:21 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:55:21 $
See Also:
epp_DomainInfoReq

Field Summary

String
m_action_client_id
The identifier of the client that should act upon the domain transfer request.
String
m_action_date
The required or completed action date to the domain transfer request.
String
m_expiration_date
The expiration date of the domain object.
String
m_name
The name of the domain object in the registry.
String
m_request_client_id
The identifier of the client that requested the domain object transfer.
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 String
m_type
Constant variable defined by IDLs.

Constructor Summary

epp_DomainTrnData()
Empty constructor
epp_DomainTrnData(String _m_name, epp_TransferStatusType _m_transfer_status, String _m_request_client_id, String _m_action_client_id, String _m_request_date, String _m_action_date, String _m_expiration_date)
The constructor with initializing variables.

Method Summary

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 domain transfer request
String
getActionDate()
Accessor method for the required or completed action date to the domain transfer request
String
getExpirationDate()
Accessor method for the expiration date of the domain object
String
getName()
Accessor method for the name of the domain object in the registry
String
getRequestClientId()
Accessor method for the identifier of the client that requested the domain object transfer
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
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 domain transfer request
void
setActionDate(String value)
Accessor method for the required or completed action date to the domain transfer request
void
setExpirationDate(String value)
Accessor method for the expiration date of the domain object
void
setName(String value)
Accessor method for the name of the domain object in the registry
void
setRequestClientId(String value)
Accessor method for the identifier of the client that requested the domain object transfer
void
setRequestDate(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
String
toString()
Converts this class into a string.

Field Details

m_action_client_id

public String m_action_client_id
The identifier of the client that should act upon the domain transfer request.

m_action_date

public String m_action_date
The required or completed action date to the domain transfer request.

m_expiration_date

public String m_expiration_date
The expiration date of the domain object.

m_name

public String m_name
The name of the domain object in the registry.

m_request_client_id

public String m_request_client_id
The identifier of the client that requested the domain object transfer.

m_request_date

public String m_request_date
The date that the domain transfer was requested.

m_transfer_status

public epp_TransferStatusType m_transfer_status
The transfer status associated with the domain 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.

Constructor Details

epp_DomainTrnData

public epp_DomainTrnData()
Empty constructor

epp_DomainTrnData

public epp_DomainTrnData(String _m_name,
                         epp_TransferStatusType _m_transfer_status,
                         String _m_request_client_id,
                         String _m_action_client_id,
                         String _m_request_date,
                         String _m_action_date,
                         String _m_expiration_date)
The constructor with initializing variables.
Parameters:
_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 object

Method Details

_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 domain transfer request
Returns:
The domain action client id

getActionDate

public String getActionDate()
Accessor method for the required or completed action date to the domain transfer request
Returns:
The action date to the domain transfer request

getExpirationDate

public String getExpirationDate()
Accessor method for the expiration date of the domain object
Returns:
The domain expiration date

getName

public String getName()
Accessor method for the name of the domain object in the registry
Returns:
The domain name

getRequestClientId

public String getRequestClientId()
Accessor method for the identifier of the client that requested the domain object transfer
Returns:
The domain request client id

getRequestDate

public String getRequestDate()
Accessor method for the date that the domain transfer was requested
Returns:
The domain transfer request date

getTransferStatus

public epp_TransferStatusType getTransferStatus()
Accessor method for the transfer status associated with the domain object
Returns:
The domain transfer status

getType

public String getType()
Access method for the m_type constant.
Specified by:
getType in interface epp_PollResDataOperations
See Also:
m_type

setActionClientId

public void setActionClientId(String value)
Accessor method for the identifier of the client that should act upon the domain transfer request
Parameters:
value - The domain action client id

setActionDate

public void setActionDate(String value)
Accessor method for the required or completed action date to the domain transfer request
Parameters:
value - The action date to the domain transfer request

setExpirationDate

public void setExpirationDate(String value)
Accessor method for the expiration date of the domain object
Parameters:
value - The domain expiration date

setName

public void setName(String value)
Accessor method for the name of the domain object in the registry
Parameters:
value - The domain name

setRequestClientId

public void setRequestClientId(String value)
Accessor method for the identifier of the client that requested the domain object transfer
Parameters:
value - The domain request client id

setRequestDate

public void setRequestDate(String value)
Accessor method for the date that the domain transfer was requested
Parameters:
value - The domain transfer request date

setTransferStatus

public void setTransferStatus(epp_TransferStatusType value)
Accessor method for the transfer status associated with the domain object
Parameters:
value - The domain transfer status

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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