public interface TargetType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TargetType.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 |
---|---|
ItemGroupType |
addNewItemGroup()
Appends and returns a new empty value (as xml) as the last "ItemGroup" element
|
OnErrorType |
addNewOnError()
Appends and returns a new empty value (as xml) as the last "OnError" element
|
PropertyGroupType |
addNewPropertyGroup()
Appends and returns a new empty value (as xml) as the last "PropertyGroup" element
|
TaskType |
addNewTask()
Appends and returns a new empty value (as xml) as the last "Task" element
|
String |
getAfterTargets()
Gets the "AfterTargets" attribute
|
String |
getBeforeTargets()
Gets the "BeforeTargets" attribute
|
String |
getCondition()
Gets the "Condition" attribute
|
String |
getDependsOnTargets()
Gets the "DependsOnTargets" attribute
|
String |
getInputs()
Gets the "Inputs" attribute
|
ItemGroupType[] |
getItemGroupArray()
Deprecated.
|
ItemGroupType |
getItemGroupArray(int i)
Gets ith "ItemGroup" element
|
List<ItemGroupType> |
getItemGroupList()
Gets a List of "ItemGroup" elements
|
String |
getKeepDuplicateOutputs()
Gets the "KeepDuplicateOutputs" attribute
|
String |
getLabel()
Gets the "Label" attribute
|
String |
getName()
Gets the "Name" attribute
|
OnErrorType[] |
getOnErrorArray()
Deprecated.
|
OnErrorType |
getOnErrorArray(int i)
Gets ith "OnError" element
|
List<OnErrorType> |
getOnErrorList()
Gets a List of "OnError" elements
|
String |
getOutputs()
Gets the "Outputs" attribute
|
PropertyGroupType[] |
getPropertyGroupArray()
Deprecated.
|
PropertyGroupType |
getPropertyGroupArray(int i)
Gets ith "PropertyGroup" element
|
List<PropertyGroupType> |
getPropertyGroupList()
Gets a List of "PropertyGroup" elements
|
String |
getReturns()
Gets the "Returns" attribute
|
TaskType[] |
getTaskArray()
Deprecated.
|
TaskType |
getTaskArray(int i)
Gets ith "Task" element
|
List<TaskType> |
getTaskList()
Gets a List of "Task" elements
|
ItemGroupType |
insertNewItemGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ItemGroup" element
|
OnErrorType |
insertNewOnError(int i)
Inserts and returns a new empty value (as xml) as the ith "OnError" element
|
PropertyGroupType |
insertNewPropertyGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyGroup" element
|
TaskType |
insertNewTask(int i)
Inserts and returns a new empty value (as xml) as the ith "Task" element
|
boolean |
isSetAfterTargets()
True if has "AfterTargets" attribute
|
boolean |
isSetBeforeTargets()
True if has "BeforeTargets" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetDependsOnTargets()
True if has "DependsOnTargets" attribute
|
boolean |
isSetInputs()
True if has "Inputs" attribute
|
boolean |
isSetKeepDuplicateOutputs()
True if has "KeepDuplicateOutputs" attribute
|
boolean |
isSetLabel()
True if has "Label" attribute
|
boolean |
isSetOutputs()
True if has "Outputs" attribute
|
boolean |
isSetReturns()
True if has "Returns" attribute
|
void |
removeItemGroup(int i)
Removes the ith "ItemGroup" element
|
void |
removeOnError(int i)
Removes the ith "OnError" element
|
void |
removePropertyGroup(int i)
Removes the ith "PropertyGroup" element
|
void |
removeTask(int i)
Removes the ith "Task" element
|
void |
setAfterTargets(String afterTargets)
Sets the "AfterTargets" attribute
|
void |
setBeforeTargets(String beforeTargets)
Sets the "BeforeTargets" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setDependsOnTargets(String dependsOnTargets)
Sets the "DependsOnTargets" attribute
|
void |
setInputs(String inputs)
Sets the "Inputs" attribute
|
void |
setItemGroupArray(int i,
ItemGroupType itemGroup)
Sets ith "ItemGroup" element
|
void |
setItemGroupArray(ItemGroupType[] itemGroupArray)
Sets array of all "ItemGroup" element
|
void |
setKeepDuplicateOutputs(String keepDuplicateOutputs)
Sets the "KeepDuplicateOutputs" attribute
|
void |
setLabel(String label)
Sets the "Label" attribute
|
void |
setName(String name)
Sets the "Name" attribute
|
void |
setOnErrorArray(int i,
OnErrorType onError)
Sets ith "OnError" element
|
void |
setOnErrorArray(OnErrorType[] onErrorArray)
Sets array of all "OnError" element
|
void |
setOutputs(String outputs)
Sets the "Outputs" attribute
|
void |
setPropertyGroupArray(int i,
PropertyGroupType propertyGroup)
Sets ith "PropertyGroup" element
|
void |
setPropertyGroupArray(PropertyGroupType[] propertyGroupArray)
Sets array of all "PropertyGroup" element
|
void |
setReturns(String returns)
Sets the "Returns" attribute
|
void |
setTaskArray(int i,
TaskType task)
Sets ith "Task" element
|
void |
setTaskArray(TaskType[] taskArray)
Sets array of all "Task" element
|
int |
sizeOfItemGroupArray()
Returns number of "ItemGroup" element
|
int |
sizeOfOnErrorArray()
Returns number of "OnError" element
|
int |
sizeOfPropertyGroupArray()
Returns number of "PropertyGroup" element
|
int |
sizeOfTaskArray()
Returns number of "Task" element
|
void |
unsetAfterTargets()
Unsets the "AfterTargets" attribute
|
void |
unsetBeforeTargets()
Unsets the "BeforeTargets" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetDependsOnTargets()
Unsets the "DependsOnTargets" attribute
|
void |
unsetInputs()
Unsets the "Inputs" attribute
|
void |
unsetKeepDuplicateOutputs()
Unsets the "KeepDuplicateOutputs" attribute
|
void |
unsetLabel()
Unsets the "Label" attribute
|
void |
unsetOutputs()
Unsets the "Outputs" attribute
|
void |
unsetReturns()
Unsets the "Returns" attribute
|
XmlString |
xgetAfterTargets()
Gets (as xml) the "AfterTargets" attribute
|
XmlString |
xgetBeforeTargets()
Gets (as xml) the "BeforeTargets" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
XmlString |
xgetDependsOnTargets()
Gets (as xml) the "DependsOnTargets" attribute
|
XmlString |
xgetInputs()
Gets (as xml) the "Inputs" attribute
|
XmlString |
xgetKeepDuplicateOutputs()
Gets (as xml) the "KeepDuplicateOutputs" attribute
|
XmlString |
xgetLabel()
Gets (as xml) the "Label" attribute
|
NonEmptyString |
xgetName()
Gets (as xml) the "Name" attribute
|
XmlString |
xgetOutputs()
Gets (as xml) the "Outputs" attribute
|
XmlString |
xgetReturns()
Gets (as xml) the "Returns" attribute
|
void |
xsetAfterTargets(XmlString afterTargets)
Sets (as xml) the "AfterTargets" attribute
|
void |
xsetBeforeTargets(XmlString beforeTargets)
Sets (as xml) the "BeforeTargets" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetDependsOnTargets(XmlString dependsOnTargets)
Sets (as xml) the "DependsOnTargets" attribute
|
void |
xsetInputs(XmlString inputs)
Sets (as xml) the "Inputs" attribute
|
void |
xsetKeepDuplicateOutputs(XmlString keepDuplicateOutputs)
Sets (as xml) the "KeepDuplicateOutputs" attribute
|
void |
xsetLabel(XmlString label)
Sets (as xml) the "Label" attribute
|
void |
xsetName(NonEmptyString name)
Sets (as xml) the "Name" attribute
|
void |
xsetOutputs(XmlString outputs)
Sets (as xml) the "Outputs" attribute
|
void |
xsetReturns(XmlString returns)
Sets (as xml) the "Returns" 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
@Deprecated TaskType[] getTaskArray()
TaskType getTaskArray(int i)
int sizeOfTaskArray()
void setTaskArray(TaskType[] taskArray)
void setTaskArray(int i, TaskType task)
TaskType insertNewTask(int i)
TaskType addNewTask()
void removeTask(int i)
List<PropertyGroupType> getPropertyGroupList()
@Deprecated PropertyGroupType[] getPropertyGroupArray()
PropertyGroupType getPropertyGroupArray(int i)
int sizeOfPropertyGroupArray()
void setPropertyGroupArray(PropertyGroupType[] propertyGroupArray)
void setPropertyGroupArray(int i, PropertyGroupType propertyGroup)
PropertyGroupType insertNewPropertyGroup(int i)
PropertyGroupType addNewPropertyGroup()
void removePropertyGroup(int i)
List<ItemGroupType> getItemGroupList()
@Deprecated ItemGroupType[] getItemGroupArray()
ItemGroupType getItemGroupArray(int i)
int sizeOfItemGroupArray()
void setItemGroupArray(ItemGroupType[] itemGroupArray)
void setItemGroupArray(int i, ItemGroupType itemGroup)
ItemGroupType insertNewItemGroup(int i)
ItemGroupType addNewItemGroup()
void removeItemGroup(int i)
List<OnErrorType> getOnErrorList()
@Deprecated OnErrorType[] getOnErrorArray()
OnErrorType getOnErrorArray(int i)
int sizeOfOnErrorArray()
void setOnErrorArray(OnErrorType[] onErrorArray)
void setOnErrorArray(int i, OnErrorType onError)
OnErrorType insertNewOnError(int i)
OnErrorType addNewOnError()
void removeOnError(int i)
String getName()
NonEmptyString xgetName()
void setName(String name)
void xsetName(NonEmptyString name)
String getDependsOnTargets()
XmlString xgetDependsOnTargets()
boolean isSetDependsOnTargets()
void setDependsOnTargets(String dependsOnTargets)
void xsetDependsOnTargets(XmlString dependsOnTargets)
void unsetDependsOnTargets()
String getInputs()
XmlString xgetInputs()
boolean isSetInputs()
void setInputs(String inputs)
void xsetInputs(XmlString inputs)
void unsetInputs()
String getOutputs()
XmlString xgetOutputs()
boolean isSetOutputs()
void setOutputs(String outputs)
void xsetOutputs(XmlString outputs)
void unsetOutputs()
String getCondition()
XmlString xgetCondition()
boolean isSetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)
void unsetCondition()
String getKeepDuplicateOutputs()
XmlString xgetKeepDuplicateOutputs()
boolean isSetKeepDuplicateOutputs()
void setKeepDuplicateOutputs(String keepDuplicateOutputs)
void xsetKeepDuplicateOutputs(XmlString keepDuplicateOutputs)
void unsetKeepDuplicateOutputs()
String getReturns()
XmlString xgetReturns()
boolean isSetReturns()
void setReturns(String returns)
void xsetReturns(XmlString returns)
void unsetReturns()
String getBeforeTargets()
XmlString xgetBeforeTargets()
boolean isSetBeforeTargets()
void setBeforeTargets(String beforeTargets)
void xsetBeforeTargets(XmlString beforeTargets)
void unsetBeforeTargets()
String getAfterTargets()
XmlString xgetAfterTargets()
boolean isSetAfterTargets()
void setAfterTargets(String afterTargets)
void xsetAfterTargets(XmlString afterTargets)
void unsetAfterTargets()
String getLabel()
XmlString xgetLabel()
boolean isSetLabel()
void setLabel(String label)
void xsetLabel(XmlString label)
void unsetLabel()