Uses of Class
org.isda.cdm.NaturalPersonRole.NaturalPersonRoleBuilder
-
Packages that use NaturalPersonRole.NaturalPersonRoleBuilder Package Description org.isda.cdm -
-
Uses of NaturalPersonRole.NaturalPersonRoleBuilder in org.isda.cdm
Fields in org.isda.cdm with type parameters of type NaturalPersonRole.NaturalPersonRoleBuilder Modifier and Type Field Description protected java.util.List<NaturalPersonRole.NaturalPersonRoleBuilder>
PartyContractInformation.PartyContractInformationBuilder. naturalPersonRole
Methods in org.isda.cdm that return types with arguments of type NaturalPersonRole.NaturalPersonRoleBuilder Modifier and Type Method Description java.util.List<NaturalPersonRole.NaturalPersonRoleBuilder>
PartyContractInformation.PartyContractInformationBuilder. getNaturalPersonRole()
Methods in org.isda.cdm with parameters of type NaturalPersonRole.NaturalPersonRoleBuilder Modifier and Type Method Description PartyContractInformation.PartyContractInformationBuilder
PartyContractInformation.PartyContractInformationBuilder. addNaturalPersonRoleBuilder(NaturalPersonRole.NaturalPersonRoleBuilder naturalPersonRole)
-