Class TLcdGML32CodeOrNilReasonList

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32CodeOrNilReasonList
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32CategoryExtent

public class TLcdGML32CodeOrNilReasonList extends TLcdDataObject
gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason.
Since:
10.0
  • Field Details Link icon

    • 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 List<Object>.
    • 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 URI.
  • Constructor Details Link icon

    • TLcdGML32CodeOrNilReasonList Link icon

      public TLcdGML32CodeOrNilReasonList()
    • TLcdGML32CodeOrNilReasonList Link icon

      public TLcdGML32CodeOrNilReasonList(TLcdDataType aType)
  • Method Details Link icon

    • getValueObject Link icon

      public List<Object> 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(List<Object> 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 URI 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(URI 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.