Package com.sforce.soap.partner
Interface IAddress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCity()element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetCountry()element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetCountryCode()element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetGeocodeAccuracy()element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPostalCode()element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetState()element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetStateCode()element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetStreet()element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetCity(String city)voidsetCountry(String country)voidsetCountryCode(String countryCode)voidsetGeocodeAccuracy(String geocodeAccuracy)voidsetPostalCode(String postalCode)voidsetState(String state)voidsetStateCode(String stateCode)voidsetStreet(String street)-
Methods inherited from interface com.sforce.soap.partner.ILocation
getLatitude, getLongitude, setLatitude, setLongitude
-
-
-
-
Method Detail
-
getCity
String getCity()
element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCity
void setCity(String city)
-
getCountry
String getCountry()
element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCountry
void setCountry(String country)
-
getCountryCode
String getCountryCode()
element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCountryCode
void setCountryCode(String countryCode)
-
getGeocodeAccuracy
String getGeocodeAccuracy()
element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setGeocodeAccuracy
void setGeocodeAccuracy(String geocodeAccuracy)
-
getPostalCode
String getPostalCode()
element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setPostalCode
void setPostalCode(String postalCode)
-
getState
String getState()
element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setState
void setState(String state)
-
getStateCode
String getStateCode()
element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setStateCode
void setStateCode(String stateCode)
-
getStreet
String getStreet()
element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setStreet
void setStreet(String street)
-
-