public interface WorkspaceConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
WorkspaceConfig.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 |
---|---|
WorkspaceProjectConfig |
addNewProject()
Appends and returns a new empty value (as xml) as the last "project" element
|
boolean |
getCollectInfoForSupport()
Gets the "collectInfoForSupport" element
|
WorkspaceProjectConfig[] |
getProjectArray()
Deprecated.
|
WorkspaceProjectConfig |
getProjectArray(int i)
Gets ith "project" element
|
List<WorkspaceProjectConfig> |
getProjectList()
Gets a List of "project" elements
|
String |
getProjectRoot()
Gets the "projectRoot" attribute
|
String |
getSoapuiVersion()
Gets the "soapui-version" attribute
|
WorkspaceProjectConfig |
insertNewProject(int i)
Inserts and returns a new empty value (as xml) as the ith "project" element
|
boolean |
isSetCollectInfoForSupport()
True if has "collectInfoForSupport" element
|
boolean |
isSetProjectRoot()
True if has "projectRoot" attribute
|
boolean |
isSetSoapuiVersion()
True if has "soapui-version" attribute
|
void |
removeProject(int i)
Removes the ith "project" element
|
void |
setCollectInfoForSupport(boolean collectInfoForSupport)
Sets the "collectInfoForSupport" element
|
void |
setProjectArray(int i,
WorkspaceProjectConfig project)
Sets ith "project" element
|
void |
setProjectArray(WorkspaceProjectConfig[] projectArray)
Sets array of all "project" element
|
void |
setProjectRoot(String projectRoot)
Sets the "projectRoot" attribute
|
void |
setSoapuiVersion(String soapuiVersion)
Sets the "soapui-version" attribute
|
int |
sizeOfProjectArray()
Returns number of "project" element
|
void |
unsetCollectInfoForSupport()
Unsets the "collectInfoForSupport" element
|
void |
unsetProjectRoot()
Unsets the "projectRoot" attribute
|
void |
unsetSoapuiVersion()
Unsets the "soapui-version" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCollectInfoForSupport()
Gets (as xml) the "collectInfoForSupport" element
|
org.apache.xmlbeans.XmlString |
xgetProjectRoot()
Gets (as xml) the "projectRoot" attribute
|
org.apache.xmlbeans.XmlString |
xgetSoapuiVersion()
Gets (as xml) the "soapui-version" attribute
|
void |
xsetCollectInfoForSupport(org.apache.xmlbeans.XmlBoolean collectInfoForSupport)
Sets (as xml) the "collectInfoForSupport" element
|
void |
xsetProjectRoot(org.apache.xmlbeans.XmlString projectRoot)
Sets (as xml) the "projectRoot" attribute
|
void |
xsetSoapuiVersion(org.apache.xmlbeans.XmlString soapuiVersion)
Sets (as xml) the "soapui-version" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
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<WorkspaceProjectConfig> getProjectList()
WorkspaceProjectConfig[] getProjectArray()
WorkspaceProjectConfig getProjectArray(int i)
int sizeOfProjectArray()
void setProjectArray(WorkspaceProjectConfig[] projectArray)
void setProjectArray(int i, WorkspaceProjectConfig project)
WorkspaceProjectConfig insertNewProject(int i)
WorkspaceProjectConfig addNewProject()
void removeProject(int i)
boolean getCollectInfoForSupport()
org.apache.xmlbeans.XmlBoolean xgetCollectInfoForSupport()
boolean isSetCollectInfoForSupport()
void setCollectInfoForSupport(boolean collectInfoForSupport)
void xsetCollectInfoForSupport(org.apache.xmlbeans.XmlBoolean collectInfoForSupport)
void unsetCollectInfoForSupport()
String getSoapuiVersion()
org.apache.xmlbeans.XmlString xgetSoapuiVersion()
boolean isSetSoapuiVersion()
void setSoapuiVersion(String soapuiVersion)
void xsetSoapuiVersion(org.apache.xmlbeans.XmlString soapuiVersion)
void unsetSoapuiVersion()
String getProjectRoot()
org.apache.xmlbeans.XmlString xgetProjectRoot()
boolean isSetProjectRoot()
void setProjectRoot(String projectRoot)
void xsetProjectRoot(org.apache.xmlbeans.XmlString projectRoot)
void unsetProjectRoot()
Copyright © 2019. All Rights Reserved.