org.openrtk.idl.epp0604.domain
Class epp_DomainContact
java.lang.Object
org.openrtk.idl.epp0604.domain.epp_DomainContact
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainContact
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epp0604/domain/epp_DomainContact.java,v 1.1 2003/03/21 15:55:10 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:55:10 $
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(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
|
String | toString() - Converts this class into a string.
|
m_id
public String m_id
The identifier of the domain contact.
epp_DomainContact
public epp_DomainContact()
Empty constructor
epp_DomainContact
public epp_DomainContact(epp_DomainContactType _m_type,
String _m_id)
The constructor with initializing variables.
_m_type
- The type of the domain contact_m_id
- The identifier of the domain contact
getId
public String getId()
Accessor method for the identifier of the domain contact
- The domain contact identifier
setId
public void setId(String value)
Accessor method for the identifier of the domain contact
value
- The domain contact identifier
setType
public void setType(epp_DomainContactType value)
Accessor method for the type of the domain contact
value
- The domain contact type
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