cgl.axis.services.uddi.uddi_schema
Class AddressLine

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

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

See Also:
Serialized Form

Constructor Summary
AddressLine()
           
AddressLine(java.lang.String keyName, java.lang.String keyValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKeyName()
          Gets the keyName value for this AddressLine.
 java.lang.String getKeyValue()
          Gets the keyValue value for this AddressLine.
 int hashCode()
           
 void setKeyName(java.lang.String keyName)
          Sets the keyName value for this AddressLine.
 void setKeyValue(java.lang.String keyValue)
          Sets the keyValue value for this AddressLine.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressLine

public AddressLine()

AddressLine

public AddressLine(java.lang.String keyName,
                   java.lang.String keyValue)
Method Detail

getKeyName

public java.lang.String getKeyName()
Gets the keyName value for this AddressLine.

Returns:
keyName

setKeyName

public void setKeyName(java.lang.String keyName)
Sets the keyName value for this AddressLine.

Parameters:
keyName -

getKeyValue

public java.lang.String getKeyValue()
Gets the keyValue value for this AddressLine.

Returns:
keyValue

setKeyValue

public void setKeyValue(java.lang.String keyValue)
Sets the keyValue value for this AddressLine.

Parameters:
keyValue -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()