EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Class epp_PollContactTransfer

java.lang.Object
  |
  +--org.openrtk.idl.epp.epp_PollContactTransfer
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_PollContactTransfer
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains detailed information of the poll response data.

This data object tells client that the contact object is going through the transfer process.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollContactTransfer.java,v 1.5 2001/12/04 22:32:50 lyin Exp $
$Revision: 1.5 $
$Date: 2001/12/04 22:32:50 $

See Also:
epp_PollResDataUnion, Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information associated with the contact object.
 java.lang.String m_contact_id
          The identifier of the contact object requested for transfer.
 
Constructor Summary
epp_PollContactTransfer()
          Empty constructor
epp_PollContactTransfer(java.lang.String _m_contact_id, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information associated with the contact object
 java.lang.String getContactId()
          Accessor method for the identifier of the contact object
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information associated with the contact object
 void setContactId(java.lang.String value)
          Accessor method for the identifier of the contact object
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_contact_id

public java.lang.String m_contact_id
The identifier of the contact object requested for transfer.
See Also:
setContactId(String), getContactId()

m_auth_info

public epp_AuthInfo m_auth_info
The authorization information associated with the contact object.
See Also:
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo), getAuthInfo()
Constructor Detail

epp_PollContactTransfer

public epp_PollContactTransfer()
Empty constructor

epp_PollContactTransfer

public epp_PollContactTransfer(java.lang.String _m_contact_id,
                               epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
Parameters:
_m_contact_id - The identifier of the contact object requested for transfer
_m_auth_info - The authorization information associated with the contact object
Method Detail

setContactId

public void setContactId(java.lang.String value)
Accessor method for the identifier of the contact object
Parameters:
value - The contact identifier
See Also:
m_contact_id

getContactId

public java.lang.String getContactId()
Accessor method for the identifier of the contact object
Returns:
The contact identifier
See Also:
m_contact_id

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the contact object
Parameters:
value - The authorization information
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information associated with the contact object
Returns:
The authorization information
See Also:
m_auth_info

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 java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.