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>
Modifier and Type | Field and Description |
---|---|
protected String |
keyName |
protected String |
keyValue |
protected String |
value |
Constructor and Description |
---|
AddressLine() |
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 © 2012 JBoss by Red Hat. All Rights Reserved.