Class TLcdOWSNilValue

All Implemented Interfaces:
ILcdDataObject, ILcdGML3Code, ILcdCloneable, ILcdDeepCloneable, ILcdISO19103Code, Cloneable

public class TLcdOWSNilValue extends TLcdOWSCode
The value used (for example -255) to represent a nil value with optional nilReason and codeSpace attributes.
Since:
2017.0
  • Field Details

    • NIL_REASON_PROPERTY

      public static final TLcdDataProperty NIL_REASON_PROPERTY
      Data property that maps to the nilReason attribute. The possible values for this property are instances of URI.
    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • CODE_SPACE_PROPERTY

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

    • TLcdOWSNilValue

      public TLcdOWSNilValue()
    • TLcdOWSNilValue

      public TLcdOWSNilValue(TLcdDataType aType)
  • Method Details

    • getNilReason

      public URI getNilReason()
      Returns the value of the property that maps to the nilReason attribute.

      An anyURI value which refers to a resource that describes the reason for the nil value

      Returns:
      the value of the NIL_REASON_PROPERTY property.
    • setNilReason

      public void setNilReason(URI aValue)
      Sets the value of the property that maps to the nilReason attribute.

      An anyURI value which refers to a resource that describes the reason for the nil value

      Parameters:
      aValue - the value to set for the NIL_REASON_PROPERTY property.
    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getCodeSpace

      public String getCodeSpace()
      Returns the value of the property that maps to the codeSpace attribute.
      Returns:
      the value of the CODE_SPACE_PROPERTY property.
    • setCodeSpace

      public void setCodeSpace(String aValue)
      Sets the value of the property that maps to the codeSpace attribute.
      Parameters:
      aValue - the value to set for the CODE_SPACE_PROPERTY property.