public interface StringToStringMapConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
StringToStringMapConfig.Entry
An XML entry(@http://eviware.com/soapui/config).
|
static class |
StringToStringMapConfig.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 |
---|---|
StringToStringMapConfig.Entry |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
StringToStringMapConfig.Entry[] |
getEntryArray()
Deprecated.
|
StringToStringMapConfig.Entry |
getEntryArray(int i)
Gets ith "entry" element
|
List<StringToStringMapConfig.Entry> |
getEntryList()
Gets a List of "entry" elements
|
StringToStringMapConfig.Entry |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setEntryArray(int i,
StringToStringMapConfig.Entry entry)
Sets ith "entry" element
|
void |
setEntryArray(StringToStringMapConfig.Entry[] entryArray)
Sets array of all "entry" element
|
int |
sizeOfEntryArray()
Returns number of "entry" 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<StringToStringMapConfig.Entry> getEntryList()
StringToStringMapConfig.Entry[] getEntryArray()
StringToStringMapConfig.Entry getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(StringToStringMapConfig.Entry[] entryArray)
void setEntryArray(int i, StringToStringMapConfig.Entry entry)
StringToStringMapConfig.Entry insertNewEntry(int i)
StringToStringMapConfig.Entry addNewEntry()
void removeEntry(int i)
Copyright © 2019. All Rights Reserved.