public interface FuzzerConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
FuzzerConfig.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 |
---|---|
org.apache.xmlbeans.XmlString |
addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element
|
void |
addValue(String value)
Appends the value as the last "Value" element
|
String[] |
getValueArray()
Deprecated.
|
String |
getValueArray(int i)
Gets ith "Value" element
|
List<String> |
getValueList()
Gets a List of "Value" elements
|
org.apache.xmlbeans.XmlString |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element
|
void |
insertValue(int i,
String value)
Inserts the value as the ith "Value" element
|
void |
removeValue(int i)
Removes the ith "Value" element
|
void |
setValueArray(int i,
String value)
Sets ith "Value" element
|
void |
setValueArray(String[] valueArray)
Sets array of all "Value" element
|
int |
sizeOfValueArray()
Returns number of "Value" element
|
org.apache.xmlbeans.XmlString[] |
xgetValueArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetValueArray(int i)
Gets (as xml) ith "Value" element
|
List<org.apache.xmlbeans.XmlString> |
xgetValueList()
Gets (as xml) a List of "Value" elements
|
void |
xsetValueArray(int i,
org.apache.xmlbeans.XmlString value)
Sets (as xml) ith "Value" element
|
void |
xsetValueArray(org.apache.xmlbeans.XmlString[] valueArray)
Sets (as xml) array of all "Value" 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
String[] getValueArray()
String getValueArray(int i)
List<org.apache.xmlbeans.XmlString> xgetValueList()
org.apache.xmlbeans.XmlString[] xgetValueArray()
org.apache.xmlbeans.XmlString xgetValueArray(int i)
int sizeOfValueArray()
void setValueArray(String[] valueArray)
void setValueArray(int i, String value)
void xsetValueArray(org.apache.xmlbeans.XmlString[] valueArray)
void xsetValueArray(int i, org.apache.xmlbeans.XmlString value)
void insertValue(int i, String value)
void addValue(String value)
org.apache.xmlbeans.XmlString insertNewValue(int i)
org.apache.xmlbeans.XmlString addNewValue()
void removeValue(int i)
Copyright © 2019. All Rights Reserved.