Uses of Class
org.isda.cdm.RelatedParty
-
Packages that use RelatedParty Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of RelatedParty in org.isda.cdm
Methods in org.isda.cdm that return RelatedParty Modifier and Type Method Description RelatedParty
RelatedParty.RelatedPartyBuilder. build()
RelatedParty
PartyContractInformation. getRelatedParty()
Methods in org.isda.cdm that return types with arguments of type RelatedParty Modifier and Type Method Description java.util.List<RelatedParty>
PackageInformation. getRelatedParty()
This may be used to identify one or more parties that perform a role as part of the transaction.com.rosetta.model.lib.meta.RosettaMetaData<? extends RelatedParty>
RelatedParty. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends RelatedParty>
RelatedParty.RelatedPartyBuilder. metaData()
Methods in org.isda.cdm with parameters of type RelatedParty Modifier and Type Method Description PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addRelatedParty(RelatedParty relatedParty)
PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addRelatedParty(RelatedParty relatedParty, int _idx)
PartyContractInformation.PartyContractInformationBuilder
PartyContractInformation.PartyContractInformationBuilder. setRelatedParty(RelatedParty relatedParty)
Method parameters in org.isda.cdm with type arguments of type RelatedParty Modifier and Type Method Description PackageInformation.PackageInformationBuilder
PackageInformation.PackageInformationBuilder. addRelatedParty(java.util.List<RelatedParty> relatedPartys)
-
Uses of RelatedParty in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type RelatedParty Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super RelatedParty>>
RelatedPartyMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super RelatedParty>>
RelatedPartyMeta. dataRules()
java.util.List<java.util.function.Function<? super RelatedParty,com.rosetta.model.lib.qualify.QualifyResult>>
RelatedPartyMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super RelatedParty,java.lang.String>
RelatedPartyMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super RelatedParty>
RelatedPartyMeta. validator()
-
Uses of RelatedParty in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type RelatedParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o)
Methods in org.isda.cdm.validation with parameters of type RelatedParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o)
-
Uses of RelatedParty in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type RelatedParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type RelatedParty Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<RelatedParty>
RelatedPartyOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o, java.lang.String field)
-