|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.gov.nehta.vendorlibrary.clinicalpackage.core.SubmissionSet
public final class SubmissionSet
Encapsulates members that comprise a package's submission set.
| Nested Class Summary | |
|---|---|
static class |
SubmissionSet.Builder
Builder class used to construct a valid SubmissionSet object. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether a supplied object is equal to the current object. |
java.util.List<Member> |
getAttachments()
Returns the list of attachments associated with this SubmissionSet object. |
Member |
getRootDocument()
Returns this SubmissionSet object's root document Member object. |
Member |
getSignature()
Returns this SubmissionSet object's signature Member object. |
int |
hashCode()
Returns a hash code value for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Member getRootDocument()
SubmissionSet object's root document Member object.
Member) object of this SubmissionSet object.public java.util.List<Member> getAttachments()
SubmissionSet object.
List) of this SubmissionSet.public Member getSignature()
SubmissionSet object's signature Member object.
Member) object of this SubmissionSet object.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare this object.
true if this object is the same as the supplied object argument; false otherwise.public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||