|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.pcehr.clients.common.type.HD.Builder
public static final class HD.Builder
HD.Builder
Build class used to construct and validate an HD
object.
Constructor Summary | |
---|---|
HD.Builder()
Default constructor. |
Method Summary | |
---|---|
HD |
build()
Build HD and validate necessary fields. |
HD.Builder |
identifier(java.lang.String value)
Set the universal identifier. |
HD.Builder |
identifierType(java.lang.String value)
Set the universal identifier type. |
HD.Builder |
namespace(java.lang.String value)
Set the namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HD.Builder()
Method Detail |
---|
public HD.Builder namespace(java.lang.String value)
value
- Namespace (not null).
HD.Builder
public HD.Builder identifier(java.lang.String value)
value
- Universal identifier (not null).
HD.Builder
public HD.Builder identifierType(java.lang.String value)
value
- Universal identifier type (not null).
HD.Builder
public HD build()
HD
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |