EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Class epp_PollDomainTransfer

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

public class epp_PollDomainTransfer
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 domain object is going through the transfer process.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollDomainTransfer.java,v 1.6 2001/12/04 22:32:50 lyin Exp $
$Revision: 1.6 $
$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 domain object.
 java.lang.String m_domain_name
          The name of the domain object requested for transfer.
 
Constructor Summary
epp_PollDomainTransfer()
          Empty constructor
epp_PollDomainTransfer(java.lang.String _m_domain_name, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information associated with the domain object
 java.lang.String getDomainName()
          Accessor method for the name of the domain object
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information associated with the domain object
 void setDomainName(java.lang.String value)
          Accessor method for the name of the domain 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_domain_name

public java.lang.String m_domain_name
The name of the domain object requested for transfer.
See Also:
setDomainName(String), getDomainName()

m_auth_info

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

epp_PollDomainTransfer

public epp_PollDomainTransfer()
Empty constructor

epp_PollDomainTransfer

public epp_PollDomainTransfer(java.lang.String _m_domain_name,
                              epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
Parameters:
_m_domain_name - The name of the domain object requested for transfer
_m_auth_info - The authorization information associated with the domain object
Method Detail

setDomainName

public void setDomainName(java.lang.String value)
Accessor method for the name of the domain object
Parameters:
value - The domain name
See Also:
m_domain_name

getDomainName

public java.lang.String getDomainName()
Accessor method for the name of the domain object
Returns:
The domain name
See Also:
m_domain_name

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the domain 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 domain 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.