public interface DataGeneratorPropertyConfig extends RegistryEntryConfig
Modifier and Type | Interface and Description |
---|---|
static class |
DataGeneratorPropertyConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
DataGeneratorPropertyConfig.Mode
An XML mode(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
DataGeneratorPropertyConfig.Mode.Enum |
getMode()
Gets the "mode" element
|
String |
getName()
Gets the "name" element
|
boolean |
getShared()
Gets the "shared" element
|
void |
setMode(DataGeneratorPropertyConfig.Mode.Enum mode)
Sets the "mode" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setShared(boolean shared)
Sets the "shared" element
|
DataGeneratorPropertyConfig.Mode |
xgetMode()
Gets (as xml) the "mode" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlBoolean |
xgetShared()
Gets (as xml) the "shared" element
|
void |
xsetMode(DataGeneratorPropertyConfig.Mode mode)
Sets (as xml) the "mode" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetShared(org.apache.xmlbeans.XmlBoolean shared)
Sets (as xml) the "shared" element
|
addNewConfiguration, getConfiguration, getType, isSetType, setConfiguration, setType, unsetType, xgetType, xsetType
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 getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
DataGeneratorPropertyConfig.Mode.Enum getMode()
DataGeneratorPropertyConfig.Mode xgetMode()
void setMode(DataGeneratorPropertyConfig.Mode.Enum mode)
void xsetMode(DataGeneratorPropertyConfig.Mode mode)
boolean getShared()
org.apache.xmlbeans.XmlBoolean xgetShared()
void setShared(boolean shared)
void xsetShared(org.apache.xmlbeans.XmlBoolean shared)
Copyright © 2019. All Rights Reserved.