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

Interface PhoneNumberInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

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

    • getNumber

      String getNumber() throws ServiceException, RemoteException
      Get the number.
      Returns:
      The phone number.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setNumber

      void setNumber(String number) throws ServiceException, RemoteException
      Set the phone number.
      Parameters:
      number - The new phone number.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • getPhoneType

      String getPhoneType() throws ServiceException, RemoteException
      Get the phone number type. It should indicate when/how the number should be used (work, day, night, mobile, etc.).
      Returns:
      The phone number type.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setPhoneType

      void setPhoneType(String type) throws ServiceException, RemoteException
      Set the phone number type. This should describe when/how the number is to be used (home, day, night, mobile, etc.).
      Parameters:
      type - The phone number type.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.