EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.domain
Class epp_DomainUpdateChange

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

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

Class that contains the domain object elements to be changed in the registry.

This class can only be used when modifying a domain object.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainUpdateChange.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:31:06 $

See Also:
epp_DomainUpdateReq.setChange(epp_DomainUpdateChange), Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information to be associated with the domain object.
 java.lang.String m_registrant
          The registrant to be associated with the domain object.
 
Constructor Summary
epp_DomainUpdateChange()
          Empty constructor
epp_DomainUpdateChange(java.lang.String _m_registrant, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information to be associated with the domain object
 java.lang.String getRegistrant()
          Accessor method for the registrant to be associated with the domain object
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information to be associated with the domain object
 void setRegistrant(java.lang.String value)
          Accessor method for the registrant to be associated with 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_registrant

public java.lang.String m_registrant
The registrant to be associated with the domain object. The registrant object must exist in the registry
See Also:
setRegistrant(String), getRegistrant()

m_auth_info

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

epp_DomainUpdateChange

public epp_DomainUpdateChange()
Empty constructor

epp_DomainUpdateChange

public epp_DomainUpdateChange(java.lang.String _m_registrant,
                              epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
Parameters:
_m_registrant - The registrant to be associated with the domain object
_m_auth_info - The authorization information to be associated with the domain object
Method Detail

setRegistrant

public void setRegistrant(java.lang.String value)
Accessor method for the registrant to be associated with the domain object
Parameters:
value - The domain registrant
See Also:
m_registrant

getRegistrant

public java.lang.String getRegistrant()
Accessor method for the registrant to be associated with the domain object
Returns:
The domain registrant
See Also:
m_registrant

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the domain object
Parameters:
value - The domain auth info
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information to be associated with the domain object
Returns:
The domain auth info
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.5.0

Copyright © 2001 - Tucows, Inc.