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 TLcdDataPropertyData property that maps to theFacsimileelement.static final TLcdDataPropertyData property that maps to theVoiceelement. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VOICE_PROPERTY
Data property that maps to theVoiceelement. The possible values for this property are instances ofList<String>. -
FACSIMILE_PROPERTY
Data property that maps to theFacsimileelement. The possible values for this property are instances ofList<String>.
-
-
Constructor Details
-
TLcdOWSTelephone
public TLcdOWSTelephone() -
TLcdOWSTelephone
-
-
Method Details
-
getVoice
Returns the value of the property that maps to theVoiceelement.Telephone number by which individuals can speak to the responsible organization or individual.
- Returns:
- the value of the
VOICE_PROPERTYproperty.
-
getFacsimile
Returns the value of the property that maps to theFacsimileelement.Telephone number of a facsimile machine for the responsible organization or individual.
- Returns:
- the value of the
FACSIMILE_PROPERTYproperty.
-