Class IdentificatorBaseType.Builder
java.lang.Object
org.projecthusky.common.basetypes.IdentificatorBaseType.Builder
- Enclosing class:
- IdentificatorBaseType
Builder to build
IdentificatorBaseType.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.withAssigningAuthorityName(String assigningAuthorityName) With assigning authority name.withDisplayable(Boolean displayable) With displayable.withExtension(String extension) With extension.withNullFlavor(NullFlavor nullFlavor) With null flavor.With root.
-
Method Details
-
build
Builds the.- Returns:
- the identificator base type
-
withAssigningAuthorityName
With assigning authority name.- Parameters:
assigningAuthorityName- the assigning authority name- Returns:
- the builder
-
withDisplayable
With displayable.- Parameters:
displayable- the displayable- Returns:
- the builder
-
withExtension
With extension.- Parameters:
extension- the extension- Returns:
- the builder
-
withNullFlavor
With null flavor.- Parameters:
nullFlavor- the null flavor- Returns:
- the builder
-
withRoot
With root.- Parameters:
root- the root- Returns:
- the builder
-