public interface SoapUIFactoryConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIFactoryConfig.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 |
---|---|
String |
getFactoryClass()
Gets the "factoryClass" attribute
|
String |
getFactoryType()
Gets the "factoryType" attribute
|
String |
getId()
Gets the "id" attribute
|
boolean |
isSetFactoryClass()
True if has "factoryClass" attribute
|
boolean |
isSetFactoryType()
True if has "factoryType" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
void |
setFactoryClass(String factoryClass)
Sets the "factoryClass" attribute
|
void |
setFactoryType(String factoryType)
Sets the "factoryType" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
unsetFactoryClass()
Unsets the "factoryClass" attribute
|
void |
unsetFactoryType()
Unsets the "factoryType" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetFactoryClass()
Gets (as xml) the "factoryClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetFactoryType()
Gets (as xml) the "factoryType" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetFactoryClass(org.apache.xmlbeans.XmlString factoryClass)
Sets (as xml) the "factoryClass" attribute
|
void |
xsetFactoryType(org.apache.xmlbeans.XmlString factoryType)
Sets (as xml) the "factoryType" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
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 getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
String getFactoryType()
org.apache.xmlbeans.XmlString xgetFactoryType()
boolean isSetFactoryType()
void setFactoryType(String factoryType)
void xsetFactoryType(org.apache.xmlbeans.XmlString factoryType)
void unsetFactoryType()
String getFactoryClass()
org.apache.xmlbeans.XmlString xgetFactoryClass()
boolean isSetFactoryClass()
void setFactoryClass(String factoryClass)
void xsetFactoryClass(org.apache.xmlbeans.XmlString factoryClass)
void unsetFactoryClass()
Copyright © 2019. All Rights Reserved.