Package org.rcsb.cif.model.generated
Class EmAdmin
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmAdmin
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmAdmin extends BaseCategory
Administration-related data items
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCurrentStatus()This data item indicates the current status of the EMDB entry.StrColumngetDepositionDate()date of the entry depositionStrColumngetDepositionSite()entry deposition siteStrColumngetDetails()EMDB administration detailsStrColumngetEntryId()This data item is a pointer to _entry.id.StrColumngetHeaderReleaseDate()date of header information release for this entryStrColumngetLastUpdate()date of last update to the fileStrColumngetMapHoldDate()date of the embargo expiration for this map entryStrColumngetMapReleaseDate()date of map release for this entryStrColumngetObsoletedDate()date that map entry was obsoletedStrColumngetReplaceExistingEntryFlag()This item indicates that the current entry replaced a previously released structure.StrColumngetTitle()Title for the EMDB entry.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getCurrentStatus
public StrColumn getCurrentStatus()
This data item indicates the current status of the EMDB entry.- Returns:
- StrColumn
-
getDepositionDate
public StrColumn getDepositionDate()
date of the entry deposition- Returns:
- StrColumn
-
getDepositionSite
public StrColumn getDepositionSite()
entry deposition site- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
EMDB administration details- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id.- Returns:
- StrColumn
-
getLastUpdate
public StrColumn getLastUpdate()
date of last update to the file- Returns:
- StrColumn
-
getMapReleaseDate
public StrColumn getMapReleaseDate()
date of map release for this entry- Returns:
- StrColumn
-
getMapHoldDate
public StrColumn getMapHoldDate()
date of the embargo expiration for this map entry- Returns:
- StrColumn
-
getHeaderReleaseDate
public StrColumn getHeaderReleaseDate()
date of header information release for this entry- Returns:
- StrColumn
-
getObsoletedDate
public StrColumn getObsoletedDate()
date that map entry was obsoleted- Returns:
- StrColumn
-
getReplaceExistingEntryFlag
public StrColumn getReplaceExistingEntryFlag()
This item indicates that the current entry replaced a previously released structure.- Returns:
- StrColumn
-
getTitle
public StrColumn getTitle()
Title for the EMDB entry.- Returns:
- StrColumn
-
-