Package cdm.base.staticdata.party
Interface TelephoneNumber.TelephoneNumberBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,TelephoneNumber
- All Known Implementing Classes:
TelephoneNumber.TelephoneNumberBuilderImpl
- Enclosing interface:
TelephoneNumber
public static interface TelephoneNumber.TelephoneNumberBuilder
extends TelephoneNumber, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.TelephoneNumber
TelephoneNumber.TelephoneNumberBuilder, TelephoneNumber.TelephoneNumberBuilderImpl, TelephoneNumber.TelephoneNumberImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.TelephoneNumber
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setTelephoneNumberType(TelephoneTypeEnum telephoneNumberType) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.base.staticdata.party.TelephoneNumber
build, getNumber, getTelephoneNumberType, getType, metaData, process, toBuilder
-
Method Details
-
setTelephoneNumberType
TelephoneNumber.TelephoneNumberBuilder setTelephoneNumberType(TelephoneTypeEnum telephoneNumberType) -
setNumber
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-