public static interface ProjectDocument.Project extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ProjectDocument.Project.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 |
---|---|
ChooseType |
addNewChoose()
Appends and returns a new empty value (as xml) as the last "Choose" element
|
ImportType |
addNewImport()
Appends and returns a new empty value (as xml) as the last "Import" element
|
ImportGroupType |
addNewImportGroup()
Appends and returns a new empty value (as xml) as the last "ImportGroup" element
|
ItemDefinitionGroupType |
addNewItemDefinitionGroup()
Appends and returns a new empty value (as xml) as the last "ItemDefinitionGroup" element
|
ItemGroupType |
addNewItemGroup()
Appends and returns a new empty value (as xml) as the last "ItemGroup" element
|
ProjectExtensionsType |
addNewProjectExtensions()
Appends and returns a new empty value (as xml) as the last "ProjectExtensions" element
|
PropertyGroupType |
addNewPropertyGroup()
Appends and returns a new empty value (as xml) as the last "PropertyGroup" element
|
TargetType |
addNewTarget()
Appends and returns a new empty value (as xml) as the last "Target" element
|
UsingTaskType |
addNewUsingTask()
Appends and returns a new empty value (as xml) as the last "UsingTask" element
|
ChooseType[] |
getChooseArray()
Deprecated.
|
ChooseType |
getChooseArray(int i)
Gets ith "Choose" element
|
List<ChooseType> |
getChooseList()
Gets a List of "Choose" elements
|
String |
getDefaultTargets()
Gets the "DefaultTargets" attribute
|
ImportType[] |
getImportArray()
Deprecated.
|
ImportType |
getImportArray(int i)
Gets ith "Import" element
|
ImportGroupType[] |
getImportGroupArray()
Deprecated.
|
ImportGroupType |
getImportGroupArray(int i)
Gets ith "ImportGroup" element
|
List<ImportGroupType> |
getImportGroupList()
Gets a List of "ImportGroup" elements
|
List<ImportType> |
getImportList()
Gets a List of "Import" elements
|
String |
getInitialTargets()
Gets the "InitialTargets" attribute
|
ItemDefinitionGroupType[] |
getItemDefinitionGroupArray()
Deprecated.
|
ItemDefinitionGroupType |
getItemDefinitionGroupArray(int i)
Gets ith "ItemDefinitionGroup" element
|
List<ItemDefinitionGroupType> |
getItemDefinitionGroupList()
Gets a List of "ItemDefinitionGroup" elements
|
ItemGroupType[] |
getItemGroupArray()
Deprecated.
|
ItemGroupType |
getItemGroupArray(int i)
Gets ith "ItemGroup" element
|
List<ItemGroupType> |
getItemGroupList()
Gets a List of "ItemGroup" elements
|
ProjectExtensionsType[] |
getProjectExtensionsArray()
Deprecated.
|
ProjectExtensionsType |
getProjectExtensionsArray(int i)
Gets ith "ProjectExtensions" element
|
List<ProjectExtensionsType> |
getProjectExtensionsList()
Gets a List of "ProjectExtensions" elements
|
PropertyGroupType[] |
getPropertyGroupArray()
Deprecated.
|
PropertyGroupType |
getPropertyGroupArray(int i)
Gets ith "PropertyGroup" element
|
List<PropertyGroupType> |
getPropertyGroupList()
Gets a List of "PropertyGroup" elements
|
String |
getSdk()
Gets the "Sdk" attribute
|
TargetType[] |
getTargetArray()
Deprecated.
|
TargetType |
getTargetArray(int i)
Gets ith "Target" element
|
List<TargetType> |
getTargetList()
Gets a List of "Target" elements
|
String |
getToolsVersion()
Gets the "ToolsVersion" attribute
|
UsingTaskType[] |
getUsingTaskArray()
Deprecated.
|
UsingTaskType |
getUsingTaskArray(int i)
Gets ith "UsingTask" element
|
List<UsingTaskType> |
getUsingTaskList()
Gets a List of "UsingTask" elements
|
ChooseType |
insertNewChoose(int i)
Inserts and returns a new empty value (as xml) as the ith "Choose" element
|
ImportType |
insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "Import" element
|
ImportGroupType |
insertNewImportGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ImportGroup" element
|
ItemDefinitionGroupType |
insertNewItemDefinitionGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ItemDefinitionGroup" element
|
ItemGroupType |
insertNewItemGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ItemGroup" element
|
ProjectExtensionsType |
insertNewProjectExtensions(int i)
Inserts and returns a new empty value (as xml) as the ith "ProjectExtensions" element
|
PropertyGroupType |
insertNewPropertyGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "PropertyGroup" element
|
TargetType |
insertNewTarget(int i)
Inserts and returns a new empty value (as xml) as the ith "Target" element
|
UsingTaskType |
insertNewUsingTask(int i)
Inserts and returns a new empty value (as xml) as the ith "UsingTask" element
|
boolean |
isSetDefaultTargets()
True if has "DefaultTargets" attribute
|
boolean |
isSetInitialTargets()
True if has "InitialTargets" attribute
|
boolean |
isSetSdk()
True if has "Sdk" attribute
|
boolean |
isSetToolsVersion()
True if has "ToolsVersion" attribute
|
void |
removeChoose(int i)
Removes the ith "Choose" element
|
void |
removeImport(int i)
Removes the ith "Import" element
|
void |
removeImportGroup(int i)
Removes the ith "ImportGroup" element
|
void |
removeItemDefinitionGroup(int i)
Removes the ith "ItemDefinitionGroup" element
|
void |
removeItemGroup(int i)
Removes the ith "ItemGroup" element
|
void |
removeProjectExtensions(int i)
Removes the ith "ProjectExtensions" element
|
void |
removePropertyGroup(int i)
Removes the ith "PropertyGroup" element
|
void |
removeTarget(int i)
Removes the ith "Target" element
|
void |
removeUsingTask(int i)
Removes the ith "UsingTask" element
|
void |
setChooseArray(ChooseType[] chooseArray)
Sets array of all "Choose" element
|
void |
setChooseArray(int i,
ChooseType choose)
Sets ith "Choose" element
|
void |
setDefaultTargets(String defaultTargets)
Sets the "DefaultTargets" attribute
|
void |
setImportArray(ImportType[] ximportArray)
Sets array of all "Import" element
|
void |
setImportArray(int i,
ImportType ximport)
Sets ith "Import" element
|
void |
setImportGroupArray(ImportGroupType[] importGroupArray)
Sets array of all "ImportGroup" element
|
void |
setImportGroupArray(int i,
ImportGroupType importGroup)
Sets ith "ImportGroup" element
|
void |
setInitialTargets(String initialTargets)
Sets the "InitialTargets" attribute
|
void |
setItemDefinitionGroupArray(int i,
ItemDefinitionGroupType itemDefinitionGroup)
Sets ith "ItemDefinitionGroup" element
|
void |
setItemDefinitionGroupArray(ItemDefinitionGroupType[] itemDefinitionGroupArray)
Sets array of all "ItemDefinitionGroup" element
|
void |
setItemGroupArray(int i,
ItemGroupType itemGroup)
Sets ith "ItemGroup" element
|
void |
setItemGroupArray(ItemGroupType[] itemGroupArray)
Sets array of all "ItemGroup" element
|
void |
setProjectExtensionsArray(int i,
ProjectExtensionsType projectExtensions)
Sets ith "ProjectExtensions" element
|
void |
setProjectExtensionsArray(ProjectExtensionsType[] projectExtensionsArray)
Sets array of all "ProjectExtensions" element
|
void |
setPropertyGroupArray(int i,
PropertyGroupType propertyGroup)
Sets ith "PropertyGroup" element
|
void |
setPropertyGroupArray(PropertyGroupType[] propertyGroupArray)
Sets array of all "PropertyGroup" element
|
void |
setSdk(String sdk)
Sets the "Sdk" attribute
|
void |
setTargetArray(int i,
TargetType target)
Sets ith "Target" element
|
void |
setTargetArray(TargetType[] targetArray)
Sets array of all "Target" element
|
void |
setToolsVersion(String toolsVersion)
Sets the "ToolsVersion" attribute
|
void |
setUsingTaskArray(int i,
UsingTaskType usingTask)
Sets ith "UsingTask" element
|
void |
setUsingTaskArray(UsingTaskType[] usingTaskArray)
Sets array of all "UsingTask" element
|
int |
sizeOfChooseArray()
Returns number of "Choose" element
|
int |
sizeOfImportArray()
Returns number of "Import" element
|
int |
sizeOfImportGroupArray()
Returns number of "ImportGroup" element
|
int |
sizeOfItemDefinitionGroupArray()
Returns number of "ItemDefinitionGroup" element
|
int |
sizeOfItemGroupArray()
Returns number of "ItemGroup" element
|
int |
sizeOfProjectExtensionsArray()
Returns number of "ProjectExtensions" element
|
int |
sizeOfPropertyGroupArray()
Returns number of "PropertyGroup" element
|
int |
sizeOfTargetArray()
Returns number of "Target" element
|
int |
sizeOfUsingTaskArray()
Returns number of "UsingTask" element
|
void |
unsetDefaultTargets()
Unsets the "DefaultTargets" attribute
|
void |
unsetInitialTargets()
Unsets the "InitialTargets" attribute
|
void |
unsetSdk()
Unsets the "Sdk" attribute
|
void |
unsetToolsVersion()
Unsets the "ToolsVersion" attribute
|
XmlString |
xgetDefaultTargets()
Gets (as xml) the "DefaultTargets" attribute
|
XmlString |
xgetInitialTargets()
Gets (as xml) the "InitialTargets" attribute
|
XmlString |
xgetSdk()
Gets (as xml) the "Sdk" attribute
|
XmlString |
xgetToolsVersion()
Gets (as xml) the "ToolsVersion" attribute
|
void |
xsetDefaultTargets(XmlString defaultTargets)
Sets (as xml) the "DefaultTargets" attribute
|
void |
xsetInitialTargets(XmlString initialTargets)
Sets (as xml) the "InitialTargets" attribute
|
void |
xsetSdk(XmlString sdk)
Sets (as xml) the "Sdk" attribute
|
void |
xsetToolsVersion(XmlString toolsVersion)
Sets (as xml) the "ToolsVersion" attribute
|
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
List<PropertyGroupType> getPropertyGroupList()
@Deprecated PropertyGroupType[] getPropertyGroupArray()
PropertyGroupType getPropertyGroupArray(int i)
int sizeOfPropertyGroupArray()
void setPropertyGroupArray(PropertyGroupType[] propertyGroupArray)
void setPropertyGroupArray(int i, PropertyGroupType propertyGroup)
PropertyGroupType insertNewPropertyGroup(int i)
PropertyGroupType addNewPropertyGroup()
void removePropertyGroup(int i)
List<ItemGroupType> getItemGroupList()
@Deprecated ItemGroupType[] getItemGroupArray()
ItemGroupType getItemGroupArray(int i)
int sizeOfItemGroupArray()
void setItemGroupArray(ItemGroupType[] itemGroupArray)
void setItemGroupArray(int i, ItemGroupType itemGroup)
ItemGroupType insertNewItemGroup(int i)
ItemGroupType addNewItemGroup()
void removeItemGroup(int i)
List<ItemDefinitionGroupType> getItemDefinitionGroupList()
@Deprecated ItemDefinitionGroupType[] getItemDefinitionGroupArray()
ItemDefinitionGroupType getItemDefinitionGroupArray(int i)
int sizeOfItemDefinitionGroupArray()
void setItemDefinitionGroupArray(ItemDefinitionGroupType[] itemDefinitionGroupArray)
void setItemDefinitionGroupArray(int i, ItemDefinitionGroupType itemDefinitionGroup)
ItemDefinitionGroupType insertNewItemDefinitionGroup(int i)
ItemDefinitionGroupType addNewItemDefinitionGroup()
void removeItemDefinitionGroup(int i)
List<ChooseType> getChooseList()
@Deprecated ChooseType[] getChooseArray()
ChooseType getChooseArray(int i)
int sizeOfChooseArray()
void setChooseArray(ChooseType[] chooseArray)
void setChooseArray(int i, ChooseType choose)
ChooseType insertNewChoose(int i)
ChooseType addNewChoose()
void removeChoose(int i)
List<UsingTaskType> getUsingTaskList()
@Deprecated UsingTaskType[] getUsingTaskArray()
UsingTaskType getUsingTaskArray(int i)
int sizeOfUsingTaskArray()
void setUsingTaskArray(UsingTaskType[] usingTaskArray)
void setUsingTaskArray(int i, UsingTaskType usingTask)
UsingTaskType insertNewUsingTask(int i)
UsingTaskType addNewUsingTask()
void removeUsingTask(int i)
List<ProjectExtensionsType> getProjectExtensionsList()
@Deprecated ProjectExtensionsType[] getProjectExtensionsArray()
ProjectExtensionsType getProjectExtensionsArray(int i)
int sizeOfProjectExtensionsArray()
void setProjectExtensionsArray(ProjectExtensionsType[] projectExtensionsArray)
void setProjectExtensionsArray(int i, ProjectExtensionsType projectExtensions)
ProjectExtensionsType insertNewProjectExtensions(int i)
ProjectExtensionsType addNewProjectExtensions()
void removeProjectExtensions(int i)
List<TargetType> getTargetList()
@Deprecated TargetType[] getTargetArray()
TargetType getTargetArray(int i)
int sizeOfTargetArray()
void setTargetArray(TargetType[] targetArray)
void setTargetArray(int i, TargetType target)
TargetType insertNewTarget(int i)
TargetType addNewTarget()
void removeTarget(int i)
List<ImportType> getImportList()
@Deprecated ImportType[] getImportArray()
ImportType getImportArray(int i)
int sizeOfImportArray()
void setImportArray(ImportType[] ximportArray)
void setImportArray(int i, ImportType ximport)
ImportType insertNewImport(int i)
ImportType addNewImport()
void removeImport(int i)
List<ImportGroupType> getImportGroupList()
@Deprecated ImportGroupType[] getImportGroupArray()
ImportGroupType getImportGroupArray(int i)
int sizeOfImportGroupArray()
void setImportGroupArray(ImportGroupType[] importGroupArray)
void setImportGroupArray(int i, ImportGroupType importGroup)
ImportGroupType insertNewImportGroup(int i)
ImportGroupType addNewImportGroup()
void removeImportGroup(int i)
String getDefaultTargets()
XmlString xgetDefaultTargets()
boolean isSetDefaultTargets()
void setDefaultTargets(String defaultTargets)
void xsetDefaultTargets(XmlString defaultTargets)
void unsetDefaultTargets()
String getInitialTargets()
XmlString xgetInitialTargets()
boolean isSetInitialTargets()
void setInitialTargets(String initialTargets)
void xsetInitialTargets(XmlString initialTargets)
void unsetInitialTargets()
String getSdk()
XmlString xgetSdk()
boolean isSetSdk()
void setSdk(String sdk)
void xsetSdk(XmlString sdk)
void unsetSdk()
String getToolsVersion()
XmlString xgetToolsVersion()
boolean isSetToolsVersion()
void setToolsVersion(String toolsVersion)
void xsetToolsVersion(XmlString toolsVersion)
void unsetToolsVersion()