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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theFacsimile
element.static final TLcdDataProperty
Data property that maps to theVoice
element. -
Constructor Summary
-
Method Summary
-
Field Details
-
VOICE_PROPERTY
Data property that maps to theVoice
element. The possible values for this property are instances ofList<String>
. -
FACSIMILE_PROPERTY
Data property that maps to theFacsimile
element. 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 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.
-