| 
EPP RTK for Java v 0.5.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.openrtk.idl.epp.contact.epp_ContactNameAddress
Class that contains the elements used to represent contact name and address.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactNameAddress.java,v 1.7 2001/12/04 22:31:46 lyin Exp $
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 | 
public java.lang.String m_name
setName(String), 
getName()public java.lang.String m_org
setOrg(String), 
getOrg()public epp_ContactAddress m_address
setAddress(org.openrtk.idl.epp.contact.epp_ContactAddress), 
getAddress()| Constructor Detail | 
public epp_ContactNameAddress()
public epp_ContactNameAddress(java.lang.String _m_name,
                              java.lang.String _m_org,
                              epp_ContactAddress _m_address)
_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 | 
public void setName(java.lang.String value)
value - The contact namem_namepublic java.lang.String getName()
m_namepublic void setOrg(java.lang.String value)
value - The contact organizationm_orgpublic java.lang.String getOrg()
m_orgpublic void setAddress(epp_ContactAddress value)
value - The contact's addressm_addresspublic epp_ContactAddress getAddress()
m_addresspublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.5.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||