Package org.rcsb.cif.model.generated
Class PdbxDepositionMessageInfo
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDepositionMessageInfo
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDepositionMessageInfo extends BaseCategory
Data items in the PDBX_DEPOSITION_MESSAGE_INFO category record internal messages within the depositon and annotation system.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDepositionMessageInfo(String name)PdbxDepositionMessageInfo(String name, int rowCount, Object[] encodedColumns)PdbxDepositionMessageInfo(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetContentType()A the message content type or class.StrColumngetContentValue()A the specific value of the content type or classStrColumngetDepositionDataSetId()The internal identifier assigned to each deposition.StrColumngetMessageId()The internal identifier assigned to each message.StrColumngetMessageSubject()The subject text of the message.StrColumngetMessageText()The body of the message.StrColumngetMessageType()The message type.IntColumngetOrdinal()Ordinal index for the each message.StrColumngetParentMessageId()The identifier of the parent message or the message to which the current message responds.StrColumngetSender()A the message creator.StrColumngetSendStatus()The message status.StrColumngetTimestamp()A the date and time of message creation.-
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
-
-
-
-
Constructor Detail
-
PdbxDepositionMessageInfo
public PdbxDepositionMessageInfo(String name, Map<String,Column> columns)
-
PdbxDepositionMessageInfo
public PdbxDepositionMessageInfo(String name, int rowCount, Object[] encodedColumns)
-
PdbxDepositionMessageInfo
public PdbxDepositionMessageInfo(String name)
-
-
Method Detail
-
getOrdinal
public IntColumn getOrdinal()
Ordinal index for the each message.- Returns:
- IntColumn
-
getDepositionDataSetId
public StrColumn getDepositionDataSetId()
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getMessageId
public StrColumn getMessageId()
The internal identifier assigned to each message.- Returns:
- StrColumn
-
getTimestamp
public StrColumn getTimestamp()
A the date and time of message creation.- Returns:
- StrColumn
-
getSender
public StrColumn getSender()
A the message creator.- Returns:
- StrColumn
-
getContentType
public StrColumn getContentType()
A the message content type or class.- Returns:
- StrColumn
-
getContentValue
public StrColumn getContentValue()
A the specific value of the content type or class- Returns:
- StrColumn
-
getParentMessageId
public StrColumn getParentMessageId()
The identifier of the parent message or the message to which the current message responds.- Returns:
- StrColumn
-
getMessageSubject
public StrColumn getMessageSubject()
The subject text of the message.- Returns:
- StrColumn
-
getMessageText
public StrColumn getMessageText()
The body of the message.- Returns:
- StrColumn
-
getMessageType
public StrColumn getMessageType()
The message type.- Returns:
- StrColumn
-
getSendStatus
public StrColumn getSendStatus()
The message status.- Returns:
- StrColumn
-
-