com.ibm.uddi.datatypes
Class Address
- java.lang.Object
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
See Also:
Constructor Summary
Constructor and Description |
---|
Address()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAddressLines()
Deprecated. Returns the
AddressLineList which forms the contents
of this Address.
|
|
|
getSortCode()
Deprecated. Returns the sortCode of this Address.
|
|
gettModelKey()
Deprecated. Returns the tModelKey of this Address.
|
|
getUseType()
Deprecated. Returns the useType of this Address.
|
|
setAddressLines(AddressLineList addressLines)
Deprecated. Sets the
AddressLineList which forms the contents
of this Address.
|
|
setSortCode(java.lang.String sortCode)
Deprecated. Sets the sortCode of this Address.
|
|
settModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this Address.
|
|
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. 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.
AddressLineList
which forms the contents of this Address.