Package cdm.event.workflow
Interface MessageInformation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
MessageInformation.MessageInformationBuilder
- All Known Implementing Classes:
MessageInformation.MessageInformationBuilderImpl,MessageInformation.MessageInformationImpl
@RosettaDataType(value="MessageInformation",
builder=MessageInformationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="MessageInformation",
model="cdm",
builder=MessageInformationBuilderImpl.class,
version="5.30.0")
public interface MessageInformation
extends com.rosetta.model.lib.RosettaModelObject
This class corresponds to the components of the FpML MessageHeader.model.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MessageInformationstatic classImmutable Implementation of MessageInformation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaString> A unique identifier (within the specified coding scheme) giving the details of some party to whom a copy of this message will be sent for reference.A unique identifier assigned to the message.The identifier for the originator of a message instance.List<? extends FieldWithMetaString> The identifier(s) for the recipient(s) of a message instance.default Class<? extends MessageInformation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends MessageInformation> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getMessageId
FieldWithMetaString getMessageId()A unique identifier assigned to the message. -
getSentBy
FieldWithMetaString getSentBy()The identifier for the originator of a message instance. -
getSentTo
List<? extends FieldWithMetaString> getSentTo()The identifier(s) for the recipient(s) of a message instance. -
getCopyTo
List<? extends FieldWithMetaString> getCopyTo()A unique identifier (within the specified coding scheme) giving the details of some party to whom a copy of this message will be sent for reference. -
build
MessageInformation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
MessageInformation.MessageInformationBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-