org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl
Class SPMDApplicationTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl.SPMDApplicationTypeImpl
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, SPMDApplicationType

public class SPMDApplicationTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements SPMDApplicationType

An XML SPMDApplication_Type(@http://schemas.ogf.org/jsdl/2007/02/jsdl-spmd). This is a complex type.

See Also:
Serialized Form

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

SPMDApplicationTypeImpl

public SPMDApplicationTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getExecutable

public FileNameType getExecutable()
Gets the "Executable" element

Specified by:
getExecutable in interface SPMDApplicationType

isSetExecutable

public boolean isSetExecutable()
True if has "Executable" element

Specified by:
isSetExecutable in interface SPMDApplicationType

setExecutable

public void setExecutable(FileNameType executable)
Sets the "Executable" element

Specified by:
setExecutable in interface SPMDApplicationType

addNewExecutable

public FileNameType addNewExecutable()
Appends and returns a new empty "Executable" element

Specified by:
addNewExecutable in interface SPMDApplicationType

unsetExecutable

public void unsetExecutable()
Unsets the "Executable" element

Specified by:
unsetExecutable in interface SPMDApplicationType

getArgumentArray

public ArgumentType[] getArgumentArray()
Gets array of all "Argument" elements

Specified by:
getArgumentArray in interface SPMDApplicationType

getArgumentArray

public ArgumentType getArgumentArray(int i)
Gets ith "Argument" element

Specified by:
getArgumentArray in interface SPMDApplicationType

sizeOfArgumentArray

public int sizeOfArgumentArray()
Returns number of "Argument" element

Specified by:
sizeOfArgumentArray in interface SPMDApplicationType

setArgumentArray

public void setArgumentArray(ArgumentType[] argumentArray)
Sets array of all "Argument" element

Specified by:
setArgumentArray in interface SPMDApplicationType

setArgumentArray

public void setArgumentArray(int i,
                             ArgumentType argument)
Sets ith "Argument" element

Specified by:
setArgumentArray in interface SPMDApplicationType

insertNewArgument

public ArgumentType insertNewArgument(int i)
Inserts and returns a new empty value (as xml) as the ith "Argument" element

Specified by:
insertNewArgument in interface SPMDApplicationType

addNewArgument

public ArgumentType addNewArgument()
Appends and returns a new empty value (as xml) as the last "Argument" element

Specified by:
addNewArgument in interface SPMDApplicationType

removeArgument

public void removeArgument(int i)
Removes the ith "Argument" element

Specified by:
removeArgument in interface SPMDApplicationType

getInput

public FileNameType getInput()
Gets the "Input" element

Specified by:
getInput in interface SPMDApplicationType

isSetInput

public boolean isSetInput()
True if has "Input" element

Specified by:
isSetInput in interface SPMDApplicationType

setInput

public void setInput(FileNameType input)
Sets the "Input" element

Specified by:
setInput in interface SPMDApplicationType

addNewInput

public FileNameType addNewInput()
Appends and returns a new empty "Input" element

Specified by:
addNewInput in interface SPMDApplicationType

unsetInput

public void unsetInput()
Unsets the "Input" element

Specified by:
unsetInput in interface SPMDApplicationType

getOutput

public FileNameType getOutput()
Gets the "Output" element

Specified by:
getOutput in interface SPMDApplicationType

isSetOutput

public boolean isSetOutput()
True if has "Output" element

Specified by:
isSetOutput in interface SPMDApplicationType

setOutput

public void setOutput(FileNameType output)
Sets the "Output" element

Specified by:
setOutput in interface SPMDApplicationType

addNewOutput

public FileNameType addNewOutput()
Appends and returns a new empty "Output" element

Specified by:
addNewOutput in interface SPMDApplicationType

unsetOutput

public void unsetOutput()
Unsets the "Output" element

Specified by:
unsetOutput in interface SPMDApplicationType

getError

public FileNameType getError()
Gets the "Error" element

Specified by:
getError in interface SPMDApplicationType

isSetError

public boolean isSetError()
True if has "Error" element

Specified by:
isSetError in interface SPMDApplicationType

setError

public void setError(FileNameType error)
Sets the "Error" element

Specified by:
setError in interface SPMDApplicationType

addNewError

public FileNameType addNewError()
Appends and returns a new empty "Error" element

Specified by:
addNewError in interface SPMDApplicationType

unsetError

public void unsetError()
Unsets the "Error" element

Specified by:
unsetError in interface SPMDApplicationType

getWorkingDirectory

public DirectoryNameType getWorkingDirectory()
Gets the "WorkingDirectory" element

Specified by:
getWorkingDirectory in interface SPMDApplicationType

isSetWorkingDirectory

public boolean isSetWorkingDirectory()
True if has "WorkingDirectory" element

Specified by:
isSetWorkingDirectory in interface SPMDApplicationType

setWorkingDirectory

public void setWorkingDirectory(DirectoryNameType workingDirectory)
Sets the "WorkingDirectory" element

Specified by:
setWorkingDirectory in interface SPMDApplicationType

addNewWorkingDirectory

public DirectoryNameType addNewWorkingDirectory()
Appends and returns a new empty "WorkingDirectory" element

Specified by:
addNewWorkingDirectory in interface SPMDApplicationType

unsetWorkingDirectory

public void unsetWorkingDirectory()
Unsets the "WorkingDirectory" element

Specified by:
unsetWorkingDirectory in interface SPMDApplicationType

getEnvironmentArray

public EnvironmentType[] getEnvironmentArray()
Gets array of all "Environment" elements

Specified by:
getEnvironmentArray in interface SPMDApplicationType

getEnvironmentArray

public EnvironmentType getEnvironmentArray(int i)
Gets ith "Environment" element

Specified by:
getEnvironmentArray in interface SPMDApplicationType

sizeOfEnvironmentArray

public int sizeOfEnvironmentArray()
Returns number of "Environment" element

Specified by:
sizeOfEnvironmentArray in interface SPMDApplicationType

setEnvironmentArray

public void setEnvironmentArray(EnvironmentType[] environmentArray)
Sets array of all "Environment" element

Specified by:
setEnvironmentArray in interface SPMDApplicationType

setEnvironmentArray

public void setEnvironmentArray(int i,
                                EnvironmentType environment)
Sets ith "Environment" element

Specified by:
setEnvironmentArray in interface SPMDApplicationType

insertNewEnvironment

public EnvironmentType insertNewEnvironment(int i)
Inserts and returns a new empty value (as xml) as the ith "Environment" element

Specified by:
insertNewEnvironment in interface SPMDApplicationType

addNewEnvironment

public EnvironmentType addNewEnvironment()
Appends and returns a new empty value (as xml) as the last "Environment" element

Specified by:
addNewEnvironment in interface SPMDApplicationType

removeEnvironment

public void removeEnvironment(int i)
Removes the ith "Environment" element

Specified by:
removeEnvironment in interface SPMDApplicationType

getUserName

public UserNameType getUserName()
Gets the "UserName" element

Specified by:
getUserName in interface SPMDApplicationType

isSetUserName

public boolean isSetUserName()
True if has "UserName" element

Specified by:
isSetUserName in interface SPMDApplicationType

setUserName

public void setUserName(UserNameType userName)
Sets the "UserName" element

Specified by:
setUserName in interface SPMDApplicationType

addNewUserName

public UserNameType addNewUserName()
Appends and returns a new empty "UserName" element

Specified by:
addNewUserName in interface SPMDApplicationType

unsetUserName

public void unsetUserName()
Unsets the "UserName" element

Specified by:
unsetUserName in interface SPMDApplicationType

getNumberOfProcesses

public NumberOfProcessesType getNumberOfProcesses()
Gets the "NumberOfProcesses" element

Specified by:
getNumberOfProcesses in interface SPMDApplicationType

isNilNumberOfProcesses

public boolean isNilNumberOfProcesses()
Tests for nil "NumberOfProcesses" element

Specified by:
isNilNumberOfProcesses in interface SPMDApplicationType

isSetNumberOfProcesses

public boolean isSetNumberOfProcesses()
True if has "NumberOfProcesses" element

Specified by:
isSetNumberOfProcesses in interface SPMDApplicationType

setNumberOfProcesses

public void setNumberOfProcesses(NumberOfProcessesType numberOfProcesses)
Sets the "NumberOfProcesses" element

Specified by:
setNumberOfProcesses in interface SPMDApplicationType

addNewNumberOfProcesses

public NumberOfProcessesType addNewNumberOfProcesses()
Appends and returns a new empty "NumberOfProcesses" element

Specified by:
addNewNumberOfProcesses in interface SPMDApplicationType

setNilNumberOfProcesses

public void setNilNumberOfProcesses()
Nils the "NumberOfProcesses" element

Specified by:
setNilNumberOfProcesses in interface SPMDApplicationType

unsetNumberOfProcesses

public void unsetNumberOfProcesses()
Unsets the "NumberOfProcesses" element

Specified by:
unsetNumberOfProcesses in interface SPMDApplicationType

getProcessesPerHost

public ProcessesPerHostType getProcessesPerHost()
Gets the "ProcessesPerHost" element

Specified by:
getProcessesPerHost in interface SPMDApplicationType

isSetProcessesPerHost

public boolean isSetProcessesPerHost()
True if has "ProcessesPerHost" element

Specified by:
isSetProcessesPerHost in interface SPMDApplicationType

setProcessesPerHost

public void setProcessesPerHost(ProcessesPerHostType processesPerHost)
Sets the "ProcessesPerHost" element

Specified by:
setProcessesPerHost in interface SPMDApplicationType

addNewProcessesPerHost

public ProcessesPerHostType addNewProcessesPerHost()
Appends and returns a new empty "ProcessesPerHost" element

Specified by:
addNewProcessesPerHost in interface SPMDApplicationType

unsetProcessesPerHost

public void unsetProcessesPerHost()
Unsets the "ProcessesPerHost" element

Specified by:
unsetProcessesPerHost in interface SPMDApplicationType

getThreadsPerProcess

public ThreadsPerProcessType getThreadsPerProcess()
Gets the "ThreadsPerProcess" element

Specified by:
getThreadsPerProcess in interface SPMDApplicationType

isNilThreadsPerProcess

public boolean isNilThreadsPerProcess()
Tests for nil "ThreadsPerProcess" element

Specified by:
isNilThreadsPerProcess in interface SPMDApplicationType

isSetThreadsPerProcess

public boolean isSetThreadsPerProcess()
True if has "ThreadsPerProcess" element

Specified by:
isSetThreadsPerProcess in interface SPMDApplicationType

setThreadsPerProcess

public void setThreadsPerProcess(ThreadsPerProcessType threadsPerProcess)
Sets the "ThreadsPerProcess" element

Specified by:
setThreadsPerProcess in interface SPMDApplicationType

addNewThreadsPerProcess

public ThreadsPerProcessType addNewThreadsPerProcess()
Appends and returns a new empty "ThreadsPerProcess" element

Specified by:
addNewThreadsPerProcess in interface SPMDApplicationType

setNilThreadsPerProcess

public void setNilThreadsPerProcess()
Nils the "ThreadsPerProcess" element

Specified by:
setNilThreadsPerProcess in interface SPMDApplicationType

unsetThreadsPerProcess

public void unsetThreadsPerProcess()
Unsets the "ThreadsPerProcess" element

Specified by:
unsetThreadsPerProcess in interface SPMDApplicationType

getSPMDVariation

public String getSPMDVariation()
Gets the "SPMDVariation" element

Specified by:
getSPMDVariation in interface SPMDApplicationType

xgetSPMDVariation

public org.apache.xmlbeans.XmlAnyURI xgetSPMDVariation()
Gets (as xml) the "SPMDVariation" element

Specified by:
xgetSPMDVariation in interface SPMDApplicationType

setSPMDVariation

public void setSPMDVariation(String spmdVariation)
Sets the "SPMDVariation" element

Specified by:
setSPMDVariation in interface SPMDApplicationType

xsetSPMDVariation

public void xsetSPMDVariation(org.apache.xmlbeans.XmlAnyURI spmdVariation)
Sets (as xml) the "SPMDVariation" element

Specified by:
xsetSPMDVariation in interface SPMDApplicationType

getName

public String getName()
Gets the "name" attribute

Specified by:
getName in interface SPMDApplicationType

xgetName

public org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute

Specified by:
xgetName in interface SPMDApplicationType

isSetName

public boolean isSetName()
True if has "name" attribute

Specified by:
isSetName in interface SPMDApplicationType

setName

public void setName(String name)
Sets the "name" attribute

Specified by:
setName in interface SPMDApplicationType

xsetName

public void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute

Specified by:
xsetName in interface SPMDApplicationType

unsetName

public void unsetName()
Unsets the "name" attribute

Specified by:
unsetName in interface SPMDApplicationType


Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.