com.ibm.uddi.datatypes
Class Address
java.lang.Object
|
+--com.ibm.uddi.datatypes.Address
- All Implemented Interfaces:
- java.io.Serializable
- public class Address
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'address' element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
Address
public Address()
getAddressLines
public AddressLineList getAddressLines()
- 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)
- 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()
- Returns the useType of this Address.
- Returns:
- the useType of this Address.
setUseType
public void setUseType(java.lang.String useType)
- Sets the useType of this Address.
- Parameters:
useType
- the useType of this Address.
getSortCode
public java.lang.String getSortCode()
- Returns the sortCode of this Address.
- Returns:
- the sortCode of this Address.
setSortCode
public void setSortCode(java.lang.String sortCode)
- Sets the sortCode of this Address.
- Parameters:
sortCode
- the sortCode of this Address.
gettModelKey
public java.lang.String gettModelKey()
- Returns the tModelKey of this Address.
- Returns:
- the tModelKey of this Address.
settModelKey
public void settModelKey(java.lang.String tModelKey)
- Sets the tModelKey of this Address.
- Parameters:
tModelKey
- the tModelKey of this Address.