Package com.sforce.soap.partner
Interface IAddress
- All Superinterfaces:
ILocation
- All Known Implementing Classes:
Address
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetState()element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidvoidsetCountry(String country) voidsetCountryCode(String countryCode) voidsetGeocodeAccuracy(String geocodeAccuracy) voidsetPostalCode(String postalCode) voidvoidsetStateCode(String stateCode) voidMethods inherited from interface com.sforce.soap.partner.ILocation
getLatitude, getLongitude, setLatitude, setLongitude
-
Method Details
-
getCity
String getCity()element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCity
-
getCountry
String getCountry()element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCountry
-
getCountryCode
String getCountryCode()element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCountryCode
-
getGeocodeAccuracy
String getGeocodeAccuracy()element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setGeocodeAccuracy
-
getPostalCode
String getPostalCode()element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setPostalCode
-
getState
String getState()element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setState
-
getStateCode
String getStateCode()element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setStateCode
-
getStreet
String getStreet()element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setStreet
-