cgl.axis.services.uddi.uddi_schema
Class Address

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Address
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(org.apache.axis.types.URI TModelKey, AddressLine[] addressLine, java.lang.String sortCode, java.lang.String useType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AddressLine[] getAddressLine()
          Gets the addressLine value for this Address.
 AddressLine getAddressLine(int i)
           
 java.lang.String getSortCode()
          Gets the sortCode value for this Address.
 org.apache.axis.types.URI getTModelKey()
          Gets the TModelKey value for this Address.
 java.lang.String getUseType()
          Gets the useType value for this Address.
 int hashCode()
           
 void setAddressLine(AddressLine[] addressLine)
          Sets the addressLine value for this Address.
 void setAddressLine(int i, AddressLine _value)
           
 void setSortCode(java.lang.String sortCode)
          Sets the sortCode value for this Address.
 void setTModelKey(org.apache.axis.types.URI TModelKey)
          Sets the TModelKey value for this Address.
 void setUseType(java.lang.String useType)
          Sets the useType value for this Address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(org.apache.axis.types.URI TModelKey,
               AddressLine[] addressLine,
               java.lang.String sortCode,
               java.lang.String useType)
Method Detail

getTModelKey

public org.apache.axis.types.URI getTModelKey()
Gets the TModelKey value for this Address.

Returns:
TModelKey

setTModelKey

public void setTModelKey(org.apache.axis.types.URI TModelKey)
Sets the TModelKey value for this Address.

Parameters:
TModelKey -

getAddressLine

public AddressLine[] getAddressLine()
Gets the addressLine value for this Address.

Returns:
addressLine

setAddressLine

public void setAddressLine(AddressLine[] addressLine)
Sets the addressLine value for this Address.

Parameters:
addressLine -

getAddressLine

public AddressLine getAddressLine(int i)

setAddressLine

public void setAddressLine(int i,
                           AddressLine _value)

getSortCode

public java.lang.String getSortCode()
Gets the sortCode value for this Address.

Returns:
sortCode

setSortCode

public void setSortCode(java.lang.String sortCode)
Sets the sortCode value for this Address.

Parameters:
sortCode -

getUseType

public java.lang.String getUseType()
Gets the useType value for this Address.

Returns:
useType

setUseType

public void setUseType(java.lang.String useType)
Sets the useType value for this Address.

Parameters:
useType -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()