Class Address

java.lang.Object
com.sforce.soap.partner.Location
com.sforce.soap.partner.Address
All Implemented Interfaces:
IAddress, ILocation, com.sforce.ws.bind.XMLizable

public class Address extends Location implements IAddress
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setCity​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCity​(String city)
     
    protected void
    setCountry​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCountry​(String country)
     
    protected void
    setCountryCode​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCountryCode​(String countryCode)
     
    protected void
    setGeocodeAccuracy​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setGeocodeAccuracy​(String geocodeAccuracy)
     
    protected void
    setPostalCode​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setPostalCode​(String postalCode)
     
    protected void
    setState​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setState​(String state)
     
    protected void
    setStateCode​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setStateCode​(String stateCode)
     
    protected void
    setStreet​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setStreet​(String street)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class com.sforce.soap.partner.Location

    getLatitude, getLongitude, setLatitude, setLatitude, setLongitude, setLongitude

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.sforce.soap.partner.ILocation

    getLatitude, getLongitude, setLatitude, setLongitude
  • Constructor Details

    • Address

      public Address()
      Constructor
  • Method Details

    • getCity

      public String getCity()
      Description copied from interface: IAddress
      element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getCity in interface IAddress
    • setCity

      public void setCity(String city)
      Specified by:
      setCity in interface IAddress
    • setCity

      protected void setCity(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getCountry

      public String getCountry()
      Description copied from interface: IAddress
      element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getCountry in interface IAddress
    • setCountry

      public void setCountry(String country)
      Specified by:
      setCountry in interface IAddress
    • setCountry

      protected void setCountry(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getCountryCode

      public String getCountryCode()
      Description copied from interface: IAddress
      element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getCountryCode in interface IAddress
    • setCountryCode

      public void setCountryCode(String countryCode)
      Specified by:
      setCountryCode in interface IAddress
    • setCountryCode

      protected void setCountryCode(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getGeocodeAccuracy

      public String getGeocodeAccuracy()
      Description copied from interface: IAddress
      element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getGeocodeAccuracy in interface IAddress
    • setGeocodeAccuracy

      public void setGeocodeAccuracy(String geocodeAccuracy)
      Specified by:
      setGeocodeAccuracy in interface IAddress
    • setGeocodeAccuracy

      protected void setGeocodeAccuracy(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getPostalCode

      public String getPostalCode()
      Description copied from interface: IAddress
      element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getPostalCode in interface IAddress
    • setPostalCode

      public void setPostalCode(String postalCode)
      Specified by:
      setPostalCode in interface IAddress
    • setPostalCode

      protected void setPostalCode(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getState

      public String getState()
      Description copied from interface: IAddress
      element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getState in interface IAddress
    • setState

      public void setState(String state)
      Specified by:
      setState in interface IAddress
    • setState

      protected void setState(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getStateCode

      public String getStateCode()
      Description copied from interface: IAddress
      element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getStateCode in interface IAddress
    • setStateCode

      public void setStateCode(String stateCode)
      Specified by:
      setStateCode in interface IAddress
    • setStateCode

      protected void setStateCode(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getStreet

      public String getStreet()
      Description copied from interface: IAddress
      element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getStreet in interface IAddress
    • setStreet

      public void setStreet(String street)
      Specified by:
      setStreet in interface IAddress
    • setStreet

      protected void setStreet(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Overrides:
      write in class Location
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class Location
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Overrides:
      load in class Location
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Overrides:
      loadFields in class Location
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Location