Class TLcdOWSTelephone

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSTelephone
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSTelephone extends TLcdDataObject
Telephone numbers for contacting the responsible individual or organization.
  • Field Details

    • VOICE_PROPERTY

      public static final TLcdDataProperty VOICE_PROPERTY
      Data property that maps to the Voice element. The possible values for this property are instances of List<String>.
    • FACSIMILE_PROPERTY

      public static final TLcdDataProperty FACSIMILE_PROPERTY
      Data property that maps to the Facsimile element. The possible values for this property are instances of List<String>.
  • Constructor Details

    • TLcdOWSTelephone

      public TLcdOWSTelephone()
    • TLcdOWSTelephone

      public TLcdOWSTelephone(TLcdDataType aType)
  • Method Details

    • getVoice

      public List<String> getVoice()
      Returns the value of the property that maps to the Voice element.

      Telephone number by which individuals can speak to the responsible organization or individual.

      Returns:
      the value of the VOICE_PROPERTY property.
    • getFacsimile

      public List<String> getFacsimile()
      Returns the value of the property that maps to the Facsimile element.

      Telephone number of a facsimile machine for the responsible organization or individual.

      Returns:
      the value of the FACSIMILE_PROPERTY property.