public interface SimpleItemType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SimpleItemType.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 |
getExclude()
Gets the "Exclude" attribute
|
String |
getInclude()
Gets the "Include" attribute
|
String |
getLabel()
Gets the "Label" attribute
|
String |
getRemove()
Gets the "Remove" attribute
|
String |
getUpdate()
Gets the "Update" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetExclude()
True if has "Exclude" attribute
|
boolean |
isSetInclude()
True if has "Include" attribute
|
boolean |
isSetLabel()
True if has "Label" attribute
|
boolean |
isSetRemove()
True if has "Remove" attribute
|
boolean |
isSetUpdate()
True if has "Update" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setExclude(String exclude)
Sets the "Exclude" attribute
|
void |
setInclude(String include)
Sets the "Include" attribute
|
void |
setLabel(String label)
Sets the "Label" attribute
|
void |
setRemove(String remove)
Sets the "Remove" attribute
|
void |
setUpdate(String update)
Sets the "Update" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetExclude()
Unsets the "Exclude" attribute
|
void |
unsetInclude()
Unsets the "Include" attribute
|
void |
unsetLabel()
Unsets the "Label" attribute
|
void |
unsetRemove()
Unsets the "Remove" attribute
|
void |
unsetUpdate()
Unsets the "Update" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
XmlString |
xgetExclude()
Gets (as xml) the "Exclude" attribute
|
XmlString |
xgetInclude()
Gets (as xml) the "Include" attribute
|
XmlString |
xgetLabel()
Gets (as xml) the "Label" attribute
|
XmlString |
xgetRemove()
Gets (as xml) the "Remove" attribute
|
XmlString |
xgetUpdate()
Gets (as xml) the "Update" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetExclude(XmlString exclude)
Sets (as xml) the "Exclude" attribute
|
void |
xsetInclude(XmlString include)
Sets (as xml) the "Include" attribute
|
void |
xsetLabel(XmlString label)
Sets (as xml) the "Label" attribute
|
void |
xsetRemove(XmlString remove)
Sets (as xml) the "Remove" attribute
|
void |
xsetUpdate(XmlString update)
Sets (as xml) the "Update" 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 getCondition()
XmlString xgetCondition()
boolean isSetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)
void unsetCondition()
String getInclude()
XmlString xgetInclude()
boolean isSetInclude()
void setInclude(String include)
void xsetInclude(XmlString include)
void unsetInclude()
String getExclude()
XmlString xgetExclude()
boolean isSetExclude()
void setExclude(String exclude)
void xsetExclude(XmlString exclude)
void unsetExclude()
String getRemove()
XmlString xgetRemove()
boolean isSetRemove()
void setRemove(String remove)
void xsetRemove(XmlString remove)
void unsetRemove()
String getUpdate()
XmlString xgetUpdate()
boolean isSetUpdate()
void setUpdate(String update)
void xsetUpdate(XmlString update)
void unsetUpdate()
String getLabel()
XmlString xgetLabel()
boolean isSetLabel()
void setLabel(String label)
void xsetLabel(XmlString label)
void unsetLabel()