Package org.isda.cdm
Class PartyCustomisedWorkflow
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.PartyCustomisedWorkflow
-
@RosettaClass public class PartyCustomisedWorkflow extends com.rosetta.model.lib.RosettaModelObject
A class to specify a party-related, non-standardized data in a generic form.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<CustomisedWorkflow>
getCustomisedWorkflow()
Non-standardized data in a generic form.java.lang.String
getPartyName()
The party name to which the workflow pertains to.ReferenceWithMetaParty
getPartyReference()
Reference to the party to which the workflow pertains to.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCustomisedWorkflow
public final java.util.List<CustomisedWorkflow> getCustomisedWorkflow()
Non-standardized data in a generic form.
-
getPartyName
@RosettaSynonym(value="ID", source="CME_SubmissionIRS_1_0", path="Pty") public final java.lang.String getPartyName()
The party name to which the workflow pertains to.
-
getPartyReference
@RosettaSynonym(value="partyReference",source="DTCC_11_0") @RosettaSynonym(value="partyReference",source="DTCC_9_0") public final ReferenceWithMetaParty getPartyReference()
Reference to the party to which the workflow pertains to.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
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
-
-