|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.datatypes.CE.Builder
public static final class CE.Builder
CE.Builder
Build class used to construct and validate an CE
object.
Constructor Summary | |
---|---|
CE.Builder()
Default constructor. |
Method Summary | |
---|---|
CE |
build()
Build CE and validate necessary fields. |
CE.Builder |
codingSystem(CodingSystem value)
Set coding system. |
CE.Builder |
identifier(java.lang.String value)
Set identifier. |
CE.Builder |
text(java.lang.String value)
Set text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CE.Builder()
Method Detail |
---|
public CE.Builder identifier(java.lang.String value)
value
- Identifier (not null).
CE.Builder
public CE.Builder text(java.lang.String value)
value
- Text (not null).
CE.Builder
public CE.Builder codingSystem(CodingSystem value)
value
- Coding system (not null).
CE.Builder
public CE build() throws MDMValidationException
CE
and validate necessary fields.
CE
MDMValidationException
- Thrown when validation fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |