| 
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_ContactAddress
Class that contains the elements used to represent contact address.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactAddress.java,v 1.7 2001/12/04 22:31:46 lyin Exp $
epp_ContactNameAddress, Serialized Form| Field Summary | |
 java.lang.String | 
m_city
The contact's city.  | 
 java.lang.String | 
m_country_code
The contact's country code.  | 
 java.lang.String | 
m_postal_code
The contact's postal code.  | 
 java.lang.String | 
m_state_province
The contact's state or province.  | 
 java.lang.String | 
m_street1
The part 1 of the contact's street address.  | 
 java.lang.String | 
m_street2
The part 2 of the contact's street address.  | 
 java.lang.String | 
m_street3
The part 3 of the contact's street address.  | 
| Constructor Summary | |
epp_ContactAddress()
Empty constructor  | 
|
epp_ContactAddress(java.lang.String _m_street1,
                   java.lang.String _m_street2,
                   java.lang.String _m_street3,
                   java.lang.String _m_city,
                   java.lang.String _m_state_province,
                   java.lang.String _m_postal_code,
                   java.lang.String _m_country_code)
The constructor with initializing variables.  | 
|
| Method Summary | |
 java.lang.String | 
getCity()
Accessor method for the contact's city  | 
 java.lang.String | 
getCountryCode()
Accessor method for the contact's country code  | 
 java.lang.String | 
getPostalCode()
Accessor method for the contact's postal code  | 
 java.lang.String | 
getStateProvince()
Accessor method for the contact's state or province  | 
 java.lang.String | 
getStreet1()
Accessor method for the part 1 of the contact's street address  | 
 java.lang.String | 
getStreet2()
Accessor method for the part 2 of the contact's street address  | 
 java.lang.String | 
getStreet3()
Accessor method for the part 3 of the contact's street address  | 
 void | 
setCity(java.lang.String value)
Accessor method for the contact's city  | 
 void | 
setCountryCode(java.lang.String value)
Accessor method for the contact's country code  | 
 void | 
setPostalCode(java.lang.String value)
Accessor method for the contact's postal code  | 
 void | 
setStateProvince(java.lang.String value)
Accessor method for the contact's state or province  | 
 void | 
setStreet1(java.lang.String value)
Accessor method for the part 1 of the contact's street address  | 
 void | 
setStreet2(java.lang.String value)
Accessor method for the part 2 of the contact's street address  | 
 void | 
setStreet3(java.lang.String value)
Accessor method for the part 3 of the contact's street address  | 
 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_street1
setStreet1(String), 
getStreet1()public java.lang.String m_street2
setStreet2(String), 
getStreet2()public java.lang.String m_street3
setStreet3(String), 
getStreet3()public java.lang.String m_city
setCity(String), 
getCity()public java.lang.String m_state_province
setStateProvince(String), 
getStateProvince()public java.lang.String m_postal_code
setPostalCode(String), 
getPostalCode()public java.lang.String m_country_code
setCountryCode(String), 
getCountryCode()| Constructor Detail | 
public epp_ContactAddress()
public epp_ContactAddress(java.lang.String _m_street1,
                          java.lang.String _m_street2,
                          java.lang.String _m_street3,
                          java.lang.String _m_city,
                          java.lang.String _m_state_province,
                          java.lang.String _m_postal_code,
                          java.lang.String _m_country_code)
_m_street1 - The part 1 of the contact's street address_m_street2 - The part 2 of the contact's street address_m_street3 - The part 3 of the contact's street address_m_city - The contact's city_m_state_province - The contact's state or province_m_postal_code - The contact's postal code_m_country_code - The contact's country code| Method Detail | 
public void setStreet1(java.lang.String value)
value - The part 1 of contact's street addressm_street1public java.lang.String getStreet1()
m_street1public void setStreet2(java.lang.String value)
value - The part 2 of the contact's street addressm_street2public java.lang.String getStreet2()
m_street2public void setStreet3(java.lang.String value)
value - The part 3 of the contact's street addressm_street3public java.lang.String getStreet3()
m_street3public void setCity(java.lang.String value)
value - The contact's citym_citypublic java.lang.String getCity()
m_citypublic void setStateProvince(java.lang.String value)
value - The contact's state or provincem_state_provincepublic java.lang.String getStateProvince()
m_state_provincepublic void setPostalCode(java.lang.String value)
value - The contact's postal codem_postal_codepublic java.lang.String getPostalCode()
m_postal_codepublic void setCountryCode(java.lang.String value)
value - The contact's country codem_country_codepublic java.lang.String getCountryCode()
m_country_codepublic 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 | ||||||||