|
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 FormField 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 codeMethod Detail |
public void setStreet1(java.lang.String value)
value
- The part 1 of contact's street addressm_street1
public java.lang.String getStreet1()
m_street1
public void setStreet2(java.lang.String value)
value
- The part 2 of the contact's street addressm_street2
public java.lang.String getStreet2()
m_street2
public void setStreet3(java.lang.String value)
value
- The part 3 of the contact's street addressm_street3
public java.lang.String getStreet3()
m_street3
public void setCity(java.lang.String value)
value
- The contact's citym_city
public java.lang.String getCity()
m_city
public void setStateProvince(java.lang.String value)
value
- The contact's state or provincem_state_province
public java.lang.String getStateProvince()
m_state_province
public void setPostalCode(java.lang.String value)
value
- The contact's postal codem_postal_code
public java.lang.String getPostalCode()
m_postal_code
public void setCountryCode(java.lang.String value)
value
- The contact's country codem_country_code
public java.lang.String getCountryCode()
m_country_code
public 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 |