Package net.opengis.ows20
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:
Ows20Package.getTelephoneType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFacsimile()
Returns the value of the 'Facsimile' attribute.String
getVoice()
Returns the value of the 'Voice' attribute.void
setFacsimile(String value)
Sets the value of the 'Facsimile
' attribute.void
setVoice(String value)
Sets the value of the 'Voice
' attribute.
-
-
-
Method Detail
-
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(String)
,Ows20Package.getTelephoneType_Voice()
-
setVoice
void setVoice(String value)
Sets the value of the 'Voice
' attribute.- Parameters:
value
- the new value of the 'Voice' attribute.- See Also:
getVoice()
-
getFacsimile
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)
,Ows20Package.getTelephoneType_Facsimile()
-
setFacsimile
void setFacsimile(String value)
Sets the value of the 'Facsimile
' attribute.- Parameters:
value
- the new value of the 'Facsimile' attribute.- See Also:
getFacsimile()
-
-