g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface DocumentRoot

All Known Implementing Classes:
DocumentRootImpl

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
JsdlPackage.getDocumentRoot()

Method Summary
 ApplicationType getApplication()
          Deprecated. Returns the value of the 'Application' containment reference
 java.lang.String getApplicationName()
          Deprecated. Returns the value of the 'Application Name' attribute
 java.lang.String getApplicationVersion()
          Deprecated. Returns the value of the 'Application Version' attribute
 CandidateHostsType getCandidateHosts()
          Deprecated. Returns the value of the 'Candidate Hosts' containment reference
 CPUArchitectureType getCPUArchitecture()
          Deprecated. Returns the value of the 'CPU Architecture' containment reference
 ProcessorArchitectureEnumeration getCPUArchitectureName()
          Deprecated. Returns the value of the 'CPU Architecture Name' attribute.
 CreationFlagEnumeration getCreationFlag()
          Deprecated. Returns the value of the 'Creation Flag' attribute.
 DataStagingType getDataStaging()
          Deprecated. Returns the value of the 'Data Staging' containment reference
 java.lang.String getDescription()
          Deprecated. Returns the value of the 'Description' attribute
 RangeValueType getDiskSpace()
          Deprecated. Returns the value of the 'Disk Space' containment reference
 java.lang.String getFileName()
          Deprecated. Returns the value of the 'File Name' attribute
 FileSystemType getFileSystem()
          Deprecated. Returns the value of the 'File System' containment reference
 java.lang.String getFilesystemName()
          Deprecated. Returns the value of the 'Filesystem Name' attribute
 FileSystemTypeEnumeration getFileSystemType()
          Deprecated. Returns the value of the 'File System Type' attribute.
 java.lang.String getHostName()
          Deprecated. Returns the value of the 'Host Name' attribute
 RangeValueType getIndividualCPUCount()
          Deprecated. Returns the value of the 'Individual CPU Count' containment reference
 RangeValueType getIndividualCPUSpeed()
          Deprecated. Returns the value of the 'Individual CPU Speed' containment reference
 RangeValueType getIndividualCPUTime()
          Deprecated. Returns the value of the 'Individual CPU Time' containment reference
 RangeValueType getIndividualDiskSpace()
          Deprecated. Returns the value of the 'Individual Disk Space' containment reference
 RangeValueType getIndividualNetworkBandwidth()
          Deprecated. Returns the value of the 'Individual Network Bandwidth' containment reference
 RangeValueType getIndividualPhysicalMemory()
          Deprecated. Returns the value of the 'Individual Physical Memory' containment reference
 RangeValueType getIndividualVirtualMemory()
          Deprecated. Returns the value of the 'Individual Virtual Memory' containment reference
 java.lang.String getJobAnnotation()
          Deprecated. Returns the value of the 'Job Annotation' attribute
 JobDefinitionType getJobDefinition()
          Deprecated. Returns the value of the 'Job Definition' containment reference
 JobDescriptionType getJobDescription()
          Deprecated. Returns the value of the 'Job Description' containment reference
 JobIdentificationType getJobIdentification()
          Deprecated. Returns the value of the 'Job Identification' containment reference
 java.lang.String getJobName()
          Deprecated. Returns the value of the 'Job Name' attribute
 java.lang.String getJobProject()
          Deprecated. Returns the value of the 'Job Project' attribute
 FeatureMap getMixed()
          Deprecated. Returns the value of the 'Mixed' attribute list.
 java.lang.String getMountPoint()
          Deprecated. Returns the value of the 'Mount Point' attribute
 OperatingSystemType getOperatingSystem()
          Deprecated. Returns the value of the 'Operating System' containment reference
 OperatingSystemTypeEnumeration getOperatingSystemName()
          Deprecated. Returns the value of the 'Operating System Name' attribute.
 OperatingSystemTypeType getOperatingSystemType()
          Deprecated. Returns the value of the 'Operating System Type' containment reference
 java.lang.String getOperatingSystemVersion()
          Deprecated. Returns the value of the 'Operating System Version' attribute
 ResourcesType getResources()
          Deprecated. Returns the value of the 'Resources' containment reference
 SourceTargetType getSource()
          Deprecated. Returns the value of the 'Source' containment reference
 SourceTargetType getTarget()
          Deprecated. Returns the value of the 'Target' containment reference
 RangeValueType getTotalCPUCount()
          Deprecated. Returns the value of the 'Total CPU Count' containment reference
 RangeValueType getTotalCPUTime()
          Deprecated. Returns the value of the 'Total CPU Time' containment reference
 RangeValueType getTotalDiskSpace()
          Deprecated. Returns the value of the 'Total Disk Space' containment reference
 RangeValueType getTotalPhysicalMemory()
          Deprecated. Returns the value of the 'Total Physical Memory' containment reference
 RangeValueType getTotalResourceCount()
          Deprecated. Returns the value of the 'Total Resource Count' containment reference
 RangeValueType getTotalVirtualMemory()
          Deprecated. Returns the value of the 'Total Virtual Memory' containment reference
 java.lang.String getURI()
          Deprecated. Returns the value of the 'URI' attribute
 EMap getXMLNSPrefixMap()
          Deprecated. Returns the value of the 'XMLNS Prefix Map' map.
 EMap getXSISchemaLocation()
          Deprecated. Returns the value of the 'XSI Schema Location' map.
 boolean isDeleteOnTermination()
          Deprecated. Returns the value of the 'Delete On Termination' attribute
 boolean isExclusiveExecution()
          Deprecated. Returns the value of the 'Exclusive Execution' attribute
 void setApplication(ApplicationType value)
          Deprecated. Sets the value of the 'Application' containment reference
 void setApplicationName(java.lang.String value)
          Deprecated. Sets the value of the 'Application Name' attribute
 void setApplicationVersion(java.lang.String value)
          Deprecated. Sets the value of the 'Application Version' attribute
 void setCandidateHosts(CandidateHostsType value)
          Deprecated. Sets the value of the 'Candidate Hosts' containment reference
 void setCPUArchitecture(CPUArchitectureType value)
          Deprecated. Sets the value of the 'CPU Architecture' containment reference
 void setCPUArchitectureName(ProcessorArchitectureEnumeration value)
          Deprecated. Sets the value of the 'CPU Architecture Name' attribute
 void setCreationFlag(CreationFlagEnumeration value)
          Deprecated. Sets the value of the 'Creation Flag' attribute
 void setDataStaging(DataStagingType value)
          Deprecated. Sets the value of the 'Data Staging' containment reference
 void setDeleteOnTermination(boolean value)
          Deprecated. Sets the value of the 'Delete On Termination' attribute
 void setDescription(java.lang.String value)
          Deprecated. Sets the value of the 'Description' attribute
 void setDiskSpace(RangeValueType value)
          Deprecated. Sets the value of the 'Disk Space' containment reference
 void setExclusiveExecution(boolean value)
          Deprecated. Sets the value of the 'Exclusive Execution' attribute
 void setFileName(java.lang.String value)
          Deprecated. Sets the value of the 'File Name' attribute
 void setFileSystem(FileSystemType value)
          Deprecated. Sets the value of the 'File System' containment reference
 void setFilesystemName(java.lang.String value)
          Deprecated. Sets the value of the 'Filesystem Name' attribute
 void setFileSystemType(FileSystemTypeEnumeration value)
          Deprecated. Sets the value of the 'File System Type' attribute
 void setHostName(java.lang.String value)
          Deprecated. Sets the value of the 'Host Name' attribute
 void setIndividualCPUCount(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Count' containment reference
 void setIndividualCPUSpeed(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Speed' containment reference
 void setIndividualCPUTime(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Time' containment reference
 void setIndividualDiskSpace(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Disk Space' containment reference
 void setIndividualNetworkBandwidth(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Network Bandwidth' containment reference
 void setIndividualPhysicalMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Physical Memory' containment reference
 void setIndividualVirtualMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Virtual Memory' containment reference
 void setJobAnnotation(java.lang.String value)
          Deprecated. Sets the value of the 'Job Annotation' attribute
 void setJobDefinition(JobDefinitionType value)
          Deprecated. Sets the value of the 'Job Definition' containment reference
 void setJobDescription(JobDescriptionType value)
          Deprecated. Sets the value of the 'Job Description' containment reference
 void setJobIdentification(JobIdentificationType value)
          Deprecated. Sets the value of the 'Job Identification' containment reference
 void setJobName(java.lang.String value)
          Deprecated. Sets the value of the 'Job Name' attribute
 void setJobProject(java.lang.String value)
          Deprecated. Sets the value of the 'Job Project' attribute
 void setMountPoint(java.lang.String value)
          Deprecated. Sets the value of the 'Mount Point' attribute
 void setOperatingSystem(OperatingSystemType value)
          Deprecated. Sets the value of the 'Operating System' containment reference
 void setOperatingSystemName(OperatingSystemTypeEnumeration value)
          Deprecated. Sets the value of the 'Operating System Name' attribute
 void setOperatingSystemType(OperatingSystemTypeType value)
          Deprecated. Sets the value of the 'Operating System Type' containment reference
 void setOperatingSystemVersion(java.lang.String value)
          Deprecated. Sets the value of the 'Operating System Version' attribute
 void setResources(ResourcesType value)
          Deprecated. Sets the value of the 'Resources' containment reference
 void setSource(SourceTargetType value)
          Deprecated. Sets the value of the 'Source' containment reference
 void setTarget(SourceTargetType value)
          Deprecated. Sets the value of the 'Target' containment reference
 void setTotalCPUCount(RangeValueType value)
          Deprecated. Sets the value of the 'Total CPU Count' containment reference
 void setTotalCPUTime(RangeValueType value)
          Deprecated. Sets the value of the 'Total CPU Time' containment reference
 void setTotalDiskSpace(RangeValueType value)
          Deprecated. Sets the value of the 'Total Disk Space' containment reference
 void setTotalPhysicalMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Total Physical Memory' containment reference
 void setTotalResourceCount(RangeValueType value)
          Deprecated. Sets the value of the 'Total Resource Count' containment reference
 void setTotalVirtualMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Total Virtual Memory' containment reference
 void setURI(java.lang.String value)
          Deprecated. Sets the value of the 'URI' attribute
 

Method Detail

getMixed

FeatureMap getMixed()
Deprecated. 
Returns the value of the 'Mixed' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
JsdlPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

EMap getXMLNSPrefixMap()
Deprecated. 
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
JsdlPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

EMap getXSISchemaLocation()
Deprecated. 
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'XSI Schema Location' map.
See Also:
JsdlPackage.getDocumentRoot_XSISchemaLocation()

getApplication

ApplicationType getApplication()
Deprecated. 
Returns the value of the 'Application' containment reference.

If the meaning of the 'Application' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application' containment reference.
See Also:
setApplication(ApplicationType), JsdlPackage.getDocumentRoot_Application()

setApplication

void setApplication(ApplicationType value)
Deprecated. 
Sets the value of the 'Application' containment reference.

Parameters:
value - the new value of the 'Application' containment reference.
See Also:
getApplication()

getApplicationName

java.lang.String getApplicationName()
Deprecated. 
Returns the value of the 'Application Name' attribute.

If the meaning of the 'Application Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application Name' attribute.
See Also:
setApplicationName(String), JsdlPackage.getDocumentRoot_ApplicationName()

setApplicationName

void setApplicationName(java.lang.String value)
Deprecated. 
Sets the value of the 'Application Name' attribute.

Parameters:
value - the new value of the 'Application Name' attribute.
See Also:
getApplicationName()

getApplicationVersion

java.lang.String getApplicationVersion()
Deprecated. 
Returns the value of the 'Application Version' attribute.

If the meaning of the 'Application Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application Version' attribute.
See Also:
setApplicationVersion(String), JsdlPackage.getDocumentRoot_ApplicationVersion()

setApplicationVersion

void setApplicationVersion(java.lang.String value)
Deprecated. 
Sets the value of the 'Application Version' attribute.

Parameters:
value - the new value of the 'Application Version' attribute.
See Also:
getApplicationVersion()

getCandidateHosts

CandidateHostsType getCandidateHosts()
Deprecated. 
Returns the value of the 'Candidate Hosts' containment reference.

If the meaning of the 'Candidate Hosts' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Candidate Hosts' containment reference.
See Also:
setCandidateHosts(CandidateHostsType), JsdlPackage.getDocumentRoot_CandidateHosts()

setCandidateHosts

void setCandidateHosts(CandidateHostsType value)
Deprecated. 
Sets the value of the 'Candidate Hosts' containment reference.

Parameters:
value - the new value of the 'Candidate Hosts' containment reference.
See Also:
getCandidateHosts()

getCPUArchitecture

CPUArchitectureType getCPUArchitecture()
Deprecated. 
Returns the value of the 'CPU Architecture' containment reference.

If the meaning of the 'CPU Architecture' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'CPU Architecture' containment reference.
See Also:
setCPUArchitecture(CPUArchitectureType), JsdlPackage.getDocumentRoot_CPUArchitecture()

setCPUArchitecture

void setCPUArchitecture(CPUArchitectureType value)
Deprecated. 
Sets the value of the 'CPU Architecture' containment reference.

Parameters:
value - the new value of the 'CPU Architecture' containment reference.
See Also:
getCPUArchitecture()

getCPUArchitectureName

ProcessorArchitectureEnumeration getCPUArchitectureName()
Deprecated. 
Returns the value of the 'CPU Architecture Name' attribute. The default value is "sparc". The literals are from the enumeration ProcessorArchitectureEnumeration.

If the meaning of the 'CPU Architecture Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, setCPUArchitectureName(ProcessorArchitectureEnumeration), JsdlPackage.getDocumentRoot_CPUArchitectureName()

setCPUArchitectureName

void setCPUArchitectureName(ProcessorArchitectureEnumeration value)
Deprecated. 
Sets the value of the 'CPU Architecture Name' attribute.

Parameters:
value - the new value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, getCPUArchitectureName()

getCreationFlag

CreationFlagEnumeration getCreationFlag()
Deprecated. 
Returns the value of the 'Creation Flag' attribute. The default value is "overwrite". The literals are from the enumeration CreationFlagEnumeration.

If the meaning of the 'Creation Flag' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Creation Flag' attribute.
See Also:
CreationFlagEnumeration, setCreationFlag(CreationFlagEnumeration), JsdlPackage.getDocumentRoot_CreationFlag()

setCreationFlag

void setCreationFlag(CreationFlagEnumeration value)
Deprecated. 
Sets the value of the 'Creation Flag' attribute.

Parameters:
value - the new value of the 'Creation Flag' attribute.
See Also:
CreationFlagEnumeration, getCreationFlag()

getDataStaging

DataStagingType getDataStaging()
Deprecated. 
Returns the value of the 'Data Staging' containment reference.

If the meaning of the 'Data Staging' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Staging' containment reference.
See Also:
setDataStaging(DataStagingType), JsdlPackage.getDocumentRoot_DataStaging()

setDataStaging

void setDataStaging(DataStagingType value)
Deprecated. 
Sets the value of the 'Data Staging' containment reference.

Parameters:
value - the new value of the 'Data Staging' containment reference.
See Also:
getDataStaging()

isDeleteOnTermination

boolean isDeleteOnTermination()
Deprecated. 
Returns the value of the 'Delete On Termination' attribute.

If the meaning of the 'Delete On Termination' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delete On Termination' attribute.
See Also:
setDeleteOnTermination(boolean), JsdlPackage.getDocumentRoot_DeleteOnTermination()

setDeleteOnTermination

void setDeleteOnTermination(boolean value)
Deprecated. 
Sets the value of the 'Delete On Termination' attribute.

Parameters:
value - the new value of the 'Delete On Termination' attribute.
See Also:
isDeleteOnTermination()

getDescription

java.lang.String getDescription()
Deprecated. 
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), JsdlPackage.getDocumentRoot_Description()

setDescription

void setDescription(java.lang.String value)
Deprecated. 
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getDiskSpace

RangeValueType getDiskSpace()
Deprecated. 
Returns the value of the 'Disk Space' containment reference.

If the meaning of the 'Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Disk Space' containment reference.
See Also:
setDiskSpace(RangeValueType), JsdlPackage.getDocumentRoot_DiskSpace()

setDiskSpace

void setDiskSpace(RangeValueType value)
Deprecated. 
Sets the value of the 'Disk Space' containment reference.

Parameters:
value - the new value of the 'Disk Space' containment reference.
See Also:
getDiskSpace()

isExclusiveExecution

boolean isExclusiveExecution()
Deprecated. 
Returns the value of the 'Exclusive Execution' attribute.

If the meaning of the 'Exclusive Execution' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exclusive Execution' attribute.
See Also:
setExclusiveExecution(boolean), JsdlPackage.getDocumentRoot_ExclusiveExecution()

setExclusiveExecution

void setExclusiveExecution(boolean value)
Deprecated. 
Sets the value of the 'Exclusive Execution' attribute.

Parameters:
value - the new value of the 'Exclusive Execution' attribute.
See Also:
isExclusiveExecution()

getFileName

java.lang.String getFileName()
Deprecated. 
Returns the value of the 'File Name' attribute.

If the meaning of the 'File Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File Name' attribute.
See Also:
setFileName(String), JsdlPackage.getDocumentRoot_FileName()

setFileName

void setFileName(java.lang.String value)
Deprecated. 
Sets the value of the 'File Name' attribute.

Parameters:
value - the new value of the 'File Name' attribute.
See Also:
getFileName()

getFileSystem

FileSystemType getFileSystem()
Deprecated. 
Returns the value of the 'File System' containment reference.

If the meaning of the 'File System' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'File System' containment reference.
See Also:
setFileSystem(FileSystemType), JsdlPackage.getDocumentRoot_FileSystem()

setFileSystem

void setFileSystem(FileSystemType value)
Deprecated. 
Sets the value of the 'File System' containment reference.

Parameters:
value - the new value of the 'File System' containment reference.
See Also:
getFileSystem()

getFilesystemName

java.lang.String getFilesystemName()
Deprecated. 
Returns the value of the 'Filesystem Name' attribute.

If the meaning of the 'Filesystem Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filesystem Name' attribute.
See Also:
setFilesystemName(String), JsdlPackage.getDocumentRoot_FilesystemName()

setFilesystemName

void setFilesystemName(java.lang.String value)
Deprecated. 
Sets the value of the 'Filesystem Name' attribute.

Parameters:
value - the new value of the 'Filesystem Name' attribute.
See Also:
getFilesystemName()

getFileSystemType

FileSystemTypeEnumeration getFileSystemType()
Deprecated. 
Returns the value of the 'File System Type' attribute. The default value is "swap". The literals are from the enumeration FileSystemTypeEnumeration.

If the meaning of the 'File System Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, setFileSystemType(FileSystemTypeEnumeration), JsdlPackage.getDocumentRoot_FileSystemType()

setFileSystemType

void setFileSystemType(FileSystemTypeEnumeration value)
Deprecated. 
Sets the value of the 'File System Type' attribute.

Parameters:
value - the new value of the 'File System Type' attribute.
See Also:
FileSystemTypeEnumeration, getFileSystemType()

getHostName

java.lang.String getHostName()
Deprecated. 
Returns the value of the 'Host Name' attribute.

If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), JsdlPackage.getDocumentRoot_HostName()

setHostName

void setHostName(java.lang.String value)
Deprecated. 
Sets the value of the 'Host Name' attribute.

Parameters:
value - the new value of the 'Host Name' attribute.
See Also:
getHostName()

getIndividualCPUCount

RangeValueType getIndividualCPUCount()
Deprecated. 
Returns the value of the 'Individual CPU Count' containment reference.

If the meaning of the 'Individual CPU Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Count' containment reference.
See Also:
setIndividualCPUCount(RangeValueType), JsdlPackage.getDocumentRoot_IndividualCPUCount()

setIndividualCPUCount

void setIndividualCPUCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Count' containment reference.

Parameters:
value - the new value of the 'Individual CPU Count' containment reference.
See Also:
getIndividualCPUCount()

getIndividualCPUSpeed

RangeValueType getIndividualCPUSpeed()
Deprecated. 
Returns the value of the 'Individual CPU Speed' containment reference.

If the meaning of the 'Individual CPU Speed' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Speed' containment reference.
See Also:
setIndividualCPUSpeed(RangeValueType), JsdlPackage.getDocumentRoot_IndividualCPUSpeed()

setIndividualCPUSpeed

void setIndividualCPUSpeed(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Speed' containment reference.

Parameters:
value - the new value of the 'Individual CPU Speed' containment reference.
See Also:
getIndividualCPUSpeed()

getIndividualCPUTime

RangeValueType getIndividualCPUTime()
Deprecated. 
Returns the value of the 'Individual CPU Time' containment reference.

If the meaning of the 'Individual CPU Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Time' containment reference.
See Also:
setIndividualCPUTime(RangeValueType), JsdlPackage.getDocumentRoot_IndividualCPUTime()

setIndividualCPUTime

void setIndividualCPUTime(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Time' containment reference.

Parameters:
value - the new value of the 'Individual CPU Time' containment reference.
See Also:
getIndividualCPUTime()

getIndividualDiskSpace

RangeValueType getIndividualDiskSpace()
Deprecated. 
Returns the value of the 'Individual Disk Space' containment reference.

If the meaning of the 'Individual Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Disk Space' containment reference.
See Also:
setIndividualDiskSpace(RangeValueType), JsdlPackage.getDocumentRoot_IndividualDiskSpace()

setIndividualDiskSpace

void setIndividualDiskSpace(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Disk Space' containment reference.

Parameters:
value - the new value of the 'Individual Disk Space' containment reference.
See Also:
getIndividualDiskSpace()

getIndividualNetworkBandwidth

RangeValueType getIndividualNetworkBandwidth()
Deprecated. 
Returns the value of the 'Individual Network Bandwidth' containment reference.

If the meaning of the 'Individual Network Bandwidth' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Network Bandwidth' containment reference.
See Also:
setIndividualNetworkBandwidth(RangeValueType), JsdlPackage.getDocumentRoot_IndividualNetworkBandwidth()

setIndividualNetworkBandwidth

void setIndividualNetworkBandwidth(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Network Bandwidth' containment reference.

Parameters:
value - the new value of the 'Individual Network Bandwidth' containment reference.
See Also:
getIndividualNetworkBandwidth()

getIndividualPhysicalMemory

RangeValueType getIndividualPhysicalMemory()
Deprecated. 
Returns the value of the 'Individual Physical Memory' containment reference.

If the meaning of the 'Individual Physical Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Physical Memory' containment reference.
See Also:
setIndividualPhysicalMemory(RangeValueType), JsdlPackage.getDocumentRoot_IndividualPhysicalMemory()

setIndividualPhysicalMemory

void setIndividualPhysicalMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Physical Memory' containment reference.

Parameters:
value - the new value of the 'Individual Physical Memory' containment reference.
See Also:
getIndividualPhysicalMemory()

getIndividualVirtualMemory

RangeValueType getIndividualVirtualMemory()
Deprecated. 
Returns the value of the 'Individual Virtual Memory' containment reference.

If the meaning of the 'Individual Virtual Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Virtual Memory' containment reference.
See Also:
setIndividualVirtualMemory(RangeValueType), JsdlPackage.getDocumentRoot_IndividualVirtualMemory()

setIndividualVirtualMemory

void setIndividualVirtualMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Virtual Memory' containment reference.

Parameters:
value - the new value of the 'Individual Virtual Memory' containment reference.
See Also:
getIndividualVirtualMemory()

getJobAnnotation

java.lang.String getJobAnnotation()
Deprecated. 
Returns the value of the 'Job Annotation' attribute.

If the meaning of the 'Job Annotation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Annotation' attribute.
See Also:
setJobAnnotation(String), JsdlPackage.getDocumentRoot_JobAnnotation()

setJobAnnotation

void setJobAnnotation(java.lang.String value)
Deprecated. 
Sets the value of the 'Job Annotation' attribute.

Parameters:
value - the new value of the 'Job Annotation' attribute.
See Also:
getJobAnnotation()

getJobDefinition

JobDefinitionType getJobDefinition()
Deprecated. 
Returns the value of the 'Job Definition' containment reference.

If the meaning of the 'Job Definition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Definition' containment reference.
See Also:
setJobDefinition(JobDefinitionType), JsdlPackage.getDocumentRoot_JobDefinition()

setJobDefinition

void setJobDefinition(JobDefinitionType value)
Deprecated. 
Sets the value of the 'Job Definition' containment reference.

Parameters:
value - the new value of the 'Job Definition' containment reference.
See Also:
getJobDefinition()

getJobDescription

JobDescriptionType getJobDescription()
Deprecated. 
Returns the value of the 'Job Description' containment reference.

If the meaning of the 'Job Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Description' containment reference.
See Also:
setJobDescription(JobDescriptionType), JsdlPackage.getDocumentRoot_JobDescription()

setJobDescription

void setJobDescription(JobDescriptionType value)
Deprecated. 
Sets the value of the 'Job Description' containment reference.

Parameters:
value - the new value of the 'Job Description' containment reference.
See Also:
getJobDescription()

getJobIdentification

JobIdentificationType getJobIdentification()
Deprecated. 
Returns the value of the 'Job Identification' containment reference.

If the meaning of the 'Job Identification' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Identification' containment reference.
See Also:
setJobIdentification(JobIdentificationType), JsdlPackage.getDocumentRoot_JobIdentification()

setJobIdentification

void setJobIdentification(JobIdentificationType value)
Deprecated. 
Sets the value of the 'Job Identification' containment reference.

Parameters:
value - the new value of the 'Job Identification' containment reference.
See Also:
getJobIdentification()

getJobName

java.lang.String getJobName()
Deprecated. 
Returns the value of the 'Job Name' attribute.

If the meaning of the 'Job Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Name' attribute.
See Also:
setJobName(String), JsdlPackage.getDocumentRoot_JobName()

setJobName

void setJobName(java.lang.String value)
Deprecated. 
Sets the value of the 'Job Name' attribute.

Parameters:
value - the new value of the 'Job Name' attribute.
See Also:
getJobName()

getJobProject

java.lang.String getJobProject()
Deprecated. 
Returns the value of the 'Job Project' attribute.

If the meaning of the 'Job Project' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Project' attribute.
See Also:
setJobProject(String), JsdlPackage.getDocumentRoot_JobProject()

setJobProject

void setJobProject(java.lang.String value)
Deprecated. 
Sets the value of the 'Job Project' attribute.

Parameters:
value - the new value of the 'Job Project' attribute.
See Also:
getJobProject()

getMountPoint

java.lang.String getMountPoint()
Deprecated. 
Returns the value of the 'Mount Point' attribute.

If the meaning of the 'Mount Point' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mount Point' attribute.
See Also:
setMountPoint(String), JsdlPackage.getDocumentRoot_MountPoint()

setMountPoint

void setMountPoint(java.lang.String value)
Deprecated. 
Sets the value of the 'Mount Point' attribute.

Parameters:
value - the new value of the 'Mount Point' attribute.
See Also:
getMountPoint()

getOperatingSystem

OperatingSystemType getOperatingSystem()
Deprecated. 
Returns the value of the 'Operating System' containment reference.

If the meaning of the 'Operating System' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System' containment reference.
See Also:
setOperatingSystem(OperatingSystemType), JsdlPackage.getDocumentRoot_OperatingSystem()

setOperatingSystem

void setOperatingSystem(OperatingSystemType value)
Deprecated. 
Sets the value of the 'Operating System' containment reference.

Parameters:
value - the new value of the 'Operating System' containment reference.
See Also:
getOperatingSystem()

getOperatingSystemName

OperatingSystemTypeEnumeration getOperatingSystemName()
Deprecated. 
Returns the value of the 'Operating System Name' attribute. The default value is "Unknown". The literals are from the enumeration OperatingSystemTypeEnumeration.

If the meaning of the 'Operating System Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System Name' attribute.
See Also:
OperatingSystemTypeEnumeration, setOperatingSystemName(OperatingSystemTypeEnumeration), JsdlPackage.getDocumentRoot_OperatingSystemName()

setOperatingSystemName

void setOperatingSystemName(OperatingSystemTypeEnumeration value)
Deprecated. 
Sets the value of the 'Operating System Name' attribute.

Parameters:
value - the new value of the 'Operating System Name' attribute.
See Also:
OperatingSystemTypeEnumeration, getOperatingSystemName()

getOperatingSystemType

OperatingSystemTypeType getOperatingSystemType()
Deprecated. 
Returns the value of the 'Operating System Type' containment reference.

If the meaning of the 'Operating System Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System Type' containment reference.
See Also:
setOperatingSystemType(OperatingSystemTypeType), JsdlPackage.getDocumentRoot_OperatingSystemType()

setOperatingSystemType

void setOperatingSystemType(OperatingSystemTypeType value)
Deprecated. 
Sets the value of the 'Operating System Type' containment reference.

Parameters:
value - the new value of the 'Operating System Type' containment reference.
See Also:
getOperatingSystemType()

getOperatingSystemVersion

java.lang.String getOperatingSystemVersion()
Deprecated. 
Returns the value of the 'Operating System Version' attribute.

If the meaning of the 'Operating System Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System Version' attribute.
See Also:
setOperatingSystemVersion(String), JsdlPackage.getDocumentRoot_OperatingSystemVersion()

setOperatingSystemVersion

void setOperatingSystemVersion(java.lang.String value)
Deprecated. 
Sets the value of the 'Operating System Version' attribute.

Parameters:
value - the new value of the 'Operating System Version' attribute.
See Also:
getOperatingSystemVersion()

getResources

ResourcesType getResources()
Deprecated. 
Returns the value of the 'Resources' containment reference.

If the meaning of the 'Resources' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resources' containment reference.
See Also:
setResources(ResourcesType), JsdlPackage.getDocumentRoot_Resources()

setResources

void setResources(ResourcesType value)
Deprecated. 
Sets the value of the 'Resources' containment reference.

Parameters:
value - the new value of the 'Resources' containment reference.
See Also:
getResources()

getSource

SourceTargetType getSource()
Deprecated. 
Returns the value of the 'Source' containment reference.

If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source' containment reference.
See Also:
setSource(SourceTargetType), JsdlPackage.getDocumentRoot_Source()

setSource

void setSource(SourceTargetType value)
Deprecated. 
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()

getTarget

SourceTargetType getTarget()
Deprecated. 
Returns the value of the 'Target' containment reference.

If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(SourceTargetType), JsdlPackage.getDocumentRoot_Target()

setTarget

void setTarget(SourceTargetType value)
Deprecated. 
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()

getTotalCPUCount

RangeValueType getTotalCPUCount()
Deprecated. 
Returns the value of the 'Total CPU Count' containment reference.

If the meaning of the 'Total CPU Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total CPU Count' containment reference.
See Also:
setTotalCPUCount(RangeValueType), JsdlPackage.getDocumentRoot_TotalCPUCount()

setTotalCPUCount

void setTotalCPUCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Total CPU Count' containment reference.

Parameters:
value - the new value of the 'Total CPU Count' containment reference.
See Also:
getTotalCPUCount()

getTotalCPUTime

RangeValueType getTotalCPUTime()
Deprecated. 
Returns the value of the 'Total CPU Time' containment reference.

If the meaning of the 'Total CPU Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total CPU Time' containment reference.
See Also:
setTotalCPUTime(RangeValueType), JsdlPackage.getDocumentRoot_TotalCPUTime()

setTotalCPUTime

void setTotalCPUTime(RangeValueType value)
Deprecated. 
Sets the value of the 'Total CPU Time' containment reference.

Parameters:
value - the new value of the 'Total CPU Time' containment reference.
See Also:
getTotalCPUTime()

getTotalDiskSpace

RangeValueType getTotalDiskSpace()
Deprecated. 
Returns the value of the 'Total Disk Space' containment reference.

If the meaning of the 'Total Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Disk Space' containment reference.
See Also:
setTotalDiskSpace(RangeValueType), JsdlPackage.getDocumentRoot_TotalDiskSpace()

setTotalDiskSpace

void setTotalDiskSpace(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Disk Space' containment reference.

Parameters:
value - the new value of the 'Total Disk Space' containment reference.
See Also:
getTotalDiskSpace()

getTotalPhysicalMemory

RangeValueType getTotalPhysicalMemory()
Deprecated. 
Returns the value of the 'Total Physical Memory' containment reference.

If the meaning of the 'Total Physical Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Physical Memory' containment reference.
See Also:
setTotalPhysicalMemory(RangeValueType), JsdlPackage.getDocumentRoot_TotalPhysicalMemory()

setTotalPhysicalMemory

void setTotalPhysicalMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Physical Memory' containment reference.

Parameters:
value - the new value of the 'Total Physical Memory' containment reference.
See Also:
getTotalPhysicalMemory()

getTotalResourceCount

RangeValueType getTotalResourceCount()
Deprecated. 
Returns the value of the 'Total Resource Count' containment reference.

If the meaning of the 'Total Resource Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Resource Count' containment reference.
See Also:
setTotalResourceCount(RangeValueType), JsdlPackage.getDocumentRoot_TotalResourceCount()

setTotalResourceCount

void setTotalResourceCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Resource Count' containment reference.

Parameters:
value - the new value of the 'Total Resource Count' containment reference.
See Also:
getTotalResourceCount()

getTotalVirtualMemory

RangeValueType getTotalVirtualMemory()
Deprecated. 
Returns the value of the 'Total Virtual Memory' containment reference.

If the meaning of the 'Total Virtual Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Virtual Memory' containment reference.
See Also:
setTotalVirtualMemory(RangeValueType), JsdlPackage.getDocumentRoot_TotalVirtualMemory()

setTotalVirtualMemory

void setTotalVirtualMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Virtual Memory' containment reference.

Parameters:
value - the new value of the 'Total Virtual Memory' containment reference.
See Also:
getTotalVirtualMemory()

getURI

java.lang.String getURI()
Deprecated. 
Returns the value of the 'URI' attribute.

If the meaning of the 'URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'URI' attribute.
See Also:
setURI(String), JsdlPackage.getDocumentRoot_URI()

setURI

void setURI(java.lang.String value)
Deprecated. 
Sets the value of the 'URI' attribute.

Parameters:
value - the new value of the 'URI' attribute.
See Also:
getURI()

g-Eclipse
Release 1.0.0