public class AddressLine extends Object implements Serializable
addressLine contains a part of the actual address in text form.
Attributes
Name |
Use |
keyName |
optional |
keyValue |
optional |
Each addressLine element MAY be adorned with two optional descriptive attributes, keyName and keyValue. Both attributes MUST be present in each address line if a tModelKey is specified in the address structure. When no tModelKey is provided for the address structure, the keyName and keyValue attributes have no defined meaning.
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>
Modifier and Type | Field and Description |
---|---|
protected String |
keyName |
protected String |
keyValue |
protected String |
value |
Constructor and Description |
---|
AddressLine() |
AddressLine(String keyname,
String keyval,
String val) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String value
protected String keyName
protected String keyValue
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getKeyName()
String
public void setKeyName(String value)
value
- allowed object is
String
public String getKeyValue()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.