com.ibm.uddi.datatypes

Class Address

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.Address
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class Address
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'address' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
Address()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. AddressLineList
getAddressLines()
Deprecated. Returns the AddressLineList which forms the contents of this Address.
  1. java.lang.String
getSortCode()
Deprecated. Returns the sortCode of this Address.
  1. java.lang.String
gettModelKey()
Deprecated. Returns the tModelKey of this Address.
  1. java.lang.String
getUseType()
Deprecated. Returns the useType of this Address.
  1. void
setAddressLines(AddressLineList addressLines)
Deprecated. Sets the AddressLineList which forms the contents of this Address.
  1. void
setSortCode(java.lang.String sortCode)
Deprecated. Sets the sortCode of this Address.
  1. void
settModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this Address.
  1. void
setUseType(java.lang.String useType)
Deprecated. Sets the useType of this Address.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Address

  1. public Address()
Deprecated.

Method Detail

getAddressLines

  1. public AddressLineList getAddressLines( )
Deprecated.
Returns the AddressLineList which forms the contents of this Address.
Returns:
the AddressLineList which forms the contents of this Address.

setAddressLines

  1. public void setAddressLines(AddressLineList addressLines)
Deprecated.
Sets the AddressLineList which forms the contents of this Address.
Parameters:
addressLines - the AddressLineList which forms the contents of this Address.

getUseType

  1. public java.lang.String getUseType( )
Deprecated.
Returns the useType of this Address.
Returns:
the useType of this Address.

setUseType

  1. public void setUseType(java.lang.String useType)
Deprecated.
Sets the useType of this Address.
Parameters:
useType - the useType of this Address.

getSortCode

  1. public java.lang.String getSortCode( )
Deprecated.
Returns the sortCode of this Address.
Returns:
the sortCode of this Address.

setSortCode

  1. public void setSortCode(java.lang.String sortCode)
Deprecated.
Sets the sortCode of this Address.
Parameters:
sortCode - the sortCode of this Address.

gettModelKey

  1. public java.lang.String gettModelKey( )
Deprecated.
Returns the tModelKey of this Address.
Returns:
the tModelKey of this Address.

settModelKey

  1. public void settModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this Address.
Parameters:
tModelKey - the tModelKey of this Address.