public interface PropertyGroupType extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PropertyGroupType.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 |
---|---|
XmlObject |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "Property" element
|
String |
getCondition()
Gets the "Condition" attribute
|
String |
getLabel()
Gets the "Label" attribute
|
XmlObject[] |
getPropertyArray()
Deprecated.
|
XmlObject |
getPropertyArray(int i)
Gets ith "Property" element
|
List<XmlObject> |
getPropertyList()
Gets a List of "Property" elements
|
XmlObject |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "Property" element
|
boolean |
isSetCondition()
True if has "Condition" attribute
|
boolean |
isSetLabel()
True if has "Label" attribute
|
void |
removeProperty(int i)
Removes the ith "Property" element
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setLabel(String label)
Sets the "Label" attribute
|
void |
setPropertyArray(int i,
XmlObject property)
Sets ith "Property" element
|
void |
setPropertyArray(XmlObject[] propertyArray)
Sets array of all "Property" element
|
int |
sizeOfPropertyArray()
Returns number of "Property" element
|
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
@Deprecated XmlObject[] getPropertyArray()
XmlObject getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(XmlObject[] propertyArray)
void setPropertyArray(int i, XmlObject property)
XmlObject insertNewProperty(int i)
XmlObject addNewProperty()
void removeProperty(int i)
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()