IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class Address

java.lang.Object
  extended by com.ibm.uddi.datatypes.Address
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class Address
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'address' element.

See Also:
Serialized Form

Constructor Summary
Address()
          Deprecated.  
 
Method Summary
 AddressLineList getAddressLines()
          Deprecated. Returns the AddressLineList which forms the contents of this Address.
 java.lang.String getSortCode()
          Deprecated. Returns the sortCode of this Address.
 java.lang.String gettModelKey()
          Deprecated. Returns the tModelKey of this Address.
 java.lang.String getUseType()
          Deprecated. Returns the useType of this Address.
 void setAddressLines(AddressLineList addressLines)
          Deprecated. Sets the AddressLineList which forms the contents of this Address.
 void setSortCode(java.lang.String sortCode)
          Deprecated. Sets the sortCode of this Address.
 void settModelKey(java.lang.String tModelKey)
          Deprecated. Sets the tModelKey of this Address.
 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

public Address()
Deprecated. 
Method Detail

getAddressLines

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

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

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

Returns:
the useType of this Address.

setUseType

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

Parameters:
useType - the useType of this Address.

getSortCode

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

Returns:
the sortCode of this Address.

setSortCode

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

Parameters:
sortCode - the sortCode of this Address.

gettModelKey

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

Returns:
the tModelKey of this Address.

settModelKey

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

Parameters:
tModelKey - the tModelKey of this Address.

IBM WebSphere Application ServerTM
Release 8