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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Facsimile' attribute.
    Returns the value of the 'Voice' attribute.
    void
    Sets the value of the 'Facsimile' attribute.
    void
    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 Details

    • getVoice

      String getVoice()
      Returns the value of the 'Voice' attribute. Telephone number by which individuals can speak to the responsible organization or individual.
      Returns:
      the value of the 'Voice' attribute.
      See Also:
    • setVoice

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

      String getFacsimile()
      Returns the value of the 'Facsimile' attribute. Telephone number of a facsimile machine for the responsibleorganization or individual.
      Returns:
      the value of the 'Facsimile' attribute.
      See Also:
    • setFacsimile

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