Package org.rcsb.cif.schema.mm
Class PdbxDatabaseMessage
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabaseMessage
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabaseMessage
extends DelegatingCategory
The PDBX_DATABASE_MESSAGE category provides information about
correspondance related to a structure deposition.
-
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 PdbxDatabaseMessage(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetContentType()This code defines the content of the message.StrColumngetDate()This is the date when a message was sent or received.StrColumngetEntryId()The value of _pdbx_database_message.entry_id identifies the data block.StrColumngetMessage()The text of the message.StrColumngetMessageId()This is an unique and sequential identifier for a message.StrColumngetMessageType()Defines how the message was sent or received.StrColumngetReceiver()The name of the receiver.StrColumngetReceiverAddressEmail()The email address of the receiver.StrColumngetReceiverAddressFax()The FAX phone number of the receiver.StrColumngetReceiverAddressMail()The postal address of the receiver.StrColumngetReceiverAddressPhone()The phone number of the receiver.StrColumngetSender()The name of the sender.StrColumngetSenderAddressEmail()The email address of the sender.StrColumngetSenderAddressFax()The FAX phone number of the sender.StrColumngetSenderAddressMail()The postal address of the sender.StrColumngetSenderAddressPhone()The phone number of the sender.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_database_message.entry_id identifies the data block.- Returns:
- StrColumn
-
getMessageId
This is an unique and sequential identifier for a message.- Returns:
- StrColumn
-
getDate
This is the date when a message was sent or received.- Returns:
- StrColumn
-
getContentType
This code defines the content of the message.- Returns:
- StrColumn
-
getMessageType
Defines how the message was sent or received.- Returns:
- StrColumn
-
getSender
The name of the sender.- Returns:
- StrColumn
-
getSenderAddressFax
The FAX phone number of the sender.- Returns:
- StrColumn
-
getSenderAddressPhone
The phone number of the sender.- Returns:
- StrColumn
-
getSenderAddressEmail
The email address of the sender.- Returns:
- StrColumn
-
getSenderAddressMail
The postal address of the sender.- Returns:
- StrColumn
-
getReceiver
The name of the receiver.- Returns:
- StrColumn
-
getReceiverAddressFax
The FAX phone number of the receiver.- Returns:
- StrColumn
-
getReceiverAddressPhone
The phone number of the receiver.- Returns:
- StrColumn
-
getReceiverAddressEmail
The email address of the receiver.- Returns:
- StrColumn
-
getReceiverAddressMail
The postal address of the receiver.- Returns:
- StrColumn
-
getMessage
The text of the message.- Returns:
- StrColumn
-