Class TLcdCSWAbstractRecord

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdCSWBriefRecord, TLcdCSWDCMIRecord, TLcdCSWSummaryRecord

public class TLcdCSWAbstractRecord extends TLcdDataObject
Supertype of the various Dublin Core based record representations.
Since:
2017.0
  • Field Details

    • DELETED_PROPERTY

      public static final TLcdDataProperty DELETED_PROPERTY
      Data property that maps to the deleted attribute. The possible values for this property are instances of boolean.
  • Constructor Details

    • TLcdCSWAbstractRecord

      public TLcdCSWAbstractRecord()
    • TLcdCSWAbstractRecord

      public TLcdCSWAbstractRecord(TLcdDataType aType)
  • Method Details

    • getDeleted

      public boolean getDeleted()
      Returns the value of the property that maps to the deleted attribute.
      Returns:
      the value of the DELETED_PROPERTY property.
    • setDeleted

      public void setDeleted(boolean aValue)
      Sets the value of the property that maps to the deleted attribute.
      Parameters:
      aValue - the value to set for the DELETED_PROPERTY property.