g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface DocumentRoot

All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
QdlPackage.getDocumentRoot()

Method Summary
 AllowedVirtualOrganizationsType getAllowedVirtualOrganizations()
          Returns the value of the 'Allowed Virtual Organizations' containment reference
 IntegerRangeValueType getAssignedResources()
          Returns the value of the 'Assigned Resources' containment reference
 RangeValueType getCPUTimeLimit()
          Returns the value of the 'CPU Time Limit' containment reference
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 IntegerRangeValueType getJobsInQueue()
          Returns the value of the 'Jobs In Queue' containment reference
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 IntegerRangeValueType getPriority()
          Returns the value of the 'Priority' containment reference
 QueueType getQueue()
          Returns the value of the 'Queue' containment reference
 QueueStatusEnumeration getQueueStatus()
          Returns the value of the 'Queue Status' attribute.
 QueueTypeEnumeration getQueueType()
          Returns the value of the 'Queue Type' attribute.
 IntegerRangeValueType getRunningJobs()
          Returns the value of the 'Running Jobs' containment reference
 java.lang.String getVOName()
          Returns the value of the 'VO Name' attribute
 RangeValueType getWallTimeLimit()
          Returns the value of the 'Wall Time Limit' containment reference
  getXMLNSPrefixMap()
          Returns the value of the 'XMLNS Prefix Map' map.
  getXSISchemaLocation()
          Returns the value of the 'XSI Schema Location' map.
 boolean isQueueStarted()
          Returns the value of the 'Queue Started' attribute
 void setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType value)
          Sets the value of the 'Allowed Virtual Organizations' containment reference
 void setAssignedResources(IntegerRangeValueType value)
          Sets the value of the 'Assigned Resources' containment reference
 void setCPUTimeLimit(RangeValueType value)
          Sets the value of the 'CPU Time Limit' containment reference
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setJobsInQueue(IntegerRangeValueType value)
          Sets the value of the 'Jobs In Queue' containment reference
 void setPriority(IntegerRangeValueType value)
          Sets the value of the 'Priority' containment reference
 void setQueue(QueueType value)
          Sets the value of the 'Queue' containment reference
 void setQueueStarted(boolean value)
          Sets the value of the 'Queue Started' attribute
 void setQueueStatus(QueueStatusEnumeration value)
          Sets the value of the 'Queue Status' attribute
 void setQueueType(QueueTypeEnumeration value)
          Sets the value of the 'Queue Type' attribute
 void setRunningJobs(IntegerRangeValueType value)
          Sets the value of the 'Running Jobs' containment reference
 void setVOName(java.lang.String value)
          Sets the value of the 'VO Name' attribute
 void setWallTimeLimit(RangeValueType value)
          Sets the value of the 'Wall Time Limit' containment reference
 

Method Detail

getMixed

FeatureMap getMixed()
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:
QdlPackage.getDocumentRoot_Mixed()

getXMLNSPrefixMap

 getXMLNSPrefixMap()
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:
QdlPackage.getDocumentRoot_XMLNSPrefixMap()

getXSISchemaLocation

 getXSISchemaLocation()
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:
QdlPackage.getDocumentRoot_XSISchemaLocation()

getAllowedVirtualOrganizations

AllowedVirtualOrganizationsType getAllowedVirtualOrganizations()
Returns the value of the 'Allowed Virtual Organizations' containment reference.

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

Returns:
the value of the 'Allowed Virtual Organizations' containment reference.
See Also:
setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType), QdlPackage.getDocumentRoot_AllowedVirtualOrganizations()

setAllowedVirtualOrganizations

void setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType value)
Sets the value of the 'Allowed Virtual Organizations' containment reference.

Parameters:
value - the new value of the 'Allowed Virtual Organizations' containment reference.
See Also:
getAllowedVirtualOrganizations()

getAssignedResources

IntegerRangeValueType getAssignedResources()
Returns the value of the 'Assigned Resources' containment reference.

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

Returns:
the value of the 'Assigned Resources' containment reference.
See Also:
setAssignedResources(IntegerRangeValueType), QdlPackage.getDocumentRoot_AssignedResources()

setAssignedResources

void setAssignedResources(IntegerRangeValueType value)
Sets the value of the 'Assigned Resources' containment reference.

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

getCPUTimeLimit

RangeValueType getCPUTimeLimit()
Returns the value of the 'CPU Time Limit' containment reference.

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

Returns:
the value of the 'CPU Time Limit' containment reference.
See Also:
setCPUTimeLimit(RangeValueType), QdlPackage.getDocumentRoot_CPUTimeLimit()

setCPUTimeLimit

void setCPUTimeLimit(RangeValueType value)
Sets the value of the 'CPU Time Limit' containment reference.

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

getDescription

java.lang.String getDescription()
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), QdlPackage.getDocumentRoot_Description()

