public static interface ProjectConfigurationDocument.ProjectConfiguration extends SimpleItemType
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ProjectConfigurationDocument.ProjectConfiguration.Factory
A factory class with static methods for creating instances
 of this type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static SchemaType | 
type  | 
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description | 
|---|---|
XmlObject | 
addNewConfiguration()
Appends and returns a new empty "Configuration" element 
 | 
XmlObject | 
addNewPlatform()
Appends and returns a new empty "Platform" element 
 | 
XmlObject | 
getConfiguration()
Gets the "Configuration" element 
 | 
XmlObject | 
getPlatform()
Gets the "Platform" element 
 | 
void | 
setConfiguration(XmlObject configuration)
Sets the "Configuration" element 
 | 
void | 
setPlatform(XmlObject platform)
Sets the "Platform" element 
 | 
getCondition, getExclude, getInclude, getLabel, getRemove, getUpdate, isSetCondition, isSetExclude, isSetInclude, isSetLabel, isSetRemove, isSetUpdate, setCondition, setExclude, setInclude, setLabel, setRemove, setUpdate, unsetCondition, unsetExclude, unsetInclude, unsetLabel, unsetRemove, unsetUpdate, xgetCondition, xgetExclude, xgetInclude, xgetLabel, xgetRemove, xgetUpdate, xsetCondition, xsetExclude, xsetInclude, xsetLabel, xsetRemove, xsetUpdatechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
XmlObject getConfiguration()
void setConfiguration(XmlObject configuration)
XmlObject addNewConfiguration()
XmlObject getPlatform()
void setPlatform(XmlObject platform)
XmlObject addNewPlatform()