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

    • DELETED_PROPERTY Link icon

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

    • TLcdCSWAbstractRecord Link icon

      public TLcdCSWAbstractRecord()
    • TLcdCSWAbstractRecord Link icon

      public TLcdCSWAbstractRecord(TLcdDataType aType)
  • Method Details Link icon

    • getDeleted Link icon

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

      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.