Package org.isda.cdm
Class MessageInformation.MessageInformationBuilder
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObjectBuilder
-
- org.isda.cdm.MessageInformation.MessageInformationBuilder
-
- Enclosing class:
- MessageInformation
public static class MessageInformation.MessageInformationBuilder extends com.rosetta.model.lib.RosettaModelObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder>
copyTo
protected FieldWithMetaString.FieldWithMetaStringBuilder
messageId
protected FieldWithMetaString.FieldWithMetaStringBuilder
sentBy
protected java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder>
sentTo
-
Constructor Summary
Constructors Constructor Description MessageInformationBuilder()
-
Method Summary
-
-
-
Field Detail
-
copyTo
protected java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder> copyTo
-
messageId
protected FieldWithMetaString.FieldWithMetaStringBuilder messageId
-
sentBy
protected FieldWithMetaString.FieldWithMetaStringBuilder sentBy
-
sentTo
protected java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder> sentTo
-
-
Method Detail
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends MessageInformation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
getCopyTo
public java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder> getCopyTo()
-
getOrCreateCopyTo
public FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateCopyTo(int index)
-
getMessageId
public FieldWithMetaString.FieldWithMetaStringBuilder getMessageId()
-
getOrCreateMessageId
public FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateMessageId()
-
getSentBy
public FieldWithMetaString.FieldWithMetaStringBuilder getSentBy()
-
getOrCreateSentBy
public FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateSentBy()
-
getSentTo
public java.util.List<FieldWithMetaString.FieldWithMetaStringBuilder> getSentTo()
-
getOrCreateSentTo
public FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateSentTo(int index)
-
addCopyTo
public MessageInformation.MessageInformationBuilder addCopyTo(FieldWithMetaString copyTo)
-
addCopyTo
public MessageInformation.MessageInformationBuilder addCopyTo(FieldWithMetaString copyTo, int _idx)
-
addCopyTo
public MessageInformation.MessageInformationBuilder addCopyTo(java.util.List<FieldWithMetaString> copyTos)
-
clearCopyTo
public MessageInformation.MessageInformationBuilder clearCopyTo()
-
setMessageId
public MessageInformation.MessageInformationBuilder setMessageId(FieldWithMetaString messageId)
-
setMessageIdRef
public MessageInformation.MessageInformationBuilder setMessageIdRef(java.lang.String messageId)
-
setSentBy
public MessageInformation.MessageInformationBuilder setSentBy(FieldWithMetaString sentBy)
-
setSentByRef
public MessageInformation.MessageInformationBuilder setSentByRef(java.lang.String sentBy)
-
addSentTo
public MessageInformation.MessageInformationBuilder addSentTo(FieldWithMetaString sentTo)
-
addSentTo
public MessageInformation.MessageInformationBuilder addSentTo(FieldWithMetaString sentTo, int _idx)
-
addSentTo
public MessageInformation.MessageInformationBuilder addSentTo(java.util.List<FieldWithMetaString> sentTos)
-
clearSentTo
public MessageInformation.MessageInformationBuilder clearSentTo()
-
build
public MessageInformation build()
- Specified by:
build
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
public MessageInformation.MessageInformationBuilder prune()
- Specified by:
prune
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()
- Specified by:
hasData
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-