EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.contact
Class epp_ContactAddress

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

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/epp/contact/epp_ContactAddress.java,v 1.7 2001/12/04 22:31:46 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:31:46 $

See Also:
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

m_street1

public java.lang.String m_street1
The part 1 of the contact's street address.
See Also:
setStreet1(String), getStreet1()

m_street2

public java.lang.String m_street2
The part 2 of the contact's street address.
See Also:
setStreet2(String), getStreet2()

m_street3

public java.lang.String m_street3
The part 3 of the contact's street address.
See Also:
setStreet3(String), getStreet3()

m_city

public java.lang.String m_city
The contact's city.
See Also:
setCity(String), getCity()

m_state_province

public java.lang.String m_state_province
The contact's state or province.
See Also:
setStateProvince(String), getStateProvince()

m_postal_code

public java.lang.String m_postal_code
The contact's postal code.
See Also:
setPostalCode(String), getPostalCode()

m_country_code

public java.lang.String m_country_code
The contact's country code.
See Also:
setCountryCode(String), getCountryCode()
Constructor Detail

epp_ContactAddress

public epp_ContactAddress()
Empty constructor

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)
The constructor with initializing variables.
Parameters:
_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

setStreet1

public void setStreet1(java.lang.String value)
Accessor method for the part 1 of the contact's street address
Parameters:
value - The part 1 of contact's street address
See Also:
m_street1

getStreet1

public java.lang.String getStreet1()
Accessor method for the part 1 of the contact's street address
Returns:
The part 1 of the contact's street address
See Also:
m_street1

setStreet2

public void setStreet2(java.lang.String value)
Accessor method for the part 2 of the contact's street address
Parameters:
value - The part 2 of the contact's street address
See Also:
m_street2

getStreet2

public java.lang.String getStreet2()
Accessor method for the part 2 of the contact's street address
Returns:
The part 2 of the contact's street address
See Also:
m_street2

setStreet3

public void setStreet3(java.lang.String value)
Accessor method for the part 3 of the contact's street address
Parameters:
value - The part 3 of the contact's street address
See Also:
m_street3

getStreet3

public java.lang.String getStreet3()
Accessor method for the part 3 of the contact's street address
Returns:
The part 3 of the contact's street address
See Also:
m_street3

setCity

public void setCity(java.lang.String value)
Accessor method for the contact's city
Parameters:
value - The contact's city
See Also:
m_city

getCity

public java.lang.String getCity()
Accessor method for the contact's city
Returns:
The contact's city
See Also:
m_city

setStateProvince

public void setStateProvince(java.lang.String value)
Accessor method for the contact's state or province
Parameters:
value - The contact's state or province
See Also:
m_state_province

getStateProvince

public java.lang.String getStateProvince()
Accessor method for the contact's state or province
Returns:
The contact's state or province
See Also:
m_state_province

setPostalCode

public void setPostalCode(java.lang.String value)
Accessor method for the contact's postal code
Parameters:
value - The contact's postal code
See Also:
m_postal_code

getPostalCode

public java.lang.String getPostalCode()
Accessor method for the contact's postal code
Returns:
The contact's postal code
See Also:
m_postal_code

setCountryCode

public void setCountryCode(java.lang.String value)
Accessor method for the contact's country code
Parameters:
value - The contact's country code
See Also:
m_country_code

getCountryCode

public java.lang.String getCountryCode()
Accessor method for the contact's country code
Returns:
The contact's country code
See Also:
m_country_code

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

Copyright © 2001 - Tucows, Inc.