Package org.isda.cdm

Class PartyAgreementIdentifier

  • All Implemented Interfaces:
    com.rosetta.model.lib.GlobalKey

    @RosettaClass
    @RosettaSynonym(value="PartyDocumentIdentifier",
                    source="FpML_5_10")
    public class PartyAgreementIdentifier
    extends com.rosetta.model.lib.RosettaModelObject
    implements com.rosetta.model.lib.GlobalKey
    A class defining a legal agreement identifier issued by the indicated party.
    Version:
    2.5.4
    • Method Detail

      • getDocumentIdentifier

        @RosettaSynonym(value="documentId",
                        source="FpML_5_10")
        public final java.util.List<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

        public final MetaFields getMeta()
        Specified by:
        getMeta in interface com.rosetta.model.lib.GlobalKey
      • getPartyReference

        @RosettaSynonym(value="partyReference",
                        source="FpML_5_10")
        public final java.lang.String getPartyReference()
        Reference to the party that issued the document identifier.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyAgreementIdentifier> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object