uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class AddressLine

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.AddressLine
All Implemented Interfaces:
Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable

public class AddressLine
extends Object
implements Serializable, org.apache.axis.encoding.SimpleType, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
AddressLine()
           
AddressLine(String _value)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String get_value()
          Gets the _value value for this AddressLine.
 String getKeyName()
          Gets the keyName value for this AddressLine.
 String getKeyValue()
          Gets the keyValue value for this AddressLine.
 int hashCode()
           
 void set_value(String _value)
          Sets the _value value for this AddressLine.
 void setKeyName(String _value)
          Sets the _value value for this AddressLine.
 void setKeyValue(String _value)
          Sets the _value value for this AddressLine.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressLine

public AddressLine()

AddressLine

public AddressLine(String _value)
Method Detail

toString

public String toString()

get_value

public String get_value()
Gets the _value value for this AddressLine.

Returns:
_value

set_value

public void set_value(String _value)
Sets the _value value for this AddressLine.

Parameters:
_value -

getKeyName

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

Returns:
keyName

setKeyName

public void setKeyName(String _value)
Sets the _value value for this AddressLine.

Parameters:
_value -

getKeyValue

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

Returns:
keyValue

setKeyValue

public void setKeyValue(String _value)
Sets the _value value for this AddressLine.

Parameters:
_value -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception