EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp.domain
Class epp_DomainContact

java.lang.Object
  |
  +--org.openrtk.idl.epp.domain.epp_DomainContact
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/domain/epp_DomainContact.java,v 1.7 2001/12/04 22:27:16 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:27:16 $

See Also:
epp_DomainUpdateAddRemove, epp_DomainCreateReq, epp_DomainInfoRsp, Serialized Form

Field 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

m_type

public epp_DomainContactType m_type
The type of the domain contact.
See Also:
setType(org.openrtk.idl.epp.domain.epp_DomainContactType), getType()

m_id

public java.lang.String m_id
The identifier of the domain contact.
See Also:
setId(String), getId()
Constructor Detail

epp_DomainContact

public epp_DomainContact()
Empty constructor

epp_DomainContact

public epp_DomainContact(epp_DomainContactType _m_type,
                         java.lang.String _m_id)
The constructor with initializing variables.
Parameters:
_m_type - The type of the domain contact
_m_id - The identifier of the domain contact
Method Detail

setType

public void setType(epp_DomainContactType value)
Accessor method for the type of the domain contact
Parameters:
value - The domain contact type
See Also:
m_type

getType

public epp_DomainContactType getType()
Accessor method for the type of the domain contact
Returns:
The domain contact type
See Also:
m_type

setId

public void setId(java.lang.String value)
Accessor method for the identifier of the domain contact
Parameters:
value - The domain contact identifier
See Also:
m_id

getId

public java.lang.String getId()
Accessor method for the identifier of the domain contact
Returns:
The domain contact identifier
See Also:
m_id

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.