org.openrtk.idl.epp0705.contact
Class epp_ContactNameAddress
java.lang.Object
org.openrtk.idl.epp0705.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/epp0705/contact/epp_ContactNameAddress.java,v 1.1 2003/03/20 22:42:27 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:27 $
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(epp_ContactPostalInfoType _m_type,
String _m_name,
String _m_org,
epp_ContactAddress _m_address)
The constructor with initializing variables.
_m_type
- The type of the address (international or local)_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
getType
public epp_ContactPostalInfoType getType()
Accessor method for the address' type
- The address type (international or local)
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
setType
public void setType(epp_ContactPostalInfoType value)
Accessor method for the address' type
value
- The address type (international or local)
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