public class Address extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}street1"/> <element ref="{}street2" minOccurs="0"/> <element ref="{}city"/> <element ref="{}state" minOccurs="0"/> <element ref="{}postal-code"/> <sequence minOccurs="0"> <element ref="{}country-code"/> <element ref="{}region-code"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
city |
protected String |
countryCode |
protected String |
postalCode |
protected String |
regionCode |
protected String |
state |
protected String |
street1 |
protected String |
street2 |
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getRegionCode()
Gets the value of the regionCode property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStreet1()
Gets the value of the street1 property.
|
String |
getStreet2()
Gets the value of the street2 property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setRegionCode(String value)
Sets the value of the regionCode property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStreet1(String value)
Sets the value of the street1 property.
|
void |
setStreet2(String value)
Sets the value of the street2 property.
|
protected String street1
protected String street2
protected String city
protected String state
protected String postalCode
protected String countryCode
protected String regionCode
public String getStreet1()
String
public void setStreet1(String value)
value
- allowed object is
String
public String getStreet2()
String
public void setStreet2(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 getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getRegionCode()
String
Apache Camel