org.openrtk.idl.epprtk.contact

Class epp_ContactNameAddress

Implemented Interfaces:
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/epprtk/contact/epp_ContactNameAddress.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
See Also:
epp_ContactCreateReq, epp_ContactInfoRsp, epp_ContactUpdateChange

Field Summary

epp_ContactAddress
m_address
The contact's address information.
String
m_name
The contact individual name.
String
m_org
The name of the organization with which the contact is affiliated.
epp_ContactPostalInfoType
m_type
The type of the address -- international or locate

Constructor Summary

epp_ContactNameAddress()
Empty constructor
epp_ContactNameAddress(epp_ContactPostalInfoType _m_type, String _m_name, String _m_org, epp_ContactAddress _m_address)
The constructor with initializing variables.

Method Summary

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
epp_ContactPostalInfoType
getType()
Accessor method for the address' type
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
void
setType(epp_ContactPostalInfoType value)
Accessor method for the address' type
String
toString()
Converts this class into a string.

Field Details

m_address

public epp_ContactAddress m_address
The contact's address information.

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.

m_type

public epp_ContactPostalInfoType m_type
The type of the address -- international or locate

Constructor Details

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.
Parameters:
_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

Method Details

getAddress

public epp_ContactAddress getAddress()
Accessor method for the contact's address information
Returns:
The contact's address
See Also:
m_address

getName

public String getName()
Accessor method for the contact individual name
Returns:
The contact name

getOrg

public String getOrg()
Accessor method for the name of the organization with which the contact is affiliated
Returns:
The contact organization

getType

public epp_ContactPostalInfoType getType()
Accessor method for the address' type
Returns:
The address type (international or local)
See Also:
m_type

setAddress

public void setAddress(epp_ContactAddress value)
Accessor method for the contact's address information
Parameters:
value - The contact's address
See Also:
m_address

setName

public void setName(String value)
Accessor method for the contact individual name
Parameters:
value - The contact name

setOrg

public void setOrg(String value)
Accessor method for the name of the organization with which the contact is affiliated
Parameters:
value - The contact organization

setType

public void setType(epp_ContactPostalInfoType value)
Accessor method for the address' type
Parameters:
value - The address type (international or local)
See Also:
m_type

toString

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

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS