Uses of Interface
cdm.base.staticdata.party.ContactInformation
Packages that use ContactInformation
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Common legal agreement concepts.
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ContactInformation in cdm.base.staticdata.party
Subinterfaces of ContactInformation in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement ContactInformationModifier and TypeClassDescriptionstatic classBuilder Implementation of ContactInformationstatic classImmutable Implementation of ContactInformationMethods in cdm.base.staticdata.party that return ContactInformationModifier and TypeMethodDescriptionContactInformation.build()Build MethodsContactInformation.ContactInformationBuilderImpl.build()ContactInformation.ContactInformationImpl.build()BusinessUnit.BusinessUnitImpl.getContactInformation()BusinessUnit.getContactInformation()The contact information for such business unit, when different from the contact information associated with the party.NaturalPerson.getContactInformation()The contact information for such person, when different from the contact information associated with the party.NaturalPerson.NaturalPersonImpl.getContactInformation()Party.getContactInformation()The postal/street address, telephone number, email address and/or web page.Party.PartyImpl.getContactInformation()Methods in cdm.base.staticdata.party that return types with arguments of type ContactInformationModifier and TypeMethodDescriptiondefault Class<? extends ContactInformation> ContactInformation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactInformation> ContactInformation.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type ContactInformationModifier and TypeMethodDescriptionBusinessUnit.BusinessUnitBuilder.setContactInformation(ContactInformation contactInformation) BusinessUnit.BusinessUnitBuilderImpl.setContactInformation(ContactInformation _contactInformation) NaturalPerson.NaturalPersonBuilder.setContactInformation(ContactInformation contactInformation) NaturalPerson.NaturalPersonBuilderImpl.setContactInformation(ContactInformation _contactInformation) Party.PartyBuilder.setContactInformation(ContactInformation contactInformation) Party.PartyBuilderImpl.setContactInformation(ContactInformation _contactInformation) -
Uses of ContactInformation in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type ContactInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ContactInformation>> ContactInformationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ContactInformation, com.rosetta.model.lib.qualify.QualifyResult>> ContactInformationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ContactInformation, Set<String>> ContactInformationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ContactInformation in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type ContactInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ContactInformationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactInformation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ContactInformationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactInformation o) -
Uses of ContactInformation in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type ContactInformationModifier and TypeMethodDescription<T2 extends ContactInformation>
com.rosetta.model.lib.validation.ValidationResult<ContactInformation> ContactInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.party.validation.exists that return types with arguments of type ContactInformationModifier and TypeMethodDescription<T2 extends ContactInformation>
com.rosetta.model.lib.validation.ValidationResult<ContactInformation> ContactInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ContactInformation in cdm.legaldocumentation.common
Subinterfaces of ContactInformation in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptioninterfaceSpecifies notice information including address and, optionally, an associated person.static interfaceBuilder InterfaceinterfaceSpecifies transfer information including address and, optionally, an associated account.static interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement ContactInformationModifier and TypeClassDescriptionstatic classBuilder Implementation of NoticeContactInformationstatic classImmutable Implementation of NoticeContactInformationstatic classBuilder Implementation of TransferContactInformationstatic classImmutable Implementation of TransferContactInformationMethods in cdm.legaldocumentation.common that return ContactInformationModifier and TypeMethodDescriptionContactInformationElection.ContactInformationElectionImpl.getPrimaryContactInformation()ContactInformationElection.getPrimaryContactInformation()The main notice/address information of the party.Methods in cdm.legaldocumentation.common with parameters of type ContactInformationModifier and TypeMethodDescriptionContactInformationElection.ContactInformationElectionBuilder.setPrimaryContactInformation(ContactInformation primaryContactInformation) ContactInformationElection.ContactInformationElectionBuilderImpl.setPrimaryContactInformation(ContactInformation _primaryContactInformation) NoticeInformationElection.NoticeInformationElectionBuilder.setPrimaryContactInformation(ContactInformation primaryContactInformation) NoticeInformationElection.NoticeInformationElectionBuilderImpl.setPrimaryContactInformation(ContactInformation _primaryContactInformation) TransferInformationElection.TransferInformationElectionBuilder.setPrimaryContactInformation(ContactInformation primaryContactInformation) TransferInformationElection.TransferInformationElectionBuilderImpl.setPrimaryContactInformation(ContactInformation _primaryContactInformation) -
Uses of ContactInformation in cdm.legaldocumentation.csa
Methods in cdm.legaldocumentation.csa with parameters of type ContactInformationModifier and TypeMethodDescriptionProcessAgentElection.ProcessAgentElectionBuilder.setPrimaryContactInformation(ContactInformation primaryContactInformation) ProcessAgentElection.ProcessAgentElectionBuilderImpl.setPrimaryContactInformation(ContactInformation _primaryContactInformation)