Package org.rcsb.cif.schema.mm
Class PdbxDepositionMessageInfo
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDepositionMessageInfo
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDepositionMessageInfo
extends DelegatingCategory
Data items in the PDBX_DEPOSITION_MESSAGE_INFO category record internal messages
within the depositon and annotation system.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxDepositionMessageInfo(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)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.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getOrdinal
Ordinal index for the each message.- Returns:
- IntColumn
-
getDepositionDataSetId
The internal identifier assigned to each deposition.- Returns:
- StrColumn
-
getMessageId
The internal identifier assigned to each message.- Returns:
- StrColumn
-
getTimestamp
A the date and time of message creation.- Returns:
- StrColumn
-
getSender
A the message creator.- Returns:
- StrColumn
-
getContentType
A the message content type or class.- Returns:
- StrColumn
-
getContentValue
A the specific value of the content type or class- Returns:
- StrColumn
-
getParentMessageId
The identifier of the parent message or the message to which the current message responds.- Returns:
- StrColumn
-
getMessageSubject
The subject text of the message.- Returns:
- StrColumn
-
getMessageText
The body of the message.- Returns:
- StrColumn
-
getMessageType
The message type.- Returns:
- StrColumn
-
getSendStatus
The message status.- Returns:
- StrColumn
-