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

    • NIL_REASON_PROPERTY Link icon

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

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

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

    • TLcdOWSNilValue Link icon

      public TLcdOWSNilValue()
    • TLcdOWSNilValue Link icon

      public TLcdOWSNilValue(TLcdDataType aType)
  • Method Details Link icon

    • getNilReason Link icon

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

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

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

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

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

      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.