Package cdm.legaldocumentation.csa
Interface PartyAgreementIdentifier
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PartyAgreementIdentifier.PartyAgreementIdentifierBuilder
- All Known Implementing Classes:
PartyAgreementIdentifier.PartyAgreementIdentifierBuilderImpl,PartyAgreementIdentifier.PartyAgreementIdentifierImpl
@RosettaDataType(value="PartyAgreementIdentifier",
builder=PartyAgreementIdentifierBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="PartyAgreementIdentifier",
model="cdm",
builder=PartyAgreementIdentifierBuilderImpl.class,
version="7.0.0-dev.105")
public interface PartyAgreementIdentifier
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining a legal agreement identifier issued by the indicated party.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PartyAgreementIdentifierstatic classImmutable Implementation of PartyAgreementIdentifierNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaIdentifier> While FpML specifies the document identifier with a value and an associated scheme, the CDM makes use of the Identifier, which has an explicit issuer.com.rosetta.model.metafields.MetaFieldsgetMeta()Party that issued the document identifier.default Class<? extends PartyAgreementIdentifier> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyAgreementIdentifier> 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
-
getPartyReference
ReferenceWithMetaParty getPartyReference()Party that issued the document identifier. -
getDocumentIdentifier
List<? extends FieldWithMetaIdentifier> getDocumentIdentifier()While FpML specifies the document identifier with a value and an associated scheme, the CDM makes use of the Identifier, which has an explicit issuer. The issuer of this identifier is not necessarily the same as the party reference. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
PartyAgreementIdentifier build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-