net.opengis.ows11
Interface TelephoneType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TelephoneTypeImpl

public interface TelephoneType
extends 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 Also:
Ows11Package.getTelephoneType()

Method Summary
 org.eclipse.emf.common.util.EList getFacsimile()
          Returns the value of the 'Facsimile' attribute list.
 org.eclipse.emf.common.util.EList getVoice()
          Returns the value of the 'Voice' attribute list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getVoice

org.eclipse.emf.common.util.EList getVoice()
Returns the value of the 'Voice' attribute list. The list contents are of type String. Telephone number by which individuals can speak to the responsible organization or individual.

Returns:
the value of the 'Voice' attribute list.
See Also:
Ows11Package.getTelephoneType_Voice()

getFacsimile

org.eclipse.emf.common.util.EList getFacsimile()
Returns the value of the 'Facsimile' attribute list. The list contents are of type String. Telephone number of a facsimile machine for the responsible organization or individual.

Returns:
the value of the 'Facsimile' attribute list.
See Also:
Ows11Package.getTelephoneType_Facsimile()


Copyright © 1996-2010 Geotools. All Rights Reserved.