Ruddi™ UDDI Client API
1.0

inspireit.uddi.base
Class AddressLine

java.lang.Object
  |
  +--inspireit.uddi.base.AddressLine
All Implemented Interfaces:
java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

public class AddressLine
extends java.lang.Object
implements java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

AddressLine represents an Address line. An AddressLine can be adorned with two optional descriptive attributes. Address line order is significant and will always be returned by the UDDI compliant registry in the order originally provided during a call to save_business.

Author:
Bertrand Fontaine, INSPIRE IT $Revision: 1.2 $
See Also:
Address, Serialized Form

Field Summary
protected  java.lang.String addressLine
          The address line information.
protected  java.lang.String keyName
          keyName value required when the Address has a specified TModelKey.
protected  java.lang.String keyValue
          keyValue value required when the Address has a specified TModelKey.
 
Constructor Summary
AddressLine(java.lang.String addressLine)
          AddressLine constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
          Checks whether an object is equal to this AddressLine.
 java.lang.String getKeyName()
          Gets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.
 java.lang.String getKeyValue()
          Gets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.
 void setKeyName(java.lang.String keyName)
          Sets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.
 void setKeyValue(java.lang.String keyValue)
          Sets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.
 java.lang.String toString()
          Returns a String representation of the AddressLine.
 java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
          Visits this AddressLine.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

addressLine

protected java.lang.String addressLine
The address line information.


keyName

protected java.lang.String keyName
keyName value required when the Address has a specified TModelKey.


keyValue

protected java.lang.String keyValue
keyValue value required when the Address has a specified TModelKey.

Constructor Detail

AddressLine

public AddressLine(java.lang.String addressLine)
AddressLine constructor.

Method Detail

getKeyName

public java.lang.String getKeyName()
Gets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.

Returns:
the keyName part of the keyName/keyValue pair
Since:
UDDI V2.0

setKeyName

public void setKeyName(java.lang.String keyName)
Sets the keyName of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.

Parameters:
keyName - The keyName part of the keyName/keyValue pair.
Since:
UDDI V2.0

getKeyValue

public java.lang.String getKeyValue()
Gets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.

Returns:
the keyValue part of the keyName/keyValue pair
Since:
UDDI V2.0

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Sets the keyValue of the keyName/keyValue pair associated to the AddressLine when the Address has a specified TModelKey.

Parameters:
keyValue - The keyValue part of the keyName/keyValue pair.
Since:
UDDI V2.0

visit

public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this AddressLine.

Specified by:
visit in interface inspireit.uddi.util.visitors.UDDIElement
Parameters:
visitor - The Visitor visiting this AddressLine.

toString

public java.lang.String toString()
Returns a String representation of the AddressLine.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of the AddressLine

equals

public boolean equals(java.lang.Object o)
Checks whether an object is equal to this AddressLine. Two AddressLines are equal if they have an equal addressLine and useType value.

Overrides:
equals in class java.lang.Object
Parameters:
o - The object to test for equality.
Returns:
true if o and this AddressLine are equal; false otherwise

Ruddi™ UDDI Client API
1.0

Download now! | Submit a bug or feature
(c) 2003 INSPIRE IT
Bld Brand Whitlock 109
1200 Brussels, Belgium
All Rights Reserved.