|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl.SPMDApplicationTypeImpl
public class SPMDApplicationTypeImpl
An XML SPMDApplication_Type(@http://schemas.ogf.org/jsdl/2007/02/jsdl-spmd). This is a complex type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.SPMDApplicationType |
---|
SPMDApplicationType.Factory |
Field Summary |
---|
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
Fields inherited from interface org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.SPMDApplicationType |
---|
type |
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Constructor Summary | |
---|---|
SPMDApplicationTypeImpl(org.apache.xmlbeans.SchemaType sType)
|
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
---|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code |
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
---|
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public SPMDApplicationTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail |
---|
public FileNameType getExecutable()
getExecutable
in interface SPMDApplicationType
public boolean isSetExecutable()
isSetExecutable
in interface SPMDApplicationType
public void setExecutable(FileNameType executable)
setExecutable
in interface SPMDApplicationType
public FileNameType addNewExecutable()
addNewExecutable
in interface SPMDApplicationType
public void unsetExecutable()
unsetExecutable
in interface SPMDApplicationType
public ArgumentType[] getArgumentArray()
getArgumentArray
in interface SPMDApplicationType
public ArgumentType getArgumentArray(int i)
getArgumentArray
in interface SPMDApplicationType
public int sizeOfArgumentArray()
sizeOfArgumentArray
in interface SPMDApplicationType
public void setArgumentArray(ArgumentType[] argumentArray)
setArgumentArray
in interface SPMDApplicationType
public void setArgumentArray(int i, ArgumentType argument)
setArgumentArray
in interface SPMDApplicationType
public ArgumentType insertNewArgument(int i)
insertNewArgument
in interface SPMDApplicationType
public ArgumentType addNewArgument()
addNewArgument
in interface SPMDApplicationType
public void removeArgument(int i)
removeArgument
in interface SPMDApplicationType
public FileNameType getInput()
getInput
in interface SPMDApplicationType
public boolean isSetInput()
isSetInput
in interface SPMDApplicationType
public void setInput(FileNameType input)
setInput
in interface SPMDApplicationType
public FileNameType addNewInput()
addNewInput
in interface SPMDApplicationType
public void unsetInput()
unsetInput
in interface SPMDApplicationType
public FileNameType getOutput()
getOutput
in interface SPMDApplicationType
public boolean isSetOutput()
isSetOutput
in interface SPMDApplicationType
public void setOutput(FileNameType output)
setOutput
in interface SPMDApplicationType
public FileNameType addNewOutput()
addNewOutput
in interface SPMDApplicationType
public void unsetOutput()
unsetOutput
in interface SPMDApplicationType
public FileNameType getError()
getError
in interface SPMDApplicationType
public boolean isSetError()
isSetError
in interface SPMDApplicationType
public void setError(FileNameType error)
setError
in interface SPMDApplicationType
public FileNameType addNewError()
addNewError
in interface SPMDApplicationType
public void unsetError()
unsetError
in interface SPMDApplicationType
public DirectoryNameType getWorkingDirectory()
getWorkingDirectory
in interface SPMDApplicationType
public boolean isSetWorkingDirectory()
isSetWorkingDirectory
in interface SPMDApplicationType
public void setWorkingDirectory(DirectoryNameType workingDirectory)
setWorkingDirectory
in interface SPMDApplicationType
public DirectoryNameType addNewWorkingDirectory()
addNewWorkingDirectory
in interface SPMDApplicationType
public void unsetWorkingDirectory()
unsetWorkingDirectory
in interface SPMDApplicationType
public EnvironmentType[] getEnvironmentArray()
getEnvironmentArray
in interface SPMDApplicationType
public EnvironmentType getEnvironmentArray(int i)
getEnvironmentArray
in interface SPMDApplicationType
public int sizeOfEnvironmentArray()
sizeOfEnvironmentArray
in interface SPMDApplicationType
public void setEnvironmentArray(EnvironmentType[] environmentArray)
setEnvironmentArray
in interface SPMDApplicationType
public void setEnvironmentArray(int i, EnvironmentType environment)
setEnvironmentArray
in interface SPMDApplicationType
public EnvironmentType insertNewEnvironment(int i)
insertNewEnvironment
in interface SPMDApplicationType
public EnvironmentType addNewEnvironment()
addNewEnvironment
in interface SPMDApplicationType
public void removeEnvironment(int i)
removeEnvironment
in interface SPMDApplicationType
public UserNameType getUserName()
getUserName
in interface SPMDApplicationType
public boolean isSetUserName()
isSetUserName
in interface SPMDApplicationType
public void setUserName(UserNameType userName)
setUserName
in interface SPMDApplicationType
public UserNameType addNewUserName()
addNewUserName
in interface SPMDApplicationType
public void unsetUserName()
unsetUserName
in interface SPMDApplicationType
public NumberOfProcessesType getNumberOfProcesses()
getNumberOfProcesses
in interface SPMDApplicationType
public boolean isNilNumberOfProcesses()
isNilNumberOfProcesses
in interface SPMDApplicationType
public boolean isSetNumberOfProcesses()
isSetNumberOfProcesses
in interface SPMDApplicationType
public void setNumberOfProcesses(NumberOfProcessesType numberOfProcesses)
setNumberOfProcesses
in interface SPMDApplicationType
public NumberOfProcessesType addNewNumberOfProcesses()
addNewNumberOfProcesses
in interface SPMDApplicationType
public void setNilNumberOfProcesses()
setNilNumberOfProcesses
in interface SPMDApplicationType
public void unsetNumberOfProcesses()
unsetNumberOfProcesses
in interface SPMDApplicationType
public ProcessesPerHostType getProcessesPerHost()
getProcessesPerHost
in interface SPMDApplicationType
public boolean isSetProcessesPerHost()
isSetProcessesPerHost
in interface SPMDApplicationType
public void setProcessesPerHost(ProcessesPerHostType processesPerHost)
setProcessesPerHost
in interface SPMDApplicationType
public ProcessesPerHostType addNewProcessesPerHost()
addNewProcessesPerHost
in interface SPMDApplicationType
public void unsetProcessesPerHost()
unsetProcessesPerHost
in interface SPMDApplicationType
public ThreadsPerProcessType getThreadsPerProcess()
getThreadsPerProcess
in interface SPMDApplicationType
public boolean isNilThreadsPerProcess()
isNilThreadsPerProcess
in interface SPMDApplicationType
public boolean isSetThreadsPerProcess()
isSetThreadsPerProcess
in interface SPMDApplicationType
public void setThreadsPerProcess(ThreadsPerProcessType threadsPerProcess)
setThreadsPerProcess
in interface SPMDApplicationType
public ThreadsPerProcessType addNewThreadsPerProcess()
addNewThreadsPerProcess
in interface SPMDApplicationType
public void setNilThreadsPerProcess()
setNilThreadsPerProcess
in interface SPMDApplicationType
public void unsetThreadsPerProcess()
unsetThreadsPerProcess
in interface SPMDApplicationType
public String getSPMDVariation()
getSPMDVariation
in interface SPMDApplicationType
public org.apache.xmlbeans.XmlAnyURI xgetSPMDVariation()
xgetSPMDVariation
in interface SPMDApplicationType
public void setSPMDVariation(String spmdVariation)
setSPMDVariation
in interface SPMDApplicationType
public void xsetSPMDVariation(org.apache.xmlbeans.XmlAnyURI spmdVariation)
xsetSPMDVariation
in interface SPMDApplicationType
public String getName()
getName
in interface SPMDApplicationType
public org.apache.xmlbeans.XmlNCName xgetName()
xgetName
in interface SPMDApplicationType
public boolean isSetName()
isSetName
in interface SPMDApplicationType
public void setName(String name)
setName
in interface SPMDApplicationType
public void xsetName(org.apache.xmlbeans.XmlNCName name)
xsetName
in interface SPMDApplicationType
public void unsetName()
unsetName
in interface SPMDApplicationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |