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()
String
public void setAddressLine1(String value)
value
- allowed object is
String
public String getAddressLine2()
String
public void setAddressLine2(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getZipCode()
String
public void setZipCode(String value)
value
- allowed object is
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.