Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
PartsConfig.Part |
PartsConfig.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
PartsConfig.Part[] |
PartsConfig.getPartArray()
Deprecated.
|
PartsConfig.Part |
PartsConfig.getPartArray(int i)
Gets ith "part" element
|
PartsConfig.Part |
PartsConfig.insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
static PartsConfig.Part |
PartsConfig.Part.Factory.newInstance() |
static PartsConfig.Part |
PartsConfig.Part.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<PartsConfig.Part> |
PartsConfig.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PartsConfig.setPartArray(int i,
PartsConfig.Part part)
Sets ith "part" element
|
void |
PartsConfig.setPartArray(PartsConfig.Part[] partArray)
Sets array of all "part" element
|
Modifier and Type | Class and Description |
---|---|
static class |
PartsConfigImpl.PartImpl
An XML part(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
PartsConfig.Part |
PartsConfigImpl.addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
PartsConfig.Part[] |
PartsConfigImpl.getPartArray()
Deprecated.
|
PartsConfig.Part |
PartsConfigImpl.getPartArray(int i)
Gets ith "part" element
|
PartsConfig.Part |
PartsConfigImpl.insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
Modifier and Type | Method and Description |
---|---|
List<PartsConfig.Part> |
PartsConfigImpl.getPartList()
Gets a List of "part" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PartsConfigImpl.setPartArray(int i,
PartsConfig.Part part)
Sets ith "part" element
|
void |
PartsConfigImpl.setPartArray(PartsConfig.Part[] partArray)
Sets array of all "part" element
|
Copyright © 2019. All Rights Reserved.