|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.segments.EVN
public final class EVN
EVN
Encapsulates MDM event type.
Nested Class Summary | |
---|---|
static class |
EVN.Builder
EVN.Builder
Build class used to construct and validate an EVN object. |
Method Summary | |
---|---|
java.lang.String |
getEventTypeCode()
Retrieve event type code. |
java.util.Date |
getRecordedDateTime()
Retrieve recorded date/time. |
static EVN |
parse(java.lang.String parseValue)
Parse EVN segment from string. |
java.lang.String |
toString()
Outputs a EVN segment in the following format:
EVN|eventTypeCode|recordedDateTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getEventTypeCode()
public java.util.Date getRecordedDateTime()
public static EVN parse(java.lang.String parseValue)
EVN
segment from string.
parseValue
- String to be parsed (not null).
EVN
segment.public java.lang.String toString()
EVN
segment in the following format:
EVN|eventTypeCode|recordedDateTime
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |