Class CodeBaseType.Builder
java.lang.Object
org.projecthusky.common.basetypes.CodeBaseType.Builder
- Enclosing class:
- CodeBaseType
Builder to build
CodeBaseType.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.With code.withCodeSystem(String codeSystem) With code system.withCodeSystemName(String codeSystemName) With code system name.withCodeSystemVersion(String codeSystemVersion) With code system version.withCodeTranslationList(List<CodeBaseType> codeTranslationList) With code translation list.withDisplayName(String displayName) With display name.withDisplayNameTranslationList(ArrayList<LangText> displayNameTranslationList) With display name translation list.withNullFlavor(NullFlavor nullFlavor) With null flavor.withOriginalText(String originalText) With original text.
-
Method Details
-
build
Builds the.- Returns:
- the code base type
-
withCode
With code.- Parameters:
code- the code- Returns:
- the builder
-
withCodeSystem
With code system.- Parameters:
codeSystem- the code system- Returns:
- the builder
-
withCodeSystemName
With code system name.- Parameters:
codeSystemName- the code system name- Returns:
- the builder
-
withCodeSystemVersion
With code system version.- Parameters:
codeSystemVersion- the code system version- Returns:
- the builder
-
withCodeTranslationList
With code translation list.- Parameters:
codeTranslationList- the code translation list- Returns:
- the builder
-
withDisplayName
With display name.- Parameters:
displayName- the display name- Returns:
- the builder
-
withDisplayNameTranslationList
public CodeBaseType.Builder withDisplayNameTranslationList(ArrayList<LangText> displayNameTranslationList) With display name translation list.- Parameters:
displayNameTranslationList- the display name translation list- Returns:
- the builder
-
withNullFlavor
With null flavor.- Parameters:
nullFlavor- the null flavor- Returns:
- the builder
-
withOriginalText
With original text.- Parameters:
originalText- the original text- Returns:
- the builder
-