*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface LocationInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface LocationInterface extends MetadataInterface
  • Method Details

    • getLocationType

      String getLocationType() throws ServiceException, RemoteException
      Get the location type String.
      Returns:
      The location type.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setLocationType

      void setLocationType(String type) throws ServiceException, RemoteException
      Set the location type.
      Parameters:
      type - The location type.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getAddress

      String getAddress() throws ServiceException, RemoteException
      Get the address string.
      Returns:
      The address String.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • setAddress

      void setAddress(String address) throws ServiceException, RemoteException
      Set the address string.
      Parameters:
      address - The address string.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getCity

      String getCity() throws ServiceException, RemoteException
      Get the city name.
      Returns:
      The String with the city name for this location.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • setCity

      void setCity(String city) throws ServiceException, RemoteException
      Set the city name for this location.
      Parameters:
      city - The city name.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getPostalCode

      String getPostalCode() throws ServiceException, RemoteException
      Get the postal code for this location.
      Returns:
      The postal code.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • setPostalCode

      void setPostalCode(String postalCode) throws ServiceException, RemoteException
      Set the postal code for this location.
      Parameters:
      postalCode - The postal code.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getArea

      String getArea() throws ServiceException, RemoteException
      Get the area String for this location.
      Returns:
      The area string.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • setArea

      void setArea(String area) throws ServiceException, RemoteException
      Set the area string for this location.
      Parameters:
      area - The area string.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getCountry

      String getCountry() throws ServiceException, RemoteException
      Get the country name or abbreviation for this location.
      Returns:
      THe country.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • setCountry

      void setCountry(String country) throws ServiceException, RemoteException
      Set the country name or abbreviation for this location.
      Parameters:
      country - THe country.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.