org.openrtk.idl.epp0604.contact
Class epp_ContactAddress
java.lang.Object
org.openrtk.idl.epp0604.contact.epp_ContactAddress
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactAddress
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent contact address.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/contact/epp_ContactAddress.java,v 1.1 2003/03/21 15:54:46 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:46 $
epp_ContactAddress() - Empty constructor
|
epp_ContactAddress(String _m_street1, String _m_street2, String _m_street3, String _m_city, String _m_state_province, String _m_postal_code, String _m_country_code) - The constructor with initializing variables.
|
String | getCity() - Accessor method for the contact's city
|
String | getCountryCode() - Accessor method for the contact's country code
|
String | getPostalCode() - Accessor method for the contact's postal code
|
String | getStateProvince() - Accessor method for the contact's state or province
|
String | getStreet1() - Accessor method for the part 1 of the contact's street address
|
String | getStreet2() - Accessor method for the part 2 of the contact's street address
|
String | getStreet3() - Accessor method for the part 3 of the contact's street address
|
void | setCity(String value) - Accessor method for the contact's city
|
void | setCountryCode(String value) - Accessor method for the contact's country code
|
void | setPostalCode(String value) - Accessor method for the contact's postal code
|
void | setStateProvince(String value) - Accessor method for the contact's state or province
|
void | setStreet1(String value) - Accessor method for the part 1 of the contact's street address
|
void | setStreet2(String value) - Accessor method for the part 2 of the contact's street address
|
void | setStreet3(String value) - Accessor method for the part 3 of the contact's street address
|
String | toString() - Converts this class into a string.
|
m_city
public String m_city
The contact's city.
m_country_code
public String m_country_code
The contact's country code.
m_postal_code
public String m_postal_code
The contact's postal code.
m_state_province
public String m_state_province
The contact's state or province.
m_street1
public String m_street1
The part 1 of the contact's street address.
m_street2
public String m_street2
The part 2 of the contact's street address.
m_street3
public String m_street3
The part 3 of the contact's street address.
epp_ContactAddress
public epp_ContactAddress()
Empty constructor
epp_ContactAddress
public epp_ContactAddress(String _m_street1,
String _m_street2,
String _m_street3,
String _m_city,
String _m_state_province,
String _m_postal_code,
String _m_country_code)
The constructor with initializing variables.
_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
getCity
public String getCity()
Accessor method for the contact's city
getCountryCode
public String getCountryCode()
Accessor method for the contact's country code
- The contact's country code
getPostalCode
public String getPostalCode()
Accessor method for the contact's postal code
- The contact's postal code
getStateProvince
public String getStateProvince()
Accessor method for the contact's state or province
- The contact's state or province
getStreet1
public String getStreet1()
Accessor method for the part 1 of the contact's street address
- The part 1 of the contact's street address
getStreet2
public String getStreet2()
Accessor method for the part 2 of the contact's street address
- The part 2 of the contact's street address
getStreet3
public String getStreet3()
Accessor method for the part 3 of the contact's street address
- The part 3 of the contact's street address
setCity
public void setCity(String value)
Accessor method for the contact's city
value
- The contact's city
setCountryCode
public void setCountryCode(String value)
Accessor method for the contact's country code
value
- The contact's country code
setPostalCode
public void setPostalCode(String value)
Accessor method for the contact's postal code
value
- The contact's postal code
setStateProvince
public void setStateProvince(String value)
Accessor method for the contact's state or province
value
- The contact's state or province
setStreet1
public void setStreet1(String value)
Accessor method for the part 1 of the contact's street address
value
- The part 1 of contact's street address
setStreet2
public void setStreet2(String value)
Accessor method for the part 2 of the contact's street address
value
- The part 2 of the contact's street address
setStreet3
public void setStreet3(String value)
Accessor method for the part 3 of the contact's street address
value
- The part 3 of the contact's street address
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS