|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.segments.TXA
public final class TXA
TXA
Encapsulates MDM documentation notification segment.
Nested Class Summary | |
---|---|
static class |
TXA.Builder
TXA.Builder
Build class used to construct and validate an TXA object. |
Method Summary | |
---|---|
java.util.Date |
getActivityDateTime()
Retrieve activity date time. |
DocumentCompletionStatus |
getDocumentCompletionStatus()
Retrieve document completion status. |
DocumentContentPresentation |
getDocumentContentPresentation()
Retrieve document content presentation. |
DocumentType |
getDocumentType()
Retrieve document type. |
int |
getSetId()
Retrieve set ID. |
java.lang.String |
getUniqueDocumentFileName()
Retrieve unique document file name. |
java.util.UUID |
getUniqueDocumentNumber()
Retrieve unique document number. |
static TXA |
parse(java.lang.String parseValue)
Parse TXA segment from string. |
java.lang.String |
toString()
Outputs a formatted TXA segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getSetId()
public DocumentType getDocumentType()
DocumentType
.public DocumentContentPresentation getDocumentContentPresentation()
DocumentContentPresentation
.public java.util.Date getActivityDateTime()
public java.util.UUID getUniqueDocumentNumber()
UUID
object.public java.lang.String getUniqueDocumentFileName()
public DocumentCompletionStatus getDocumentCompletionStatus()
DocumentCompletionStatus
object.public static TXA parse(java.lang.String parseValue)
TXA
segment from string.
parseValue
- String to be parsed (not null).
TXA
segment.public java.lang.String toString()
TXA
segment.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |