Package cdm.event.workflow
Interface MessageInformation.MessageInformationBuilder
- All Superinterfaces:
MessageInformation,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MessageInformation.MessageInformationBuilderImpl
- Enclosing interface:
MessageInformation
public static interface MessageInformation.MessageInformationBuilder
extends MessageInformation, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.MessageInformation
MessageInformation.MessageInformationBuilder, MessageInformation.MessageInformationBuilderImpl, MessageInformation.MessageInformationImpl -
Field Summary
Fields inherited from interface cdm.event.workflow.MessageInformation
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddCopyTo(FieldWithMetaString copyTo) addCopyTo(FieldWithMetaString copyTo, int idx) addCopyTo(List<? extends FieldWithMetaString> copyTo) addCopyToValue(String copyTo) addCopyToValue(String copyTo, int idx) addCopyToValue(List<? extends String> copyTo) addSentTo(FieldWithMetaString sentTo) addSentTo(FieldWithMetaString sentTo, int idx) addSentTo(List<? extends FieldWithMetaString> sentTo) addSentToValue(String sentTo) addSentToValue(String sentTo, int idx) addSentToValue(List<? extends String> sentTo) 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.getOrCreateCopyTo(int index) getOrCreateSentTo(int index) The identifier for the originator of a message instance.The identifier(s) for the recipient(s) of a message instance.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCopyTo(List<? extends FieldWithMetaString> copyTo) setCopyToValue(List<? extends String> copyTo) setMessageId(FieldWithMetaString messageId) setMessageIdValue(String messageId) setSentBy(FieldWithMetaString sentBy) setSentByValue(String sentBy) setSentTo(List<? extends FieldWithMetaString> sentTo) setSentToValue(List<? extends String> sentTo) Methods inherited from interface cdm.event.workflow.MessageInformation
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateMessageId
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateMessageId() -
getMessageId
FieldWithMetaString.FieldWithMetaStringBuilder getMessageId()Description copied from interface:MessageInformationA unique identifier assigned to the message.- Specified by:
getMessageIdin interfaceMessageInformation
-
getOrCreateSentBy
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateSentBy() -
getSentBy
FieldWithMetaString.FieldWithMetaStringBuilder getSentBy()Description copied from interface:MessageInformationThe identifier for the originator of a message instance.- Specified by:
getSentByin interfaceMessageInformation
-
getOrCreateSentTo
-
getSentTo
List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getSentTo()Description copied from interface:MessageInformationThe identifier(s) for the recipient(s) of a message instance.- Specified by:
getSentToin interfaceMessageInformation
-
getOrCreateCopyTo
-
getCopyTo
List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getCopyTo()Description copied from interface:MessageInformationA 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.- Specified by:
getCopyToin interfaceMessageInformation
-
setMessageId
-
setMessageIdValue
-
setSentBy
-
setSentByValue
-
addSentTo
-
addSentTo
-
addSentToValue
-
addSentToValue
-
addSentTo
-
setSentTo
-
addSentToValue
-
setSentToValue
-
addCopyTo
-
addCopyTo
-
addCopyToValue
-
addCopyToValue
-
addCopyTo
-
setCopyTo
-
addCopyToValue
-
setCopyToValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-