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 Link icon

    • VOICE_PROPERTY Link icon

      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 Link icon

      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 Link icon

    • TLcdOWSTelephone Link icon

      public TLcdOWSTelephone()
    • TLcdOWSTelephone Link icon

      public TLcdOWSTelephone(TLcdDataType aType)
  • Method Details Link icon

    • getVoice Link icon

      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 Link icon

      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.