org.nhindirect.xd.common
Class DirectDocuments.SubmissionSet
java.lang.Object
org.nhindirect.xd.common.DirectDocuments.SubmissionSet
- Enclosing class:
- DirectDocuments
public static class DirectDocuments.SubmissionSet
- extends Object
Representation of a Submission Set element.
- Author:
- beau
DirectDocuments.SubmissionSet
public DirectDocuments.SubmissionSet()
generateRegistryPackageType
protected RegistryPackageType generateRegistryPackageType()
generateClassificationType
protected ClassificationType generateClassificationType()
generateAssociationType
protected AssociationType1 generateAssociationType(String documentId,
String submissionSetStatus)
setValues
protected void setValues(RegistryPackageType rpt)
throws MetadataException
- Throws:
MetadataException
toString
public String toString()
- Overrides:
toString in class Object
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getSubmissionTime
public Date getSubmissionTime()
- Returns:
- the submissionTime
setSubmissionTime
public void setSubmissionTime(Date submissionTime)
- Parameters:
submissionTime - the submissionTime to set
getIntendedRecipient
public List<String> getIntendedRecipient()
- Returns:
- the intendedRecipient
setIntendedRecipient
public void setIntendedRecipient(List<String> intendedRecipient)
- Parameters:
intendedRecipient - the intendedRecipient to set
getAuthorPerson
public String getAuthorPerson()
- Returns:
- the authorPerson
setAuthorPerson
public void setAuthorPerson(String authorPerson)
- Parameters:
authorPerson - the authorPerson to set
getAuthorInstitution
public List<String> getAuthorInstitution()
- Returns:
- the authorInstitution
setAuthorInstitution
public void setAuthorInstitution(List<String> authorInstitution)
- Parameters:
authorInstitution - the authorInstitution to set
getAuthorRole
public String getAuthorRole()
- Returns:
- the authorRole
setAuthorRole
public void setAuthorRole(String authorRole)
- Parameters:
authorRole - the authorRole to set
getAuthorSpecialty
public String getAuthorSpecialty()
- Returns:
- the authorSpecialty
setAuthorSpecialty
public void setAuthorSpecialty(String authorSpecialty)
- Parameters:
authorSpecialty - the authorSpecialty to set
getAuthorTelecommunication
public String getAuthorTelecommunication()
- Returns:
- the authorTelecommunication
setAuthorTelecommunication
public void setAuthorTelecommunication(String authorTelecommunication)
- Parameters:
authorTelecommunication - the authorTelecommunication to set
getContentTypeCode
public String getContentTypeCode()
- Returns:
- the contentTypeCode
setContentTypeCode
public void setContentTypeCode(String contentTypeCode)
- Parameters:
contentTypeCode - the contentTypeCode to set
setContentTypeCode
public void setContentTypeCode(String contentTypeCode,
boolean setLocalized)
- Parameters:
contentTypeCode - the contentTypeCode to setsetLocalized - whether or not to set the localized field with the same
value
getContentTypeCode_localized
public String getContentTypeCode_localized()
- Returns:
- the contentTypeCode_localized
setContentTypeCode_localized
public void setContentTypeCode_localized(String contentTypeCodeLocalized)
- Parameters:
contentTypeCodeLocalized - the contentTypeCode_localized to set
getUniqueId
public String getUniqueId()
- Returns:
- the uniqueId
setUniqueId
public void setUniqueId(String uniqueId)
- Parameters:
uniqueId - the uniqueId to set
getSourceId
public String getSourceId()
- Returns:
- the sourceId
setSourceId
public void setSourceId(String sourceId)
- Parameters:
sourceId - the sourceId to set
getPatientId
public String getPatientId()
- Returns:
- the patientId
setPatientId
public void setPatientId(String patientId)
- Parameters:
patientId - the patientId to set
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2010-2011. All Rights Reserved.