Package com.luciad.ogc.ows.model
Class TLcdOWSTelephone
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSTelephone
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Telephone numbers for contacting the responsible
individual or organization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theFacsimile
element.static final TLcdDataProperty
Data property that maps to theVoice
element. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Method Details
-
getVoice
Returns the value of the property that maps to theVoice
element.Telephone number by which individuals can speak to the responsible organization or individual.
- Returns:
- the value of the
VOICE_PROPERTY
property.
-
getFacsimile
Returns the value of the property that maps to theFacsimile
element.Telephone number of a facsimile machine for the responsible organization or individual.
- Returns:
- the value of the
FACSIMILE_PROPERTY
property.
-