public interface WorkspaceProjectConfig
extends org.apache.xmlbeans.XmlString
Modifier and Type | Interface and Description |
---|---|
static class |
WorkspaceProjectConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
WorkspaceProjectConfig.Status
An XML status(@).
|
static interface |
WorkspaceProjectConfig.Type
An XML type(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Gets the "group" attribute
|
String |
getName()
Gets the "name" attribute
|
WorkspaceProjectConfig.Status.Enum |
getStatus()
Gets the "status" attribute
|
WorkspaceProjectConfig.Type.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetGroup()
True if has "group" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetStatus()
True if has "status" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setGroup(String group)
Sets the "group" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setStatus(WorkspaceProjectConfig.Status.Enum status)
Sets the "status" attribute
|
void |
setType(WorkspaceProjectConfig.Type.Enum type)
Sets the "type" attribute
|
void |
unsetGroup()
Unsets the "group" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetStatus()
Unsets the "status" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetGroup()
Gets (as xml) the "group" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
WorkspaceProjectConfig.Status |
xgetStatus()
Gets (as xml) the "status" attribute
|
WorkspaceProjectConfig.Type |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetGroup(org.apache.xmlbeans.XmlString group)
Sets (as xml) the "group" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetStatus(WorkspaceProjectConfig.Status status)
Sets (as xml) the "status" attribute
|
void |
xsetType(WorkspaceProjectConfig.Type type)
Sets (as xml) the "type" attribute
|
getStringValue, set, setStringValue, stringValue
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
WorkspaceProjectConfig.Type.Enum getType()
WorkspaceProjectConfig.Type xgetType()
boolean isSetType()
void setType(WorkspaceProjectConfig.Type.Enum type)
void xsetType(WorkspaceProjectConfig.Type type)
void unsetType()
WorkspaceProjectConfig.Status.Enum getStatus()
WorkspaceProjectConfig.Status xgetStatus()
boolean isSetStatus()
void setStatus(WorkspaceProjectConfig.Status.Enum status)
void xsetStatus(WorkspaceProjectConfig.Status status)
void unsetStatus()
String getGroup()
org.apache.xmlbeans.XmlString xgetGroup()
boolean isSetGroup()
void setGroup(String group)
void xsetGroup(org.apache.xmlbeans.XmlString group)
void unsetGroup()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Copyright © 2019. All Rights Reserved.