Class SubmissionSet
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
-
- org.openehealth.ipf.commons.ihe.xds.core.metadata.SubmissionSet
-
- All Implemented Interfaces:
Serializable
,ExtraMetadataHolder
public class SubmissionSet extends XDSMetaClass implements Serializable
Represents an XDS submission set according to the IHE XDS specification.All non-list members of this class are allowed to be
null
. The lists are pre-created and can therefore never benull
.- Author:
- Jens Riemschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmissionSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<Author>
getAuthors()
Code
getContentTypeCode()
List<Recipient>
getIntendedRecipients()
String
getSourceId()
Timestamp
getSubmissionTime()
int
hashCode()
void
setAuthor(Author author)
void
setContentTypeCode(Code contentTypeCode)
void
setSourceId(String sourceId)
void
setSubmissionTime(String submissionTime)
void
setSubmissionTime(Timestamp submissionTime)
String
toString()
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.metadata.XDSMetaClass
assignEntryUuid, assignUniqueId, getAvailabilityStatus, getComments, getEntryUuid, getExtraMetadata, getHomeCommunityId, getLogicalUuid, getPatientId, getTitle, getUniqueId, getVersion, isLimitedMetadata, setAvailabilityStatus, setComments, setEntryUuid, setExtraMetadata, setHomeCommunityId, setLimitedMetadata, setLogicalUuid, setPatientId, setTitle, setUniqueId, setVersion
-
-
-
-
Method Detail
-
setAuthor
public void setAuthor(Author author)
- Parameters:
author
- the author of the submission.
-
setSubmissionTime
public void setSubmissionTime(Timestamp submissionTime)
-
setSubmissionTime
public void setSubmissionTime(String submissionTime)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classXDSMetaClass
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classXDSMetaClass
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classXDSMetaClass
-
toString
public String toString()
- Overrides:
toString
in classXDSMetaClass
-
getContentTypeCode
public Code getContentTypeCode()
-
setContentTypeCode
public void setContentTypeCode(Code contentTypeCode)
-
getSourceId
public String getSourceId()
-
setSourceId
public void setSourceId(String sourceId)
-
getSubmissionTime
public Timestamp getSubmissionTime()
-
-