public static interface AssignProjectConfigurationDocument.AssignProjectConfiguration extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
AssignProjectConfigurationDocument.AssignProjectConfiguration.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewAssignedProjects()
Appends and returns a new empty "AssignedProjects" attribute
|
XmlAnySimpleType |
addNewCurrentProjectConfiguration()
Appends and returns a new empty "CurrentProjectConfiguration" attribute
|
XmlAnySimpleType |
addNewCurrentProjectPlatform()
Appends and returns a new empty "CurrentProjectPlatform" attribute
|
XmlAnySimpleType |
addNewDefaultToVcxPlatformMapping()
Appends and returns a new empty "DefaultToVcxPlatformMapping" attribute
|
XmlAnySimpleType |
addNewProjectReferences()
Appends and returns a new empty "ProjectReferences" attribute
|
XmlAnySimpleType |
addNewSolutionConfigurationContents()
Appends and returns a new empty "SolutionConfigurationContents" attribute
|
XmlAnySimpleType |
addNewUnassignedProjects()
Appends and returns a new empty "UnassignedProjects" attribute
|
XmlAnySimpleType |
addNewVcxToDefaultPlatformMapping()
Appends and returns a new empty "VcxToDefaultPlatformMapping" attribute
|
XmlAnySimpleType |
getAssignedProjects()
Gets the "AssignedProjects" attribute
|
XmlAnySimpleType |
getCurrentProjectConfiguration()
Gets the "CurrentProjectConfiguration" attribute
|
XmlAnySimpleType |
getCurrentProjectPlatform()
Gets the "CurrentProjectPlatform" attribute
|
XmlAnySimpleType |
getDefaultToVcxPlatformMapping()
Gets the "DefaultToVcxPlatformMapping" attribute
|
XmlAnySimpleType |
getProjectReferences()
Gets the "ProjectReferences" attribute
|
String |
getResolveConfigurationPlatformUsingMappings()
Gets the "ResolveConfigurationPlatformUsingMappings" attribute
|
XmlAnySimpleType |
getSolutionConfigurationContents()
Gets the "SolutionConfigurationContents" attribute
|
XmlAnySimpleType |
getUnassignedProjects()
Gets the "UnassignedProjects" attribute
|
XmlAnySimpleType |
getVcxToDefaultPlatformMapping()
Gets the "VcxToDefaultPlatformMapping" attribute
|
boolean |
isSetAssignedProjects()
True if has "AssignedProjects" attribute
|
boolean |
isSetCurrentProjectConfiguration()
True if has "CurrentProjectConfiguration" attribute
|
boolean |
isSetCurrentProjectPlatform()
True if has "CurrentProjectPlatform" attribute
|
boolean |
isSetDefaultToVcxPlatformMapping()
True if has "DefaultToVcxPlatformMapping" attribute
|
boolean |
isSetResolveConfigurationPlatformUsingMappings()
True if has "ResolveConfigurationPlatformUsingMappings" attribute
|
boolean |
isSetSolutionConfigurationContents()
True if has "SolutionConfigurationContents" attribute
|
boolean |
isSetUnassignedProjects()
True if has "UnassignedProjects" attribute
|
boolean |
isSetVcxToDefaultPlatformMapping()
True if has "VcxToDefaultPlatformMapping" attribute
|
void |
setAssignedProjects(XmlAnySimpleType assignedProjects)
Sets the "AssignedProjects" attribute
|
void |
setCurrentProjectConfiguration(XmlAnySimpleType currentProjectConfiguration)
Sets the "CurrentProjectConfiguration" attribute
|
void |
setCurrentProjectPlatform(XmlAnySimpleType currentProjectPlatform)
Sets the "CurrentProjectPlatform" attribute
|
void |
setDefaultToVcxPlatformMapping(XmlAnySimpleType defaultToVcxPlatformMapping)
Sets the "DefaultToVcxPlatformMapping" attribute
|
void |
setProjectReferences(XmlAnySimpleType projectReferences)
Sets the "ProjectReferences" attribute
|
void |
setResolveConfigurationPlatformUsingMappings(String resolveConfigurationPlatformUsingMappings)
Sets the "ResolveConfigurationPlatformUsingMappings" attribute
|
void |
setSolutionConfigurationContents(XmlAnySimpleType solutionConfigurationContents)
Sets the "SolutionConfigurationContents" attribute
|
void |
setUnassignedProjects(XmlAnySimpleType unassignedProjects)
Sets the "UnassignedProjects" attribute
|
void |
setVcxToDefaultPlatformMapping(XmlAnySimpleType vcxToDefaultPlatformMapping)
Sets the "VcxToDefaultPlatformMapping" attribute
|
void |
unsetAssignedProjects()
Unsets the "AssignedProjects" attribute
|
void |
unsetCurrentProjectConfiguration()
Unsets the "CurrentProjectConfiguration" attribute
|
void |
unsetCurrentProjectPlatform()
Unsets the "CurrentProjectPlatform" attribute
|
void |
unsetDefaultToVcxPlatformMapping()
Unsets the "DefaultToVcxPlatformMapping" attribute
|
void |
unsetResolveConfigurationPlatformUsingMappings()
Unsets the "ResolveConfigurationPlatformUsingMappings" attribute
|
void |
unsetSolutionConfigurationContents()
Unsets the "SolutionConfigurationContents" attribute
|
void |
unsetUnassignedProjects()
Unsets the "UnassignedProjects" attribute
|
void |
unsetVcxToDefaultPlatformMapping()
Unsets the "VcxToDefaultPlatformMapping" attribute
|
Boolean |
xgetResolveConfigurationPlatformUsingMappings()
Gets (as xml) the "ResolveConfigurationPlatformUsingMappings" attribute
|
void |
xsetResolveConfigurationPlatformUsingMappings(Boolean resolveConfigurationPlatformUsingMappings)
Sets (as xml) the "ResolveConfigurationPlatformUsingMappings" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, 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
static final SchemaType type
XmlAnySimpleType getAssignedProjects()
boolean isSetAssignedProjects()
void setAssignedProjects(XmlAnySimpleType assignedProjects)
XmlAnySimpleType addNewAssignedProjects()
void unsetAssignedProjects()
XmlAnySimpleType getCurrentProjectConfiguration()
boolean isSetCurrentProjectConfiguration()
void setCurrentProjectConfiguration(XmlAnySimpleType currentProjectConfiguration)
XmlAnySimpleType addNewCurrentProjectConfiguration()
void unsetCurrentProjectConfiguration()
XmlAnySimpleType getCurrentProjectPlatform()
boolean isSetCurrentProjectPlatform()
void setCurrentProjectPlatform(XmlAnySimpleType currentProjectPlatform)
XmlAnySimpleType addNewCurrentProjectPlatform()
void unsetCurrentProjectPlatform()
XmlAnySimpleType getDefaultToVcxPlatformMapping()
boolean isSetDefaultToVcxPlatformMapping()
void setDefaultToVcxPlatformMapping(XmlAnySimpleType defaultToVcxPlatformMapping)
XmlAnySimpleType addNewDefaultToVcxPlatformMapping()
void unsetDefaultToVcxPlatformMapping()
XmlAnySimpleType getProjectReferences()
void setProjectReferences(XmlAnySimpleType projectReferences)
XmlAnySimpleType addNewProjectReferences()
String getResolveConfigurationPlatformUsingMappings()
Boolean xgetResolveConfigurationPlatformUsingMappings()
boolean isSetResolveConfigurationPlatformUsingMappings()
void setResolveConfigurationPlatformUsingMappings(String resolveConfigurationPlatformUsingMappings)
void xsetResolveConfigurationPlatformUsingMappings(Boolean resolveConfigurationPlatformUsingMappings)
void unsetResolveConfigurationPlatformUsingMappings()
XmlAnySimpleType getSolutionConfigurationContents()
boolean isSetSolutionConfigurationContents()
void setSolutionConfigurationContents(XmlAnySimpleType solutionConfigurationContents)
XmlAnySimpleType addNewSolutionConfigurationContents()
void unsetSolutionConfigurationContents()
XmlAnySimpleType getUnassignedProjects()
boolean isSetUnassignedProjects()
void setUnassignedProjects(XmlAnySimpleType unassignedProjects)
XmlAnySimpleType addNewUnassignedProjects()
void unsetUnassignedProjects()
XmlAnySimpleType getVcxToDefaultPlatformMapping()
boolean isSetVcxToDefaultPlatformMapping()
void setVcxToDefaultPlatformMapping(XmlAnySimpleType vcxToDefaultPlatformMapping)
XmlAnySimpleType addNewVcxToDefaultPlatformMapping()
void unsetVcxToDefaultPlatformMapping()