public static interface TaskType.Output extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TaskType.Output.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 |
---|---|
String |
getCondition()
Gets the "Condition" attribute
|
String |
getItemName()
Gets the "ItemName" attribute
|
String |
getPropertyName()
Gets the "PropertyName" attribute
|
String |
getTaskParameter()
Gets the "TaskParameter" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetItemName()
True if has "ItemName" attribute
|
boolean |
isSetPropertyName()
True if has "PropertyName" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setItemName(String itemName)
Sets the "ItemName" attribute
|
void |
setPropertyName(String propertyName)
Sets the "PropertyName" attribute
|
void |
setTaskParameter(String taskParameter)
Sets the "TaskParameter" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetItemName()
Unsets the "ItemName" attribute
|
void |
unsetPropertyName()
Unsets the "PropertyName" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
NonEmptyString |
xgetItemName()
Gets (as xml) the "ItemName" attribute
|
NonEmptyString |
xgetPropertyName()
Gets (as xml) the "PropertyName" attribute
|
NonEmptyString |
xgetTaskParameter()
Gets (as xml) the "TaskParameter" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetItemName(NonEmptyString itemName)
Sets (as xml) the "ItemName" attribute
|
void |
xsetPropertyName(NonEmptyString propertyName)
Sets (as xml) the "PropertyName" attribute
|
void |
xsetTaskParameter(NonEmptyString taskParameter)
Sets (as xml) the "TaskParameter" 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
String getTaskParameter()
NonEmptyString xgetTaskParameter()
void setTaskParameter(String taskParameter)
void xsetTaskParameter(NonEmptyString taskParameter)
String getItemName()
NonEmptyString xgetItemName()
boolean isSetItemName()
void setItemName(String itemName)
void xsetItemName(NonEmptyString itemName)
void unsetItemName()
String getPropertyName()
NonEmptyString xgetPropertyName()
boolean isSetPropertyName()
void setPropertyName(String propertyName)
void xsetPropertyName(NonEmptyString propertyName)
void unsetPropertyName()
String getCondition()
XmlString xgetCondition()
boolean isSetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)
void unsetCondition()