|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.Address
public class Address
Corresponds to UDDI v2.0 'address' element.
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 |
---|
public Address()
Method Detail |
---|
public AddressLineList getAddressLines()
AddressLineList
which forms the contents
of this Address.
AddressLineList
which forms the contents of
this Address.public void setAddressLines(AddressLineList addressLines)
AddressLineList
which forms the contents
of this Address.
addressLines
- the AddressLineList
which forms the contents of
this Address.public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- the useType of this Address.public java.lang.String getSortCode()
public void setSortCode(java.lang.String sortCode)
sortCode
- the sortCode of this Address.public java.lang.String gettModelKey()
public void settModelKey(java.lang.String tModelKey)
tModelKey
- the tModelKey of this Address.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |