org.nhindirect.xd.common
Class DirectDocuments.SubmissionSet

java.lang.Object
  extended by org.nhindirect.xd.common.DirectDocuments.SubmissionSet
Enclosing class:
DirectDocuments

public static class DirectDocuments.SubmissionSet
extends Object

Representation of a Submission Set element.

Author:
beau

Constructor Summary
DirectDocuments.SubmissionSet()
           
 
Method Summary
 boolean equals(Object obj)
           
protected  AssociationType1 generateAssociationType(String documentId, String submissionSetStatus)
           
protected  ClassificationType generateClassificationType()
           
protected  RegistryPackageType generateRegistryPackageType()
           
 List<String> getAuthorInstitution()
           
 String getAuthorPerson()
           
 String getAuthorRole()
           
 String getAuthorSpecialty()
           
 String getAuthorTelecommunication()
           
 String getContentTypeCode_localized()
           
 String getContentTypeCode()
           
 String getDescription()
           
 String getId()
           
 List<String> getIntendedRecipient()
           
 String getName()
           
 String getPatientId()
           
 String getSourceId()
           
 Date getSubmissionTime()
           
 String getUniqueId()
           
 int hashCode()
           
 void setAuthorInstitution(List<String> authorInstitution)
           
 void setAuthorPerson(String authorPerson)
           
 void setAuthorRole(String authorRole)
           
 void setAuthorSpecialty(String authorSpecialty)
           
 void setAuthorTelecommunication(String authorTelecommunication)
           
 void setContentTypeCode_localized(String contentTypeCodeLocalized)
           
 void setContentTypeCode(String contentTypeCode)
           
 void setContentTypeCode(String contentTypeCode, boolean setLocalized)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setIntendedRecipient(List<String> intendedRecipient)
           
 void setName(String name)
           
 void setPatientId(String patientId)
           
 void setSourceId(String sourceId)
           
 void setSubmissionTime(Date submissionTime)
           
 void setUniqueId(String uniqueId)
           
protected  void setValues(RegistryPackageType rpt)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectDocuments.SubmissionSet

public DirectDocuments.SubmissionSet()
Method Detail

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 set
setLocalized - 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.