public interface UsingTaskType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
UsingTaskType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
ParameterGroupType |
addNewParameterGroup()
Appends and returns a new empty "ParameterGroup" element
|
UsingTaskBodyType |
addNewTask()
Appends and returns a new empty "Task" element
|
String |
getArchitecture()
Gets the "Architecture" attribute
|
String |
getAssemblyFile()
Gets the "AssemblyFile" attribute
|
String |
getAssemblyName()
Gets the "AssemblyName" attribute
|
String |
getCondition()
Gets the "Condition" attribute
|
ParameterGroupType |
getParameterGroup()
Gets the "ParameterGroup" element
|
String |
getRuntime()
Gets the "Runtime" attribute
|
UsingTaskBodyType |
getTask()
Gets the "Task" element
|
String |
getTaskFactory()
Gets the "TaskFactory" attribute
|
String |
getTaskName()
Gets the "TaskName" attribute
|
boolean |
isSetArchitecture()
True if has "Architecture" attribute
|
boolean |
isSetAssemblyFile()
True if has "AssemblyFile" attribute
|
boolean |
isSetAssemblyName()
True if has "AssemblyName" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetParameterGroup()
True if has "ParameterGroup" element
|
boolean |
isSetRuntime()
True if has "Runtime" attribute
|
boolean |
isSetTask()
True if has "Task" element
|
boolean |
isSetTaskFactory()
True if has "TaskFactory" attribute
|
void |
setArchitecture(String architecture)
Sets the "Architecture" attribute
|
void |
setAssemblyFile(String assemblyFile)
Sets the "AssemblyFile" attribute
|
void |
setAssemblyName(String assemblyName)
Sets the "AssemblyName" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setParameterGroup(ParameterGroupType parameterGroup)
Sets the "ParameterGroup" element
|
void |
setRuntime(String runtime)
Sets the "Runtime" attribute
|
void |
setTask(UsingTaskBodyType task)
Sets the "Task" element
|
void |
setTaskFactory(String taskFactory)
Sets the "TaskFactory" attribute
|
void |
setTaskName(String taskName)
Sets the "TaskName" attribute
|
void |
unsetArchitecture()
Unsets the "Architecture" attribute
|
void |
unsetAssemblyFile()
Unsets the "AssemblyFile" attribute
|
void |
unsetAssemblyName()
Unsets the "AssemblyName" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetParameterGroup()
Unsets the "ParameterGroup" element
|
void |
unsetRuntime()
Unsets the "Runtime" attribute
|
void |
unsetTask()
Unsets the "Task" element
|
void |
unsetTaskFactory()
Unsets the "TaskFactory" attribute
|
Architecture |
xgetArchitecture()
Gets (as xml) the "Architecture" attribute
|
NonEmptyString |
xgetAssemblyFile()
Gets (as xml) the "AssemblyFile" attribute
|
NonEmptyString |
xgetAssemblyName()
Gets (as xml) the "AssemblyName" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
Runtime |
xgetRuntime()
Gets (as xml) the "Runtime" attribute
|
NonEmptyString |
xgetTaskFactory()
Gets (as xml) the "TaskFactory" attribute
|
NonEmptyString |
xgetTaskName()
Gets (as xml) the "TaskName" attribute
|
void |
xsetArchitecture(Architecture architecture)
Sets (as xml) the "Architecture" attribute
|
void |
xsetAssemblyFile(NonEmptyString assemblyFile)
Sets (as xml) the "AssemblyFile" attribute
|
void |
xsetAssemblyName(NonEmptyString assemblyName)
Sets (as xml) the "AssemblyName" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetRuntime(Runtime runtime)
Sets (as xml) the "Runtime" attribute
|
void |
xsetTaskFactory(NonEmptyString taskFactory)
Sets (as xml) the "TaskFactory" attribute
|
void |
xsetTaskName(NonEmptyString taskName)
Sets (as xml) the "TaskName" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
static final SchemaType type
ParameterGroupType getParameterGroup()
boolean isSetParameterGroup()
void setParameterGroup(ParameterGroupType parameterGroup)
ParameterGroupType addNewParameterGroup()
void unsetParameterGroup()
UsingTaskBodyType getTask()
boolean isSetTask()
void setTask(UsingTaskBodyType task)
UsingTaskBodyType addNewTask()
void unsetTask()
String getCondition()
XmlString xgetCondition()
boolean isSetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)
void unsetCondition()
String getAssemblyName()
NonEmptyString xgetAssemblyName()
boolean isSetAssemblyName()
void setAssemblyName(String assemblyName)
void xsetAssemblyName(NonEmptyString assemblyName)
void unsetAssemblyName()
String getAssemblyFile()
NonEmptyString xgetAssemblyFile()
boolean isSetAssemblyFile()
void setAssemblyFile(String assemblyFile)
void xsetAssemblyFile(NonEmptyString assemblyFile)
void unsetAssemblyFile()
String getTaskName()
NonEmptyString xgetTaskName()
void setTaskName(String taskName)
void xsetTaskName(NonEmptyString taskName)
String getTaskFactory()
NonEmptyString xgetTaskFactory()
boolean isSetTaskFactory()
void setTaskFactory(String taskFactory)
void xsetTaskFactory(NonEmptyString taskFactory)
void unsetTaskFactory()
String getArchitecture()
Architecture xgetArchitecture()
boolean isSetArchitecture()
void setArchitecture(String architecture)
void xsetArchitecture(Architecture architecture)
void unsetArchitecture()
String getRuntime()
Runtime xgetRuntime()
boolean isSetRuntime()
void setRuntime(String runtime)
void xsetRuntime(Runtime runtime)
void unsetRuntime()