org.uddi.api_v3
Class AddressLine

java.lang.Object
  extended by org.uddi.api_v3.AddressLine
All Implemented Interfaces:
Serializable

public class AddressLine
extends Object
implements Serializable

Java class for addressLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="addressLine">
   <simpleContent>
     <extension base="<urn:uddi-org:api_v3>validationTypeString80">
       <attribute name="keyName" type="{urn:uddi-org:api_v3}keyName" default="" />
       <attribute name="keyValue" type="{urn:uddi-org:api_v3}keyValue" default="" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String keyName
           
protected  String keyValue
           
protected  String value
           
 
Constructor Summary
AddressLine()
           
 
Method Summary
 String getKeyName()
          Gets the value of the keyName property.
 String getKeyValue()
          Gets the value of the keyValue property.
 String getValue()
          Gets the value of the value property.
 void setKeyName(String value)
          Sets the value of the keyName property.
 void setKeyValue(String value)
          Sets the value of the keyValue property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

keyName

protected String keyName

keyValue

protected String keyValue
Constructor Detail

AddressLine

public AddressLine()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getKeyName

public String getKeyName()
Gets the value of the keyName property.

Returns:
possible object is String

setKeyName

public void setKeyName(String value)
Sets the value of the keyName property.

Parameters:
value - allowed object is String

getKeyValue

public String getKeyValue()
Gets the value of the keyValue property.

Returns:
possible object is String

setKeyValue

public void setKeyValue(String value)
Sets the value of the keyValue property.

Parameters:
value - allowed object is String


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.