|
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 FormField 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 objectMethod Detail |
public void setRegistrant(java.lang.String value)
value
- The domain registrantm_registrant
public java.lang.String getRegistrant()
m_registrant
public void setAuthInfo(epp_AuthInfo value)
value
- The domain auth infom_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
public 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 |