BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface Address

All Known Subinterfaces:
ContactAddress
All Known Implementing Classes:
AddressImpl

public interface Address
extends Belonging

The Address represents a standard postal location. It is intended to be used for the purposes of billing, shipping or marketing. Attribute: street2

Attribute: street1 The street component of the address. Attribute: description A description for the address that provide some clarification where needed.. i.e. "Primary Residence", "Delivery at Work". Attribute: city The city component of the address. Attribute: postalCodeType The format or type of the postal code. Generally determined by the country (zip code in the US). Attribute: country The country component of the address. Attribute: state Attribute: geoCode Attribute: poBox The Post Office Box component of the address when applicable. Attribute: county Attribute: postalCode The string that represents the postal code

See Also:
AddressHome, AddressImpl

Method Summary
 java.lang.String getCity()
          Get the value of city
 java.lang.String getCountry()
          Get the value of country
 java.lang.String getCounty()
          Get the value of county
 java.lang.String getCountyCode()
          Get the value of countyCode
 java.lang.String getDescription()
          Get the value of description
 java.lang.String getGeoCode()
          Get the value of geoCode
 java.lang.String getPoBox()
          Get the value of poBox
 java.lang.String getPostalCode()
          Get the value of postalCode
 java.lang.String getPostalCodeType()
          Get the value of postalCodeType
 java.lang.String getState()
          Get the value of state
 java.lang.String getStreet1()
          Get the value of street1
 java.lang.String getStreet2()
          Get the value of street2
 void setCity(java.lang.String city)
          Set the value of city
 void setCountry(java.lang.String country)
          Set the value of country
 void setCounty(java.lang.String county)
          Set the value of county
 void setCountyCode(java.lang.String countyCode)
          Set the value of countyCode
 void setDescription(java.lang.String description)
          Set the value of description
 void setGeoCode(java.lang.String geoCode)
          Set the value of geoCode
 void setPoBox(java.lang.String poBox)
          Set the value of poBox
 void setPostalCode(java.lang.String postalCode)
          Set the value of postalCode
 void setPostalCodeType(java.lang.String postalCodeType)
          Set the value of postalCodeType
 void setState(java.lang.String state)
          Set the value of state
 void setStreet1(java.lang.String street1)
          Set the value of street1
 void setStreet2(java.lang.String street2)
          Set the value of street2
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getStreet2

public java.lang.String getStreet2()
Get the value of street2
Returns:
street2.

setStreet2

public void setStreet2(java.lang.String street2)
Set the value of street2
Parameters:
street2 - street2 to be added

getStreet1

public java.lang.String getStreet1()
Get the value of street1
Returns:
street1.

setStreet1

public void setStreet1(java.lang.String street1)
Set the value of street1
Parameters:
street1 - street1 to be added

getDescription

public java.lang.String getDescription()
Get the value of description
Returns:
description.

setDescription

public void setDescription(java.lang.String description)
Set the value of description
Parameters:
description - description to be added

getCity

public java.lang.String getCity()
Get the value of city
Returns:
city.

setCity

public void setCity(java.lang.String city)
Set the value of city
Parameters:
city - city to be added

getPostalCodeType

public java.lang.String getPostalCodeType()
Get the value of postalCodeType
Returns:
postalCodeType.

setPostalCodeType

public void setPostalCodeType(java.lang.String postalCodeType)
Set the value of postalCodeType
Parameters:
postalCodeType - postalCodeType to be added

getCountry

public java.lang.String getCountry()
Get the value of country
Returns:
country.

setCountry

public void setCountry(java.lang.String country)
Set the value of country
Parameters:
country - country to be added

getState

public java.lang.String getState()
Get the value of state
Returns:
state.

setState

public void setState(java.lang.String state)
Set the value of state
Parameters:
state - state to be added

getGeoCode

public java.lang.String getGeoCode()
Get the value of geoCode
Returns:
geoCode.

setGeoCode

public void setGeoCode(java.lang.String geoCode)
Set the value of geoCode
Parameters:
geoCode - geoCode to be added

getPoBox

public java.lang.String getPoBox()
Get the value of poBox
Returns:
poBox.

setPoBox

public void setPoBox(java.lang.String poBox)
Set the value of poBox
Parameters:
poBox - poBox to be added

getCounty

public java.lang.String getCounty()
Get the value of county
Returns:
county.

setCounty

public void setCounty(java.lang.String county)
Set the value of county
Parameters:
county - county to be added

getCountyCode

public java.lang.String getCountyCode()
Get the value of countyCode
Returns:
countyCode

setCountyCode

public void setCountyCode(java.lang.String countyCode)
Set the value of countyCode
Parameters:
countyCode - countyCode to be added

getPostalCode

public java.lang.String getPostalCode()
Get the value of postalCode
Returns:
postalCode.

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Set the value of postalCode
Parameters:
postalCode - postalCode to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved