net.opengis.ows10
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:
Ows10Package.getTelephoneType()

Method Summary
 java.lang.String getFacsimile()
          Returns the value of the 'Facsimile' attribute.
 java.lang.String getVoice()
          Returns the value of the 'Voice' attribute.
 void setFacsimile(java.lang.String value)
          Sets the value of the 'Facsimile' attribute.
 void setVoice(java.lang.String value)
          Sets the value of the 'Voice' attribute.
 
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

java.lang.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(String), Ows10Package.getTelephoneType_Voice()

setVoice

void setVoice(java.lang.String value)
Sets the value of the 'Voice' attribute.

Parameters:
value - the new value of the 'Voice' attribute.
See Also:
getVoice()

getFacsimile

java.lang.String getFacsimile()
Returns the value of the 'Facsimile' attribute. Telephone number of a facsimile machine for the responsible organization or individual.

Returns:
the value of the 'Facsimile' attribute.
See Also:
setFacsimile(String), Ows10Package.getTelephoneType_Facsimile()

setFacsimile

void setFacsimile(java.lang.String value)
Sets the value of the 'Facsimile' attribute.

Parameters:
value - the new value of the 'Facsimile' attribute.
See Also:
getFacsimile()


Copyright © 1996-2010 Geotools. All Rights Reserved.