Class TLcdGML31PriorityLocationProperty

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31PriorityLocationProperty extends TLcdGML31LocationProperty
G-XML component

Deprecated in GML 3.1.0

Since:
10.0
See Also:
  • Field Details

    • PRIORITY_PROPERTY

      public static final TLcdDataProperty PRIORITY_PROPERTY
      Data property that maps to the priority attribute. The possible values for this property are instances of String.
  • Constructor Details

    • TLcdGML31PriorityLocationProperty

      public TLcdGML31PriorityLocationProperty()
    • TLcdGML31PriorityLocationProperty

      public TLcdGML31PriorityLocationProperty(TLcdDataType aType)
  • Method Details

    • getPriority

      public String getPriority()
      Returns the value of the property that maps to the priority attribute.
      Returns:
      the value of the PRIORITY_PROPERTY property.
    • setPriority

      public void setPriority(String aValue)
      Sets the value of the property that maps to the priority attribute.
      Parameters:
      aValue - the value to set for the PRIORITY_PROPERTY property.