|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FolderType
A representation of the model object 'Folder Type'. This represents the Folder metadata for a submission.
The following features are supported:
MetadataPackage.getFolderType()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getAssociatedDocuments()
Returns the value of the 'Associated Documents' attribute list. |
AvailabilityStatusType |
getAvailabilityStatus()
Returns the value of the 'Availability Status' attribute. |
org.eclipse.emf.common.util.EList |
getCode()
Returns the value of the 'Code' containment reference list. |
InternationalStringType |
getComments()
Returns the value of the 'Comments' containment reference. |
java.lang.String |
getEntryUUID()
Returns the value of the 'Entry UUID' attribute. |
java.lang.String |
getLastUpdateTime()
Returns the value of the 'Last Update Time' attribute. |
CX |
getPatientId()
Returns the value of the 'Patient Id' containment reference. |
InternationalStringType |
getTitle()
Returns the value of the 'Title' containment reference. |
java.lang.String |
getUniqueId()
Returns the value of the 'Unique Id' attribute. |
boolean |
isExisting()
Returns the value of the 'Existing' attribute. |
boolean |
isSetAvailabilityStatus()
Returns whether the value of the ' Availability Status' attribute is set. |
boolean |
isSetExisting()
Returns whether the value of the ' Existing' attribute is set. |
void |
setAvailabilityStatus(AvailabilityStatusType value)
Sets the value of the ' Availability Status' attribute. |
void |
setComments(InternationalStringType value)
Sets the value of the ' Comments' containment reference. |
void |
setEntryUUID(java.lang.String value)
Sets the value of the ' Entry UUID' attribute. |
void |
setExisting(boolean value)
Sets the value of the ' Existing' attribute. |
void |
setLastUpdateTime(java.lang.String value)
Sets the value of the ' Last Update Time' attribute. |
void |
setPatientId(CX value)
Sets the value of the ' Patient Id' containment reference. |
void |
setTitle(InternationalStringType value)
Sets the value of the ' Title' containment reference. |
void |
setUniqueId(java.lang.String value)
Sets the value of the ' Unique Id' attribute. |
void |
unsetAvailabilityStatus()
Unsets the value of the ' Availability Status' attribute. |
void |
unsetExisting()
Unsets the value of the ' Existing' attribute. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList getAssociatedDocuments()
String.
Gets the list of document entries (indicated by their entryUUID) that belong to this folder.
MetadataPackage.getFolderType_AssociatedDocuments()AvailabilityStatusType getAvailabilityStatus()
"Submitted".
The literals are from the enumeration AvailabilityStatusType.
AvailabilityStatusType,
isSetAvailabilityStatus(),
unsetAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType),
MetadataPackage.getFolderType_AvailabilityStatus()void setAvailabilityStatus(AvailabilityStatusType value)
Availability Status' attribute.
value - the new value of the 'Availability Status' attribute.AvailabilityStatusType,
isSetAvailabilityStatus(),
unsetAvailabilityStatus(),
getAvailabilityStatus()void unsetAvailabilityStatus()
Availability Status' attribute.
isSetAvailabilityStatus(),
getAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType)boolean isSetAvailabilityStatus()
Availability Status' attribute is set.
unsetAvailabilityStatus(),
getAvailabilityStatus(),
setAvailabilityStatus(AvailabilityStatusType)org.eclipse.emf.common.util.EList getCode()
CodedMetadataType.
Gets the list of codes, one describing each document, associated with the folder.
MetadataPackage.getFolderType_Code()InternationalStringType getComments()
If the meaning of the 'Comments' containment reference isn't clear, there really should be more of a description here...
setComments(InternationalStringType),
MetadataPackage.getFolderType_Comments()void setComments(InternationalStringType value)
Comments' containment reference.
Gets the comments related to this folder.
value - the new value of the 'Comments' containment reference.getComments()java.lang.String getEntryUUID()
Gets the entryUUID of the folder. The entryUUID is an internal id used to link the folder with its related documents and to its submission set.
setEntryUUID(String),
MetadataPackage.getFolderType_EntryUUID()void setEntryUUID(java.lang.String value)
Entry UUID' attribute.
value - the new value of the 'Entry UUID' attribute.getEntryUUID()java.lang.String getLastUpdateTime()
Gets the time at which the contents of this folder on the registry was last updated. This time is to be in UTC, but without the timezone offset or fractional seconds: [[[[[YYYY]MM]DD]HH]mm]ss]. Thus, this time is assumed to be in GMT.
setLastUpdateTime(String),
MetadataPackage.getFolderType_LastUpdateTime()void setLastUpdateTime(java.lang.String value)
Last Update Time' attribute.
value - the new value of the 'Last Update Time' attribute.getLastUpdateTime()CX getPatientId()
Gets the shared level (global) id of the patient the folder's contents are about.
setPatientId(CX),
MetadataPackage.getFolderType_PatientId()void setPatientId(CX value)
Patient Id' containment reference.
value - the new value of the 'Patient Id' containment reference.getPatientId()InternationalStringType getTitle()
Gets the title of the folder.
setTitle(InternationalStringType),
MetadataPackage.getFolderType_Title()void setTitle(InternationalStringType value)
Title' containment reference.
value - the new value of the 'Title' containment reference.getTitle()java.lang.String getUniqueId()
Gets the Unique Id (universally unique) for the folder.
setUniqueId(String),
MetadataPackage.getFolderType_UniqueId()void setUniqueId(java.lang.String value)
Unique Id' attribute.
value - the new value of the 'Unique Id' attribute.getUniqueId()boolean isExisting()
"false".
Indicates whether this folder represents a folder already existing in the registry. If this is set to true, then the only other attribute of the folder that needs to be set is the entryUUID.
isSetExisting(),
unsetExisting(),
setExisting(boolean),
MetadataPackage.getFolderType_Existing()void setExisting(boolean value)
Existing' attribute.
value - the new value of the 'Existing' attribute.isSetExisting(),
unsetExisting(),
isExisting()void unsetExisting()
Existing' attribute.
isSetExisting(),
isExisting(),
setExisting(boolean)boolean isSetExisting()
Existing' attribute is set.
unsetExisting(),
isExisting(),
setExisting(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||