/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Telephone Type'. * * * * Telephone numbers for contacting the responsible individual or organization. * * *

* The following features are supported: *

*

* * @see net.opengis.ows11.Ows11Package#getTelephoneType() * @model extendedMetaData="name='TelephoneType' kind='elementOnly'" * @generated */ public interface TelephoneType extends EObject { /** * Returns the value of the 'Voice' attribute list. * The list contents are of type {@link java.lang.String}. * * * * Telephone number by which individuals can speak to the responsible organization or individual. * * @return the value of the 'Voice' attribute list. * @see net.opengis.ows11.Ows11Package#getTelephoneType_Voice() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='Voice' namespace='##targetNamespace'" * @generated */ EList getVoice(); /** * Returns the value of the 'Facsimile' attribute list. * The list contents are of type {@link java.lang.String}. * * * * Telephone number of a facsimile machine for the responsible * organization or individual. * * @return the value of the 'Facsimile' attribute list. * @see net.opengis.ows11.Ows11Package#getTelephoneType_Facsimile() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='Facsimile' namespace='##targetNamespace'" * @generated */ EList getFacsimile(); } // TelephoneType