Interface TelephoneType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    TelephoneTypeImpl

    public interface TelephoneType
    extends EObject
    A representation of the model object 'Telephone Type'. Telephone numbers for contacting the responsible individual or organization.

    The following features are supported:

    See Also:
    Ows11Package.getTelephoneType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFacsimile()
      Returns the value of the 'Facsimile' attribute.
      String getVoice()
      Returns the value of the 'Voice' attribute.
      void setFacsimile​(String value)
      Sets the value of the 'Facsimile' attribute.
      void setVoice​(String value)
      Sets the value of the 'Voice' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setVoice

        void setVoice​(String value)
        Sets the value of the 'Voice' attribute.
        Parameters:
        value - the new value of the 'Voice' attribute.
        See Also:
        getVoice()
      • setFacsimile

        void setFacsimile​(String value)
        Sets the value of the 'Facsimile' attribute.
        Parameters:
        value - the new value of the 'Facsimile' attribute.
        See Also:
        getFacsimile()