Uses of Class
org.projecthusky.common.basetypes.TelecomBaseType
Packages that use TelecomBaseType
-
Uses of TelecomBaseType in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return TelecomBaseTypeModifier and TypeMethodDescriptionTelecomBaseType.Builder.build()
Builds the.OrganizationBaseType.getPrimaryTelecom()
Gets the primary telecom.Methods in org.projecthusky.common.basetypes that return types with arguments of type TelecomBaseTypeMethods in org.projecthusky.common.basetypes with parameters of type TelecomBaseTypeModifier and TypeMethodDescriptionvoid
OrganizationBaseType.addTelecom
(TelecomBaseType value) Adds a telecom Element.boolean
OrganizationBaseType.contains
(TelecomBaseType value) Checks whether the list member contains the given value.void
OrganizationBaseType.setPrimaryTelecom
(TelecomBaseType primaryTelecom) Sets the primary telecom.OrganizationBaseType.Builder.withPrimaryTelecom
(TelecomBaseType primaryTelecom) With primary telecom.Method parameters in org.projecthusky.common.basetypes with type arguments of type TelecomBaseTypeModifier and TypeMethodDescriptionvoid
OrganizationBaseType.setTelecomList
(List<TelecomBaseType> telecomList) Sets the telecom list.OrganizationBaseType.Builder.withTelecomList
(ArrayList<TelecomBaseType> telecomList) With telecom list. -
Uses of TelecomBaseType in org.projecthusky.common.model
Subclasses of TelecomBaseType in org.projecthusky.common.modelModifier and TypeClassDescriptionclass
The class Telecom contains all necessary fields for mean of communication such as a eMail, phone or website.Methods in org.projecthusky.common.model that return TelecomBaseTypeModifier and TypeMethodDescriptionstatic TelecomBaseType
Telecom.createTelecomBaseType
(TEL hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.Methods in org.projecthusky.common.model with parameters of type TelecomBaseTypeModifier and TypeMethodDescriptionstatic TEL
Telecom.createHl7CdaR2Tel
(TelecomBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.void
Telecom.set
(TelecomBaseType baseType) Sets the fields of the current instance by the given base type.Constructors in org.projecthusky.common.model with parameters of type TelecomBaseTypeModifierConstructorDescriptionTelecom
(TelecomBaseType baseType) Instantiates a new instance from the given base type.