Class TLcdWCSTypedLiteral

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSTypedLiteral

public class TLcdWCSTypedLiteral extends Object
A single value for a variable, encoded as a string.

This type can be used for one value, for a spacing between allowed values, or for the default value of a parameter. The "type" property indicates the datatype of this value (default is a string). The value for a typed literal is found by applying the datatype mapping associated with the datatype URI to the lexical form string.

  • Constructor Details

    • TLcdWCSTypedLiteral

      public TLcdWCSTypedLiteral()
  • Method Details

    • getValue

      public String getValue()
      Gets the Value.
      Returns:
      the Value.
    • setValue

      public void setValue(String aValue)
      Sets the Value.
      Parameters:
      aValue - the Value to be set.
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type.
    • setType

      public void setType(String aType)
      Sets the type.
      Parameters:
      aType - the type to be set.