Uses of Class
org.isda.cdm.TelephoneNumber
-
Packages that use TelephoneNumber Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of TelephoneNumber in org.isda.cdm
Methods in org.isda.cdm that return TelephoneNumber Modifier and Type Method Description TelephoneNumber
TelephoneNumber.TelephoneNumberBuilder. build()
Methods in org.isda.cdm that return types with arguments of type TelephoneNumber Modifier and Type Method Description java.util.List<TelephoneNumber>
ContactInformation. getTelephone()
The telephone number.com.rosetta.model.lib.meta.RosettaMetaData<? extends TelephoneNumber>
TelephoneNumber. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends TelephoneNumber>
TelephoneNumber.TelephoneNumberBuilder. metaData()
Methods in org.isda.cdm with parameters of type TelephoneNumber Modifier and Type Method Description ContactInformation.ContactInformationBuilder
ContactInformation.ContactInformationBuilder. addTelephone(TelephoneNumber telephone)
ContactInformation.ContactInformationBuilder
ContactInformation.ContactInformationBuilder. addTelephone(TelephoneNumber telephone, int _idx)
Method parameters in org.isda.cdm with type arguments of type TelephoneNumber Modifier and Type Method Description ContactInformation.ContactInformationBuilder
ContactInformation.ContactInformationBuilder. addTelephone(java.util.List<TelephoneNumber> telephones)
-
Uses of TelephoneNumber in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type TelephoneNumber Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super TelephoneNumber>>
TelephoneNumberMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super TelephoneNumber>>
TelephoneNumberMeta. dataRules()
java.util.List<java.util.function.Function<? super TelephoneNumber,com.rosetta.model.lib.qualify.QualifyResult>>
TelephoneNumberMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super TelephoneNumber,java.lang.String>
TelephoneNumberMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super TelephoneNumber>
TelephoneNumberMeta. validator()
-
Uses of TelephoneNumber in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type TelephoneNumber Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberValidator. validate(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o)
Methods in org.isda.cdm.validation with parameters of type TelephoneNumber Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberValidator. validate(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o)
-
Uses of TelephoneNumber in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type TelephoneNumber Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type TelephoneNumber Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber>
TelephoneNumberOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o, java.lang.String field)
-