public interface GroupAssertionListConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
GroupAssertionListConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
AssertionEntryConfig |
addNewAssertions()
Appends and returns a new empty value (as xml) as the last "assertions" element
|
AssertionEntryConfig[] |
getAssertionsArray()
Deprecated.
|
AssertionEntryConfig |
getAssertionsArray(int i)
Gets ith "assertions" element
|
List<AssertionEntryConfig> |
getAssertionsList()
Gets a List of "assertions" elements
|
String |
getOperation()
Gets the "operation" element
|
AssertionEntryConfig |
insertNewAssertions(int i)
Inserts and returns a new empty value (as xml) as the ith "assertions" element
|
void |
removeAssertions(int i)
Removes the ith "assertions" element
|
void |
setAssertionsArray(AssertionEntryConfig[] assertionsArray)
Sets array of all "assertions" element
|
void |
setAssertionsArray(int i,
AssertionEntryConfig assertions)
Sets ith "assertions" element
|
void |
setOperation(String operation)
Sets the "operation" element
|
int |
sizeOfAssertionsArray()
Returns number of "assertions" element
|
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" element
|
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" element
|
changeType, compareTo, compareValue, 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
List<AssertionEntryConfig> getAssertionsList()
AssertionEntryConfig[] getAssertionsArray()
AssertionEntryConfig getAssertionsArray(int i)
int sizeOfAssertionsArray()
void setAssertionsArray(AssertionEntryConfig[] assertionsArray)
void setAssertionsArray(int i, AssertionEntryConfig assertions)
AssertionEntryConfig insertNewAssertions(int i)
AssertionEntryConfig addNewAssertions()
void removeAssertions(int i)
String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
void setOperation(String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
Copyright © 2019. All Rights Reserved.