public interface PartsConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PartsConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
PartsConfig.Part
An XML part(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
PartsConfig.Part |
addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
PartsConfig.Part[] |
getPartArray()
Deprecated.
|
PartsConfig.Part |
getPartArray(int i)
Gets ith "part" element
|
List<PartsConfig.Part> |
getPartList()
Gets a List of "part" elements
|
PartsConfig.Part |
insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
void |
removePart(int i)
Removes the ith "part" element
|
void |
setPartArray(int i,
PartsConfig.Part part)
Sets ith "part" element
|
void |
setPartArray(PartsConfig.Part[] partArray)
Sets array of all "part" element
|
int |
sizeOfPartArray()
Returns number of "part" 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<PartsConfig.Part> getPartList()
PartsConfig.Part[] getPartArray()
PartsConfig.Part getPartArray(int i)
int sizeOfPartArray()
void setPartArray(PartsConfig.Part[] partArray)
void setPartArray(int i, PartsConfig.Part part)
PartsConfig.Part insertNewPart(int i)
PartsConfig.Part addNewPart()
void removePart(int i)
Copyright © 2019. All Rights Reserved.