public interface GenericPropertyType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
GenericPropertyType.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 |
getLabel()
Gets the "Label" attribute
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetLabel()
True if has "Label" attribute
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setLabel(String label)
Sets the "Label" attribute
|
void |
unsetCondition()
Unsets the "Condition" attribute
|
void |
unsetLabel()
Unsets the "Label" attribute
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
XmlString |
xgetLabel()
Gets (as xml) the "Label" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" attribute
|
void |
xsetLabel(XmlString label)
Sets (as xml) the "Label" 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 getLabel()
XmlString xgetLabel()
boolean isSetLabel()
void setLabel(String label)
void xsetLabel(XmlString label)
void unsetLabel()