|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SPMDApplicationType
An XML SPMDApplication_Type(@http://schemas.ogf.org/jsdl/2007/02/jsdl-spmd). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SPMDApplicationType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
ArgumentType |
addNewArgument()
Appends and returns a new empty value (as xml) as the last "Argument" element |
EnvironmentType |
addNewEnvironment()
Appends and returns a new empty value (as xml) as the last "Environment" element |
FileNameType |
addNewError()
Appends and returns a new empty "Error" element |
FileNameType |
addNewExecutable()
Appends and returns a new empty "Executable" element |
FileNameType |
addNewInput()
Appends and returns a new empty "Input" element |
NumberOfProcessesType |
addNewNumberOfProcesses()
Appends and returns a new empty "NumberOfProcesses" element |
FileNameType |
addNewOutput()
Appends and returns a new empty "Output" element |
ProcessesPerHostType |
addNewProcessesPerHost()
Appends and returns a new empty "ProcessesPerHost" element |
ThreadsPerProcessType |
addNewThreadsPerProcess()
Appends and returns a new empty "ThreadsPerProcess" element |
UserNameType |
addNewUserName()
Appends and returns a new empty "UserName" element |
DirectoryNameType |
addNewWorkingDirectory()
Appends and returns a new empty "WorkingDirectory" element |
ArgumentType[] |
getArgumentArray()
Gets array of all "Argument" elements |
ArgumentType |
getArgumentArray(int i)
Gets ith "Argument" element |
EnvironmentType[] |
getEnvironmentArray()
Gets array of all "Environment" elements |
EnvironmentType |
getEnvironmentArray(int i)
Gets ith "Environment" element |
FileNameType |
getError()
Gets the "Error" element |
FileNameType |
getExecutable()
Gets the "Executable" element |
FileNameType |
getInput()
Gets the "Input" element |
String |
getName()
Gets the "name" attribute |
NumberOfProcessesType |
getNumberOfProcesses()
Gets the "NumberOfProcesses" element |
FileNameType |
getOutput()
Gets the "Output" element |
ProcessesPerHostType |
getProcessesPerHost()
Gets the "ProcessesPerHost" element |
String |
getSPMDVariation()
Gets the "SPMDVariation" element |
ThreadsPerProcessType |
getThreadsPerProcess()
Gets the "ThreadsPerProcess" element |
UserNameType |
getUserName()
Gets the "UserName" element |
DirectoryNameType |
getWorkingDirectory()
Gets the "WorkingDirectory" element |
ArgumentType |
insertNewArgument(int i)
Inserts and returns a new empty value (as xml) as the ith "Argument" element |
EnvironmentType |
insertNewEnvironment(int i)
Inserts and returns a new empty value (as xml) as the ith "Environment" element |
boolean |
isNilNumberOfProcesses()
Tests for nil "NumberOfProcesses" element |
boolean |
isNilThreadsPerProcess()
Tests for nil "ThreadsPerProcess" element |
boolean |
isSetError()
True if has "Error" element |
boolean |
isSetExecutable()
True if has "Executable" element |
boolean |
isSetInput()
True if has "Input" element |
boolean |
isSetName()
True if has "name" attribute |
boolean |
isSetNumberOfProcesses()
True if has "NumberOfProcesses" element |
boolean |
isSetOutput()
True if has "Output" element |
boolean |
isSetProcessesPerHost()
True if has "ProcessesPerHost" element |
boolean |
isSetThreadsPerProcess()
True if has "ThreadsPerProcess" element |
boolean |
isSetUserName()
True if has "UserName" element |
boolean |
isSetWorkingDirectory()
True if has "WorkingDirectory" element |
void |
removeArgument(int i)
Removes the ith "Argument" element |
void |
removeEnvironment(int i)
Removes the ith "Environment" element |
void |
setArgumentArray(ArgumentType[] argumentArray)
Sets array of all "Argument" element |
void |
setArgumentArray(int i,
ArgumentType argument)
Sets ith "Argument" element |
void |
setEnvironmentArray(EnvironmentType[] environmentArray)
Sets array of all "Environment" element |
void |
setEnvironmentArray(int i,
EnvironmentType environment)
Sets ith "Environment" element |
void |
setError(FileNameType error)
Sets the "Error" element |
void |
setExecutable(FileNameType executable)
Sets the "Executable" element |
void |
setInput(FileNameType input)
Sets the "Input" element |
void |
setName(String name)
Sets the "name" attribute |
void |
setNilNumberOfProcesses()
Nils the "NumberOfProcesses" element |
void |
setNilThreadsPerProcess()
Nils the "ThreadsPerProcess" element |
void |
setNumberOfProcesses(NumberOfProcessesType numberOfProcesses)
Sets the "NumberOfProcesses" element |
void |
setOutput(FileNameType output)
Sets the "Output" element |
void |
setProcessesPerHost(ProcessesPerHostType processesPerHost)
Sets the "ProcessesPerHost" element |
void |
setSPMDVariation(String spmdVariation)
Sets the "SPMDVariation" element |
void |
setThreadsPerProcess(ThreadsPerProcessType threadsPerProcess)
Sets the "ThreadsPerProcess" element |
void |
setUserName(UserNameType userName)
Sets the "UserName" element |
void |
setWorkingDirectory(DirectoryNameType workingDirectory)
Sets the "WorkingDirectory" element |
int |
sizeOfArgumentArray()
Returns number of "Argument" element |
int |
sizeOfEnvironmentArray()
Returns number of "Environment" element |
void |
unsetError()
Unsets the "Error" element |
void |
unsetExecutable()
Unsets the "Executable" element |
void |
unsetInput()
Unsets the "Input" element |
void |
unsetName()
Unsets the "name" attribute |
void |
unsetNumberOfProcesses()
Unsets the "NumberOfProcesses" element |
void |
unsetOutput()
Unsets the "Output" element |
void |
unsetProcessesPerHost()
Unsets the "ProcessesPerHost" element |
void |
unsetThreadsPerProcess()
Unsets the "ThreadsPerProcess" element |
void |
unsetUserName()
Unsets the "UserName" element |
void |
unsetWorkingDirectory()
Unsets the "WorkingDirectory" element |
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetSPMDVariation()
Gets (as xml) the "SPMDVariation" element |
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute |
void |
xsetSPMDVariation(org.apache.xmlbeans.XmlAnyURI spmdVariation)
Sets (as xml) the "SPMDVariation" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
FileNameType getExecutable()
boolean isSetExecutable()
void setExecutable(FileNameType executable)
FileNameType addNewExecutable()
void unsetExecutable()
ArgumentType[] getArgumentArray()
ArgumentType getArgumentArray(int i)
int sizeOfArgumentArray()
void setArgumentArray(ArgumentType[] argumentArray)
void setArgumentArray(int i, ArgumentType argument)
ArgumentType insertNewArgument(int i)
ArgumentType addNewArgument()
void removeArgument(int i)
FileNameType getInput()
boolean isSetInput()
void setInput(FileNameType input)
FileNameType addNewInput()
void unsetInput()
FileNameType getOutput()
boolean isSetOutput()
void setOutput(FileNameType output)
FileNameType addNewOutput()
void unsetOutput()
FileNameType getError()
boolean isSetError()
void setError(FileNameType error)
FileNameType addNewError()
void unsetError()
DirectoryNameType getWorkingDirectory()
boolean isSetWorkingDirectory()
void setWorkingDirectory(DirectoryNameType workingDirectory)
DirectoryNameType addNewWorkingDirectory()
void unsetWorkingDirectory()
EnvironmentType[] getEnvironmentArray()
EnvironmentType getEnvironmentArray(int i)
int sizeOfEnvironmentArray()
void setEnvironmentArray(EnvironmentType[] environmentArray)
void setEnvironmentArray(int i, EnvironmentType environment)
EnvironmentType insertNewEnvironment(int i)
EnvironmentType addNewEnvironment()
void removeEnvironment(int i)
UserNameType getUserName()
boolean isSetUserName()
void setUserName(UserNameType userName)
UserNameType addNewUserName()
void unsetUserName()
NumberOfProcessesType getNumberOfProcesses()
boolean isNilNumberOfProcesses()
boolean isSetNumberOfProcesses()
void setNumberOfProcesses(NumberOfProcessesType numberOfProcesses)
NumberOfProcessesType addNewNumberOfProcesses()
void setNilNumberOfProcesses()
void unsetNumberOfProcesses()
ProcessesPerHostType getProcessesPerHost()
boolean isSetProcessesPerHost()
void setProcessesPerHost(ProcessesPerHostType processesPerHost)
ProcessesPerHostType addNewProcessesPerHost()
void unsetProcessesPerHost()
ThreadsPerProcessType getThreadsPerProcess()
boolean isNilThreadsPerProcess()
boolean isSetThreadsPerProcess()
void setThreadsPerProcess(ThreadsPerProcessType threadsPerProcess)
ThreadsPerProcessType addNewThreadsPerProcess()
void setNilThreadsPerProcess()
void unsetThreadsPerProcess()
String getSPMDVariation()
org.apache.xmlbeans.XmlAnyURI xgetSPMDVariation()
void setSPMDVariation(String spmdVariation)
void xsetSPMDVariation(org.apache.xmlbeans.XmlAnyURI spmdVariation)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |