org.openrtk.idl.epp0503.contact
Class epp_ContactNameAddress
java.lang.Object
org.openrtk.idl.epp0503.contact.epp_ContactNameAddress
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactNameAddress
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent contact name and address.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/contact/epp_ContactNameAddress.java,v 1.1 2003/03/21 16:18:28 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:28 $
epp_ContactAddress | getAddress() - Accessor method for the contact's address information
|
String | getName() - Accessor method for the contact individual name
|
String | getOrg() - Accessor method for the name of the organization with which the contact is affiliated
|
void | setAddress(epp_ContactAddress value) - Accessor method for the contact's address information
|
void | setName(String value) - Accessor method for the contact individual name
|
void | setOrg(String value) - Accessor method for the name of the organization with which the contact is affiliated
|
String | toString() - Converts this class into a string.
|
m_name
public String m_name
The contact individual name.
m_org
public String m_org
The name of the organization with which the contact is affiliated.
epp_ContactNameAddress
public epp_ContactNameAddress()
Empty constructor
epp_ContactNameAddress
public epp_ContactNameAddress(String _m_name,
String _m_org,
epp_ContactAddress _m_address)
The constructor with initializing variables.
_m_name
- The contact individual name_m_org
- The name of the organization with which the contact is affiliated_m_address
- The contact's address information
getAddress
public epp_ContactAddress getAddress()
Accessor method for the contact's address information
getName
public String getName()
Accessor method for the contact individual name
getOrg
public String getOrg()
Accessor method for the name of the organization with which the contact is affiliated
setAddress
public void setAddress(epp_ContactAddress value)
Accessor method for the contact's address information
value
- The contact's address
setName
public void setName(String value)
Accessor method for the contact individual name
setOrg
public void setOrg(String value)
Accessor method for the name of the organization with which the contact is affiliated
value
- The contact organization
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