Package org.vast.data

Class NilValueImpl

java.lang.Object
org.vast.data.NilValueImpl
All Implemented Interfaces:
Serializable, NilValue

public class NilValueImpl extends Object implements NilValue
POJO class for XML type NilValue(@http://www.opengis.net/swe/2.0).
See Also:
  • Field Details

    • reason

      protected String reason
    • value

      protected String value
  • Constructor Details

    • NilValueImpl

      public NilValueImpl()
    • NilValueImpl

      public NilValueImpl(String reason, String value)
  • Method Details

    • getReason

      public String getReason()
      Gets the reason property
      Specified by:
      getReason in interface NilValue
    • setReason

      public void setReason(String reason)
      Sets the reason property
      Specified by:
      setReason in interface NilValue
    • getValue

      public String getValue()
      Gets the inline value
      Specified by:
      getValue in interface NilValue
    • setValue

      public void setValue(String value)
      Sets the inline value
      Specified by:
      setValue in interface NilValue