| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
element : city of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getCountry()
element : country of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getCountryCode()
element : countryCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getPostalCode()
element : postalCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getState()
element : state of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getStateCode()
element : stateCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getStreet()
element : street of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setPostalCode(String postalCode) |
void |
setState(String state) |
void |
setStateCode(String stateCode) |
void |
setStreet(String street) |
getLatitude, getLongitude, setLatitude, setLongitudeString getCity()
void setCity(String city)
String getCountry()
void setCountry(String country)
String getCountryCode()
void setCountryCode(String countryCode)
String getPostalCode()
void setPostalCode(String postalCode)
String getState()
void setState(String state)
String getStateCode()
void setStateCode(String stateCode)
String getStreet()
void setStreet(String street)
Copyright © 2015. All Rights Reserved.