|
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_DomainContact
Class that contains the elements used to represent domain contact with the type: ADMIN, BILLING, TECH.
Note that the registrant "contact" is not an epp_DomainContact. The registrant's contact id is associated with a domain directly as a String in such classes as epp_DomainCreateReq and epp_DomainUpdateChange. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainContact.java,v 1.7 2001/12/04 22:27:16 lyin Exp $
epp_DomainUpdateAddRemove
,
epp_DomainCreateReq
,
epp_DomainInfoRsp
, Serialized FormField Summary | |
java.lang.String |
m_id
The identifier of the domain contact. |
epp_DomainContactType |
m_type
The type of the domain contact. |
Constructor Summary | |
epp_DomainContact()
Empty constructor |
|
epp_DomainContact(epp_DomainContactType _m_type,
java.lang.String _m_id)
The constructor with initializing variables. |
Method Summary | |
java.lang.String |
getId()
Accessor method for the identifier of the domain contact |
epp_DomainContactType |
getType()
Accessor method for the type of the domain contact |
void |
setId(java.lang.String value)
Accessor method for the identifier of the domain contact |
void |
setType(epp_DomainContactType value)
Accessor method for the type of the domain contact |
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 epp_DomainContactType m_type
setType(org.openrtk.idl.epp.domain.epp_DomainContactType)
,
getType()
public java.lang.String m_id
setId(String)
,
getId()
Constructor Detail |
public epp_DomainContact()
public epp_DomainContact(epp_DomainContactType _m_type, java.lang.String _m_id)
_m_type
- The type of the domain contact_m_id
- The identifier of the domain contactMethod Detail |
public void setType(epp_DomainContactType value)
value
- The domain contact typem_type
public epp_DomainContactType getType()
m_type
public void setId(java.lang.String value)
value
- The domain contact identifierm_id
public java.lang.String getId()
m_id
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 |