org.openrtk.idl.epp0705.domain
Class epp_DomainUpdateChange
java.lang.Object
org.openrtk.idl.epp0705.domain.epp_DomainUpdateChange
- org.omg.CORBA.portable.IDLEntity
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/epp0705/domain/epp_DomainUpdateChange.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $
epp_AuthInfo | getAuthInfo() - Accessor method for the authorization information to be associated with the domain object
|
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(String value) - Accessor method for the registrant to be associated with the domain object
|
String | toString() - Converts this class into a string.
|
m_auth_info
public epp_AuthInfo m_auth_info
The authorization information to be associated with the domain object.
m_registrant
public String m_registrant
The registrant to be associated with the domain object.
The registrant object must exist in the registry
epp_DomainUpdateChange
public epp_DomainUpdateChange()
Empty constructor
epp_DomainUpdateChange
public epp_DomainUpdateChange(String _m_registrant,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
_m_registrant
- The registrant to be associated with the domain object_m_auth_info
- The authorization information to be associated with the domain object
getAuthInfo
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information to be associated with the domain object
getRegistrant
public String getRegistrant()
Accessor method for the registrant to be associated with the domain object
setAuthInfo
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the domain object
value
- The domain auth info
setRegistrant
public void setRegistrant(String value)
Accessor method for the registrant to be associated with the domain object
value
- The domain registrant
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS