public interface WhenType extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
WhenType.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 |
|---|---|
ChooseType |
addNewChoose()
Appends and returns a new empty value (as xml) as the last "Choose" element
|
ItemGroupType |
addNewItemGroup()
Appends and returns a new empty value (as xml) as the last "ItemGroup" element
|
PropertyGroupType |
addNewPropertyGroup()
Appends and returns a new empty value (as xml) as the last "PropertyGroup" element
|
ChooseType[] |
getChooseArray()
Deprecated.
|
ChooseType |
getChooseArray(int i)
Gets ith "Choose" element
|
List<ChooseType> |
getChooseList()
Gets a List of "Choose" elements
|
String |
getCondition()
Gets the "Condition" attribute
|
ItemGroupType[] |
getItemGroupArray()
Deprecated.
|
ItemGroupType |
getItemGroupArray(int i)
Gets ith "ItemGroup" element
|
List<ItemGroupType> |
getItemGroupList()
Gets a List of "ItemGroup" elements
|
PropertyGroupType[] |
getPropertyGroupArray()
Deprecated.
|
PropertyGroupType |
getPropertyGroupArray(int i)
Gets ith "PropertyGroup" element
|
List<PropertyGroupType> |
getPropertyGroupList()
Gets a List of "PropertyGroup" elements
|
ChooseType |
insertNewChoose(int i)
Inserts and returns a new empty value (as xml) as the ith "Choose" element
|
ItemGroupType |
insertNewItemGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ItemGroup" element
|
PropertyGroupType |
insertNewPropertyGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyGroup" element
|
void |
removeChoose(int i)
Removes the ith "Choose" element
|
void |
removeItemGroup(int i)
Removes the ith "ItemGroup" element
|
void |
removePropertyGroup(int i)
Removes the ith "PropertyGroup" element
|
void |
setChooseArray(ChooseType[] chooseArray)
Sets array of all "Choose" element
|
void |
setChooseArray(int i,
ChooseType choose)
Sets ith "Choose" element
|
void |
setCondition(String condition)
Sets the "Condition" attribute
|
void |
setItemGroupArray(int i,
ItemGroupType itemGroup)
Sets ith "ItemGroup" element
|
void |
setItemGroupArray(ItemGroupType[] itemGroupArray)
Sets array of all "ItemGroup" element
|
void |
setPropertyGroupArray(int i,
PropertyGroupType propertyGroup)
Sets ith "PropertyGroup" element
|
void |
setPropertyGroupArray(PropertyGroupType[] propertyGroupArray)
Sets array of all "PropertyGroup" element
|
int |
sizeOfChooseArray()
Returns number of "Choose" element
|
int |
sizeOfItemGroupArray()
Returns number of "ItemGroup" element
|
int |
sizeOfPropertyGroupArray()
Returns number of "PropertyGroup" element
|
XmlString |
xgetCondition()
Gets (as xml) the "Condition" attribute
|
void |
xsetCondition(XmlString condition)
Sets (as xml) the "Condition" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
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<ChooseType> getChooseList()
@Deprecated ChooseType[] getChooseArray()
ChooseType getChooseArray(int i)
int sizeOfChooseArray()
void setChooseArray(ChooseType[] chooseArray)
void setChooseArray(int i,
ChooseType choose)
ChooseType insertNewChoose(int i)
ChooseType addNewChoose()
void removeChoose(int i)
String getCondition()
XmlString xgetCondition()
void setCondition(String condition)
void xsetCondition(XmlString condition)