static NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.builder() |
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.comment(java.lang.String comment) |
Convenience method for setting comment .
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.comment(String comment) |
Notes about the past or intended usage of this identifier.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.from(NamingSystem.UniqueId uniqueId) |
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.period(Period period) |
Identifies the period of time over which this identifier is considered appropriate to refer to the naming system.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.preferred(java.lang.Boolean preferred) |
Convenience method for setting preferred .
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.preferred(Boolean preferred) |
Indicates whether this identifier is the "preferred" identifier of this type.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.toBuilder() |
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.type(NamingSystemIdentifierType type) |
Identifies the unique identifier scheme used for this particular identifier.
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.value(java.lang.String value) |
Convenience method for setting value .
|
NamingSystem.UniqueId.Builder |
NamingSystem.UniqueId.Builder.value(String value) |
The string that should be sent over the wire to identify the code system or identifier system.
|