Class TLcdISO19115Telephone
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.citation.TLcdISO19115Telephone
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Telephone numbers for contacting the responsible individual or organisation
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thefacsimile
element.static final TLcdDataProperty
Data property that maps to thevoice
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFACSIMILE_PROPERTY
property adapted to a list ofString
instances.getVoice()
Gets the value of theVOICE_PROPERTY
property adapted to a list ofString
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
VOICE_PROPERTY
Data property that maps to thevoice
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
. -
FACSIMILE_PROPERTY
Data property that maps to thefacsimile
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
.
-
-
Constructor Details
-
TLcdISO19115Telephone
public TLcdISO19115Telephone() -
TLcdISO19115Telephone
-
-
Method Details
-
getVoice
Gets the value of theVOICE_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
VOICE_PROPERTY
property adapted to a list ofString
instances. - See Also:
-
getFacsimile
Gets the value of theFACSIMILE_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
FACSIMILE_PROPERTY
property adapted to a list ofString
instances. - See Also:
-