EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402.contact
Class epp_ContactNameAddress

java.lang.Object
  |
  +--org.openrtk.idl.epp0402.contact.epp_ContactNameAddress
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp0402/contact/epp_ContactNameAddress.java,v 1.1 2003/03/21 16:35:40 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:40 $

See Also:
epp_ContactCreateReq, epp_ContactInfoRsp, epp_ContactUpdateChange, Serialized Form

Field Summary
 epp_ContactAddress m_address
          The contact's address information.
 java.lang.String m_name
          The contact individual name.
 java.lang.String m_org
          The name of the organization with which the contact is affiliated.
 
Constructor Summary
epp_ContactNameAddress()
          Empty constructor
epp_ContactNameAddress(java.lang.String _m_name, java.lang.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
 java.lang.String getName()
          Accessor method for the contact individual name
 java.lang.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(java.lang.String value)
          Accessor method for the contact individual name
 void setOrg(java.lang.String value)
          Accessor method for the name of the organization with which the contact is affiliated
 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_name

public java.lang.String m_name
The contact individual name.

See Also:
setName(String), getName()

m_org

public java.lang.String m_org
The name of the organization with which the contact is affiliated.

See Also:
setOrg(String), getOrg()

m_address

public epp_ContactAddress m_address
The contact's address information.

See Also:
setAddress(org.openrtk.idl.epp0402.contact.epp_ContactAddress), getAddress()
Constructor Detail

epp_ContactNameAddress

public epp_ContactNameAddress()
Empty constructor


epp_ContactNameAddress

public epp_ContactNameAddress(java.lang.String _m_name,
                              java.lang.String _m_org,
                              epp_ContactAddress _m_address)
The constructor with initializing variables.

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

setName

public void setName(java.lang.String value)
Accessor method for the contact individual name

Parameters:
value - The contact name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the contact individual name

Returns:
The contact name
See Also:
m_name

setOrg

public void setOrg(java.lang.String value)
Accessor method for the name of the organization with which the contact is affiliated

Parameters:
value - The contact organization
See Also:
m_org

getOrg

public java.lang.String getOrg()
Accessor method for the name of the organization with which the contact is affiliated

Returns:
The contact organization
See Also:
m_org

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

getAddress

public epp_ContactAddress getAddress()
Accessor method for the contact's address information

Returns:
The contact's address
See Also:
m_address

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.7.2

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