Package net.opengis.ows11
Interface TelephoneType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TelephoneTypeImpl
 
 public interface TelephoneType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFacsimile()Returns the value of the 'Facsimile' attribute.StringgetVoice()Returns the value of the 'Voice' attribute.voidsetFacsimile(String value)Sets the value of the 'Facsimile' attribute.voidsetVoice(String value)Sets the value of the 'Voice' attribute.
 
- 
- 
- 
Method Detail- 
getVoiceString 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),- Ows11Package.getTelephoneType_Voice()
 
 - 
setVoicevoid setVoice(String value) Sets the value of the 'Voice' attribute.- Parameters:
- value- the new value of the 'Voice' attribute.
- See Also:
- getVoice()
 
 - 
getFacsimileString 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),- Ows11Package.getTelephoneType_Facsimile()
 
 - 
setFacsimilevoid setFacsimile(String value) Sets the value of the 'Facsimile' attribute.- Parameters:
- value- the new value of the 'Facsimile' attribute.
- See Also:
- getFacsimile()
 
 
- 
 
-