| 
EPP RTK for Java v 0.5.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.openrtk.idl.epp.domain.epp_DomainUpdateChange
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 $
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 | 
public java.lang.String m_registrant
setRegistrant(String), 
getRegistrant()public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo), 
getAuthInfo()| Constructor Detail | 
public epp_DomainUpdateChange()
public epp_DomainUpdateChange(java.lang.String _m_registrant,
                              epp_AuthInfo _m_auth_info)
_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 | 
public void setRegistrant(java.lang.String value)
value - The domain registrantm_registrantpublic java.lang.String getRegistrant()
m_registrantpublic void setAuthInfo(epp_AuthInfo value)
value - The domain auth infom_auth_infopublic epp_AuthInfo getAuthInfo()
m_auth_infopublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.5.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||