Class AddressLine
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.AddressLine
-
public class AddressLine extends Object
Java class for addressLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressLine"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="keyValue" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AddressLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyName()Gets the value of the keyName property.StringgetKeyValue()Gets the value of the keyValue property.StringgetValue()Gets the value of the value property.voidsetKeyName(String value)Sets the value of the keyName property.voidsetKeyValue(String value)Sets the value of the keyValue property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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 isString
-
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 isString
-
getKeyValue
public String getKeyValue()
Gets the value of the keyValue property.- Returns:
- possible object is
String
-
-