setDescription

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

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

getJobsInQueue

IntegerRangeValueType getJobsInQueue()
Returns the value of the 'Jobs In Queue' containment reference.

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

Returns:
the value of the 'Jobs In Queue' containment reference.
See Also:
setJobsInQueue(IntegerRangeValueType), QdlPackage.getDocumentRoot_JobsInQueue()

setJobsInQueue

void setJobsInQueue(IntegerRangeValueType value)
Sets the value of the 'Jobs In Queue' containment reference.

Parameters:
value - the new value of the 'Jobs In Queue' containment reference.
See Also:
getJobsInQueue()

getPriority

IntegerRangeValueType getPriority()
Returns the value of the 'Priority' containment reference.

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

Returns:
the value of the 'Priority' containment reference.
See Also:
setPriority(IntegerRangeValueType), QdlPackage.getDocumentRoot_Priority()

setPriority

void setPriority(IntegerRangeValueType value)
Sets the value of the 'Priority' containment reference.

Parameters:
value - the new value of the 'Priority' containment reference.
See Also:
getPriority()

getQueue

QueueType getQueue()
Returns the value of the 'Queue' containment reference.

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

Returns:
the value of the 'Queue' containment reference.
See Also:
setQueue(QueueType), QdlPackage.getDocumentRoot_Queue()

setQueue

void setQueue(QueueType value)
Sets the value of the 'Queue' containment reference.

Parameters:
value - the new value of the 'Queue' containment reference.
See Also:
getQueue()

isQueueStarted

boolean isQueueStarted()
Returns the value of the 'Queue Started' attribute.

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

Returns:
the value of the 'Queue Started' attribute.
See Also:
setQueueStarted(boolean), QdlPackage.getDocumentRoot_QueueStarted()

setQueueStarted

void setQueueStarted(boolean value)
Sets the value of the 'Queue Started' attribute.

Parameters:
value - the new value of the 'Queue Started' attribute.
See Also:
isQueueStarted()

getQueueStatus

QueueStatusEnumeration getQueueStatus()
Returns the value of the 'Queue Status' attribute. The default value is "Enabled". The literals are from the enumeration QueueStatusEnumeration.

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

Returns:
the value of the 'Queue Status' attribute.
See Also:
QueueStatusEnumeration, setQueueStatus(QueueStatusEnumeration), QdlPackage.getDocumentRoot_QueueStatus()

setQueueStatus

void setQueueStatus(QueueStatusEnumeration value)
Sets the value of the 'Queue Status' attribute.

Parameters:
value - the new value of the 'Queue Status' attribute.
See Also:
QueueStatusEnumeration, getQueueStatus()

getQueueType

QueueTypeEnumeration getQueueType()
Returns the value of the 'Queue Type' attribute. The default value is "Execution". The literals are from the enumeration QueueTypeEnumeration.

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

Returns:
the value of the 'Queue Type' attribute.
See Also:
QueueTypeEnumeration, setQueueType(QueueTypeEnumeration), QdlPackage.getDocumentRoot_QueueType()

setQueueType

void setQueueType(QueueTypeEnumeration value)
Sets the value of the 'Queue Type' attribute.

Parameters:
value - the new value of the 'Queue Type' attribute.
See Also:
QueueTypeEnumeration, getQueueType()

getRunningJobs

IntegerRangeValueType getRunningJobs()
Returns the value of the 'Running Jobs' containment reference.

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

Returns:
the value of the 'Running Jobs' containment reference.
See Also:
setRunningJobs(IntegerRangeValueType), QdlPackage.getDocumentRoot_RunningJobs()

setRunningJobs

void setRunningJobs(IntegerRangeValueType value)
Sets the value of the 'Running Jobs' containment reference.

Parameters:
value - the new value of the 'Running Jobs' containment reference.
See Also:
getRunningJobs()

getVOName

java.lang.String getVOName()
Returns the value of the 'VO Name' attribute.

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

Returns:
the value of the 'VO Name' attribute.
See Also:
setVOName(String), QdlPackage.getDocumentRoot_VOName()

setVOName

void setVOName(java.lang.String value)
Sets the value of the 'VO Name' attribute.

Parameters:
value - the new value of the 'VO Name' attribute.
See Also:
getVOName()

getWallTimeLimit

RangeValueType getWallTimeLimit()
Returns the value of the 'Wall Time Limit' containment reference.

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

Returns:
the value of the 'Wall Time Limit' containment reference.
See Also:
setWallTimeLimit(RangeValueType), QdlPackage.getDocumentRoot_WallTimeLimit()

setWallTimeLimit

void setWallTimeLimit(RangeValueType value)
Sets the value of the 'Wall Time Limit' containment reference.

Parameters:
value - the new value of the 'Wall Time Limit' containment reference.
See Also:
getWallTimeLimit()

g-Eclipse
Release 1.0.0