public class XmlAddressElement extends Object implements Serializable
Java class for XmlAddressElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlAddressElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addressLine1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="addressLine2" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
city |
protected String |
state |
protected String |
zipCode |
| Constructor and Description |
|---|
XmlAddressElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getAddressLine1()
Gets the value of the addressLine1 property.
|
String |
getAddressLine2()
Gets the value of the addressLine2 property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getState()
Gets the value of the state property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
int |
hashCode() |
void |
setAddressLine1(String value)
Sets the value of the addressLine1 property.
|
void |
setAddressLine2(String value)
Sets the value of the addressLine2 property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String addressLine1
protected String addressLine2
protected String city
protected String state
protected String zipCode
public String getAddressLine1()
Stringpublic void setAddressLine1(String value)
value - allowed object is
Stringpublic String getAddressLine2()
Stringpublic void setAddressLine2(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getZipCode()
Stringpublic void setZipCode(String value)
value - allowed object is
StringCopyright © 2018 JBoss by Red Hat. All rights reserved.