Interface IAddress

  • All Superinterfaces:
    ILocation
    All Known Implementing Classes:
    Address

    public interface IAddress
    extends ILocation
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • 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)