public static class ProjectReferenceDocumentImpl.ProjectReferenceImpl extends SimpleItemTypeImpl implements ProjectReferenceDocument.ProjectReference
ProjectReferenceDocument.ProjectReference.Factory
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Constructor and Description |
---|
ProjectReferenceImpl(SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
void |
addEmbedInteropTypes(String embedInteropTypes)
Appends the value as the last "EmbedInteropTypes" element
|
Boolean |
addNewEmbedInteropTypes()
Appends and returns a new empty value (as xml) as the last "EmbedInteropTypes" element
|
XmlObject |
addNewExcludeAssets()
Appends and returns a new empty value (as xml) as the last "ExcludeAssets" element
|
XmlObject |
addNewIncludeAssets()
Appends and returns a new empty value (as xml) as the last "IncludeAssets" element
|
XmlObject |
addNewName()
Appends and returns a new empty value (as xml) as the last "Name" element
|
XmlObject |
addNewOutputItemType()
Appends and returns a new empty value (as xml) as the last "OutputItemType" element
|
XmlObject |
addNewPackage()
Appends and returns a new empty value (as xml) as the last "Package" element
|
XmlObject |
addNewPrivateAssets()
Appends and returns a new empty value (as xml) as the last "PrivateAssets" element
|
XmlObject |
addNewProject()
Appends and returns a new empty value (as xml) as the last "Project" element
|
Boolean |
addNewReferenceOutputAssembly()
Appends and returns a new empty value (as xml) as the last "ReferenceOutputAssembly" element
|
XmlObject |
addNewSpecificVersion()
Appends and returns a new empty value (as xml) as the last "SpecificVersion" element
|
XmlObject |
addNewTargets()
Appends and returns a new empty value (as xml) as the last "Targets" element
|
void |
addReferenceOutputAssembly(String referenceOutputAssembly)
Appends the value as the last "ReferenceOutputAssembly" element
|
String[] |
getEmbedInteropTypesArray()
Deprecated.
|
String |
getEmbedInteropTypesArray(int i)
Gets ith "EmbedInteropTypes" element
|
List<String> |
getEmbedInteropTypesList()
Gets a List of "EmbedInteropTypes" elements
|
XmlObject[] |
getExcludeAssetsArray()
Deprecated.
|
XmlObject |
getExcludeAssetsArray(int i)
Gets ith "ExcludeAssets" element
|
List<XmlObject> |
getExcludeAssetsList()
Gets a List of "ExcludeAssets" elements
|
XmlObject[] |
getIncludeAssetsArray()
Deprecated.
|
XmlObject |
getIncludeAssetsArray(int i)
Gets ith "IncludeAssets" element
|
List<XmlObject> |
getIncludeAssetsList()
Gets a List of "IncludeAssets" elements
|
XmlObject[] |
getNameArray()
Deprecated.
|
XmlObject |
getNameArray(int i)
Gets ith "Name" element
|
List<XmlObject> |
getNameList()
Gets a List of "Name" elements
|
XmlObject[] |
getOutputItemTypeArray()
Deprecated.
|
XmlObject |
getOutputItemTypeArray(int i)
Gets ith "OutputItemType" element
|
List<XmlObject> |
getOutputItemTypeList()
Gets a List of "OutputItemType" elements
|
XmlObject[] |
getPackageArray()
Deprecated.
|
XmlObject |
getPackageArray(int i)
Gets ith "Package" element
|
List<XmlObject> |
getPackageList()
Gets a List of "Package" elements
|
XmlObject[] |
getPrivateAssetsArray()
Deprecated.
|
XmlObject |
getPrivateAssetsArray(int i)
Gets ith "PrivateAssets" element
|
List<XmlObject> |
getPrivateAssetsList()
Gets a List of "PrivateAssets" elements
|
XmlObject[] |
getProjectArray()
Deprecated.
|
XmlObject |
getProjectArray(int i)
Gets ith "Project" element
|
List<XmlObject> |
getProjectList()
Gets a List of "Project" elements
|
String[] |
getReferenceOutputAssemblyArray()
Deprecated.
|
String |
getReferenceOutputAssemblyArray(int i)
Gets ith "ReferenceOutputAssembly" element
|
List<String> |
getReferenceOutputAssemblyList()
Gets a List of "ReferenceOutputAssembly" elements
|
XmlObject[] |
getSpecificVersionArray()
Deprecated.
|
XmlObject |
getSpecificVersionArray(int i)
Gets ith "SpecificVersion" element
|
List<XmlObject> |
getSpecificVersionList()
Gets a List of "SpecificVersion" elements
|
XmlObject[] |
getTargetsArray()
Deprecated.
|
XmlObject |
getTargetsArray(int i)
Gets ith "Targets" element
|
List<XmlObject> |
getTargetsList()
Gets a List of "Targets" elements
|
void |
insertEmbedInteropTypes(int i,
String embedInteropTypes)
Inserts the value as the ith "EmbedInteropTypes" element
|
Boolean |
insertNewEmbedInteropTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "EmbedInteropTypes" element
|
XmlObject |
insertNewExcludeAssets(int i)
Inserts and returns a new empty value (as xml) as the ith "ExcludeAssets" element
|
XmlObject |
insertNewIncludeAssets(int i)
Inserts and returns a new empty value (as xml) as the ith "IncludeAssets" element
|
XmlObject |
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "Name" element
|
XmlObject |
insertNewOutputItemType(int i)
Inserts and returns a new empty value (as xml) as the ith "OutputItemType" element
|
XmlObject |
insertNewPackage(int i)
Inserts and returns a new empty value (as xml) as the ith "Package" element
|
XmlObject |
insertNewPrivateAssets(int i)
Inserts and returns a new empty value (as xml) as the ith "PrivateAssets" element
|
XmlObject |
insertNewProject(int i)
Inserts and returns a new empty value (as xml) as the ith "Project" element
|
Boolean |
insertNewReferenceOutputAssembly(int i)
Inserts and returns a new empty value (as xml) as the ith "ReferenceOutputAssembly" element
|
XmlObject |
insertNewSpecificVersion(int i)
Inserts and returns a new empty value (as xml) as the ith "SpecificVersion" element
|
XmlObject |
insertNewTargets(int i)
Inserts and returns a new empty value (as xml) as the ith "Targets" element
|
void |
insertReferenceOutputAssembly(int i,
String referenceOutputAssembly)
Inserts the value as the ith "ReferenceOutputAssembly" element
|
void |
removeEmbedInteropTypes(int i)
Removes the ith "EmbedInteropTypes" element
|
void |
removeExcludeAssets(int i)
Removes the ith "ExcludeAssets" element
|
void |
removeIncludeAssets(int i)
Removes the ith "IncludeAssets" element
|
void |
removeName(int i)
Removes the ith "Name" element
|
void |
removeOutputItemType(int i)
Removes the ith "OutputItemType" element
|
void |
removePackage(int i)
Removes the ith "Package" element
|
void |
removePrivateAssets(int i)
Removes the ith "PrivateAssets" element
|
void |
removeProject(int i)
Removes the ith "Project" element
|
void |
removeReferenceOutputAssembly(int i)
Removes the ith "ReferenceOutputAssembly" element
|
void |
removeSpecificVersion(int i)
Removes the ith "SpecificVersion" element
|
void |
removeTargets(int i)
Removes the ith "Targets" element
|
void |
setEmbedInteropTypesArray(int i,
String embedInteropTypes)
Sets ith "EmbedInteropTypes" element
|
void |
setEmbedInteropTypesArray(String[] embedInteropTypesArray)
Sets array of all "EmbedInteropTypes" element
|
void |
setExcludeAssetsArray(int i,
XmlObject excludeAssets)
Sets ith "ExcludeAssets" element
|
void |
setExcludeAssetsArray(XmlObject[] excludeAssetsArray)
Sets array of all "ExcludeAssets" element WARNING: This method is not atomicaly synchronized.
|
void |
setIncludeAssetsArray(int i,
XmlObject includeAssets)
Sets ith "IncludeAssets" element
|
void |
setIncludeAssetsArray(XmlObject[] includeAssetsArray)
Sets array of all "IncludeAssets" element WARNING: This method is not atomicaly synchronized.
|
void |
setNameArray(int i,
XmlObject name)
Sets ith "Name" element
|
void |
setNameArray(XmlObject[] nameArray)
Sets array of all "Name" element WARNING: This method is not atomicaly synchronized.
|
void |
setOutputItemTypeArray(int i,
XmlObject outputItemType)
Sets ith "OutputItemType" element
|
void |
setOutputItemTypeArray(XmlObject[] outputItemTypeArray)
Sets array of all "OutputItemType" element WARNING: This method is not atomicaly synchronized.
|
void |
setPackageArray(int i,
XmlObject xpackage)
Sets ith "Package" element
|
void |
setPackageArray(XmlObject[] xpackageArray)
Sets array of all "Package" element WARNING: This method is not atomicaly synchronized.
|
void |
setPrivateAssetsArray(int i,
XmlObject privateAssets)
Sets ith "PrivateAssets" element
|
void |
setPrivateAssetsArray(XmlObject[] privateAssetsArray)
Sets array of all "PrivateAssets" element WARNING: This method is not atomicaly synchronized.
|
void |
setProjectArray(int i,
XmlObject project)
Sets ith "Project" element
|
void |
setProjectArray(XmlObject[] projectArray)
Sets array of all "Project" element WARNING: This method is not atomicaly synchronized.
|
void |
setReferenceOutputAssemblyArray(int i,
String referenceOutputAssembly)
Sets ith "ReferenceOutputAssembly" element
|
void |
setReferenceOutputAssemblyArray(String[] referenceOutputAssemblyArray)
Sets array of all "ReferenceOutputAssembly" element
|
void |
setSpecificVersionArray(int i,
XmlObject specificVersion)
Sets ith "SpecificVersion" element
|
void |
setSpecificVersionArray(XmlObject[] specificVersionArray)
Sets array of all "SpecificVersion" element WARNING: This method is not atomicaly synchronized.
|
void |
setTargetsArray(int i,
XmlObject targets)
Sets ith "Targets" element
|
void |
setTargetsArray(XmlObject[] targetsArray)
Sets array of all "Targets" element WARNING: This method is not atomicaly synchronized.
|
int |
sizeOfEmbedInteropTypesArray()
Returns number of "EmbedInteropTypes" element
|
int |
sizeOfExcludeAssetsArray()
Returns number of "ExcludeAssets" element
|
int |
sizeOfIncludeAssetsArray()
Returns number of "IncludeAssets" element
|
int |
sizeOfNameArray()
Returns number of "Name" element
|
int |
sizeOfOutputItemTypeArray()
Returns number of "OutputItemType" element
|
int |
sizeOfPackageArray()
Returns number of "Package" element
|
int |
sizeOfPrivateAssetsArray()
Returns number of "PrivateAssets" element
|
int |
sizeOfProjectArray()
Returns number of "Project" element
|
int |
sizeOfReferenceOutputAssemblyArray()
Returns number of "ReferenceOutputAssembly" element
|
int |
sizeOfSpecificVersionArray()
Returns number of "SpecificVersion" element
|
int |
sizeOfTargetsArray()
Returns number of "Targets" element
|
Boolean[] |
xgetEmbedInteropTypesArray()
Deprecated.
|
Boolean |
xgetEmbedInteropTypesArray(int i)
Gets (as xml) ith "EmbedInteropTypes" element
|
List<Boolean> |
xgetEmbedInteropTypesList()
Gets (as xml) a List of "EmbedInteropTypes" elements
|
Boolean[] |
xgetReferenceOutputAssemblyArray()
Deprecated.
|
Boolean |
xgetReferenceOutputAssemblyArray(int i)
Gets (as xml) ith "ReferenceOutputAssembly" element
|
List<Boolean> |
xgetReferenceOutputAssemblyList()
Gets (as xml) a List of "ReferenceOutputAssembly" elements
|
void |
xsetEmbedInteropTypesArray(Boolean[] embedInteropTypesArray)
Sets (as xml) array of all "EmbedInteropTypes" element
|
void |
xsetEmbedInteropTypesArray(int i,
Boolean embedInteropTypes)
Sets (as xml) ith "EmbedInteropTypes" element
|
void |
xsetReferenceOutputAssemblyArray(Boolean[] referenceOutputAssemblyArray)
Sets (as xml) array of all "ReferenceOutputAssembly" element
|
void |
xsetReferenceOutputAssemblyArray(int i,
Boolean referenceOutputAssembly)
Sets (as xml) ith "ReferenceOutputAssembly" 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, xsetUpdate
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, xsetUpdate
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
public ProjectReferenceImpl(SchemaType sType)
public List<XmlObject> getNameList()
getNameList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getNameArray()
getNameArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getNameArray(int i)
getNameArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfNameArray()
sizeOfNameArray
in interface ProjectReferenceDocument.ProjectReference
public void setNameArray(XmlObject[] nameArray)
setNameArray
in interface ProjectReferenceDocument.ProjectReference
public void setNameArray(int i, XmlObject name)
setNameArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewName(int i)
insertNewName
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewName()
addNewName
in interface ProjectReferenceDocument.ProjectReference
public void removeName(int i)
removeName
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getProjectList()
getProjectList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getProjectArray()
getProjectArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getProjectArray(int i)
getProjectArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfProjectArray()
sizeOfProjectArray
in interface ProjectReferenceDocument.ProjectReference
public void setProjectArray(XmlObject[] projectArray)
setProjectArray
in interface ProjectReferenceDocument.ProjectReference
public void setProjectArray(int i, XmlObject project)
setProjectArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewProject(int i)
insertNewProject
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewProject()
addNewProject
in interface ProjectReferenceDocument.ProjectReference
public void removeProject(int i)
removeProject
in interface ProjectReferenceDocument.ProjectReference
public List<String> getReferenceOutputAssemblyList()
getReferenceOutputAssemblyList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public String[] getReferenceOutputAssemblyArray()
getReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public String getReferenceOutputAssemblyArray(int i)
getReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public List<Boolean> xgetReferenceOutputAssemblyList()
xgetReferenceOutputAssemblyList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public Boolean[] xgetReferenceOutputAssemblyArray()
xgetReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public Boolean xgetReferenceOutputAssemblyArray(int i)
xgetReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfReferenceOutputAssemblyArray()
sizeOfReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public void setReferenceOutputAssemblyArray(String[] referenceOutputAssemblyArray)
setReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public void setReferenceOutputAssemblyArray(int i, String referenceOutputAssembly)
setReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public void xsetReferenceOutputAssemblyArray(Boolean[] referenceOutputAssemblyArray)
xsetReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public void xsetReferenceOutputAssemblyArray(int i, Boolean referenceOutputAssembly)
xsetReferenceOutputAssemblyArray
in interface ProjectReferenceDocument.ProjectReference
public void insertReferenceOutputAssembly(int i, String referenceOutputAssembly)
insertReferenceOutputAssembly
in interface ProjectReferenceDocument.ProjectReference
public void addReferenceOutputAssembly(String referenceOutputAssembly)
addReferenceOutputAssembly
in interface ProjectReferenceDocument.ProjectReference
public Boolean insertNewReferenceOutputAssembly(int i)
insertNewReferenceOutputAssembly
in interface ProjectReferenceDocument.ProjectReference
public Boolean addNewReferenceOutputAssembly()
addNewReferenceOutputAssembly
in interface ProjectReferenceDocument.ProjectReference
public void removeReferenceOutputAssembly(int i)
removeReferenceOutputAssembly
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getSpecificVersionList()
getSpecificVersionList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getSpecificVersionArray()
getSpecificVersionArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getSpecificVersionArray(int i)
getSpecificVersionArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfSpecificVersionArray()
sizeOfSpecificVersionArray
in interface ProjectReferenceDocument.ProjectReference
public void setSpecificVersionArray(XmlObject[] specificVersionArray)
setSpecificVersionArray
in interface ProjectReferenceDocument.ProjectReference
public void setSpecificVersionArray(int i, XmlObject specificVersion)
setSpecificVersionArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewSpecificVersion(int i)
insertNewSpecificVersion
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewSpecificVersion()
addNewSpecificVersion
in interface ProjectReferenceDocument.ProjectReference
public void removeSpecificVersion(int i)
removeSpecificVersion
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getTargetsList()
getTargetsList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getTargetsArray()
getTargetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getTargetsArray(int i)
getTargetsArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfTargetsArray()
sizeOfTargetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setTargetsArray(XmlObject[] targetsArray)
setTargetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setTargetsArray(int i, XmlObject targets)
setTargetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewTargets(int i)
insertNewTargets
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewTargets()
addNewTargets
in interface ProjectReferenceDocument.ProjectReference
public void removeTargets(int i)
removeTargets
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getOutputItemTypeList()
getOutputItemTypeList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getOutputItemTypeArray()
getOutputItemTypeArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getOutputItemTypeArray(int i)
getOutputItemTypeArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfOutputItemTypeArray()
sizeOfOutputItemTypeArray
in interface ProjectReferenceDocument.ProjectReference
public void setOutputItemTypeArray(XmlObject[] outputItemTypeArray)
setOutputItemTypeArray
in interface ProjectReferenceDocument.ProjectReference
public void setOutputItemTypeArray(int i, XmlObject outputItemType)
setOutputItemTypeArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewOutputItemType(int i)
insertNewOutputItemType
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewOutputItemType()
addNewOutputItemType
in interface ProjectReferenceDocument.ProjectReference
public void removeOutputItemType(int i)
removeOutputItemType
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getPackageList()
getPackageList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getPackageArray()
getPackageArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getPackageArray(int i)
getPackageArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfPackageArray()
sizeOfPackageArray
in interface ProjectReferenceDocument.ProjectReference
public void setPackageArray(XmlObject[] xpackageArray)
setPackageArray
in interface ProjectReferenceDocument.ProjectReference
public void setPackageArray(int i, XmlObject xpackage)
setPackageArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewPackage(int i)
insertNewPackage
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewPackage()
addNewPackage
in interface ProjectReferenceDocument.ProjectReference
public void removePackage(int i)
removePackage
in interface ProjectReferenceDocument.ProjectReference
public List<String> getEmbedInteropTypesList()
getEmbedInteropTypesList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public String[] getEmbedInteropTypesArray()
getEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public String getEmbedInteropTypesArray(int i)
getEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public List<Boolean> xgetEmbedInteropTypesList()
xgetEmbedInteropTypesList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public Boolean[] xgetEmbedInteropTypesArray()
xgetEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public Boolean xgetEmbedInteropTypesArray(int i)
xgetEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfEmbedInteropTypesArray()
sizeOfEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public void setEmbedInteropTypesArray(String[] embedInteropTypesArray)
setEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public void setEmbedInteropTypesArray(int i, String embedInteropTypes)
setEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public void xsetEmbedInteropTypesArray(Boolean[] embedInteropTypesArray)
xsetEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public void xsetEmbedInteropTypesArray(int i, Boolean embedInteropTypes)
xsetEmbedInteropTypesArray
in interface ProjectReferenceDocument.ProjectReference
public void insertEmbedInteropTypes(int i, String embedInteropTypes)
insertEmbedInteropTypes
in interface ProjectReferenceDocument.ProjectReference
public void addEmbedInteropTypes(String embedInteropTypes)
addEmbedInteropTypes
in interface ProjectReferenceDocument.ProjectReference
public Boolean insertNewEmbedInteropTypes(int i)
insertNewEmbedInteropTypes
in interface ProjectReferenceDocument.ProjectReference
public Boolean addNewEmbedInteropTypes()
addNewEmbedInteropTypes
in interface ProjectReferenceDocument.ProjectReference
public void removeEmbedInteropTypes(int i)
removeEmbedInteropTypes
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getIncludeAssetsList()
getIncludeAssetsList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getIncludeAssetsArray()
getIncludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getIncludeAssetsArray(int i)
getIncludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfIncludeAssetsArray()
sizeOfIncludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setIncludeAssetsArray(XmlObject[] includeAssetsArray)
setIncludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setIncludeAssetsArray(int i, XmlObject includeAssets)
setIncludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewIncludeAssets(int i)
insertNewIncludeAssets
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewIncludeAssets()
addNewIncludeAssets
in interface ProjectReferenceDocument.ProjectReference
public void removeIncludeAssets(int i)
removeIncludeAssets
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getExcludeAssetsList()
getExcludeAssetsList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getExcludeAssetsArray()
getExcludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getExcludeAssetsArray(int i)
getExcludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfExcludeAssetsArray()
sizeOfExcludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setExcludeAssetsArray(XmlObject[] excludeAssetsArray)
setExcludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setExcludeAssetsArray(int i, XmlObject excludeAssets)
setExcludeAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewExcludeAssets(int i)
insertNewExcludeAssets
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewExcludeAssets()
addNewExcludeAssets
in interface ProjectReferenceDocument.ProjectReference
public void removeExcludeAssets(int i)
removeExcludeAssets
in interface ProjectReferenceDocument.ProjectReference
public List<XmlObject> getPrivateAssetsList()
getPrivateAssetsList
in interface ProjectReferenceDocument.ProjectReference
@Deprecated public XmlObject[] getPrivateAssetsArray()
getPrivateAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject getPrivateAssetsArray(int i)
getPrivateAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public int sizeOfPrivateAssetsArray()
sizeOfPrivateAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setPrivateAssetsArray(XmlObject[] privateAssetsArray)
setPrivateAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public void setPrivateAssetsArray(int i, XmlObject privateAssets)
setPrivateAssetsArray
in interface ProjectReferenceDocument.ProjectReference
public XmlObject insertNewPrivateAssets(int i)
insertNewPrivateAssets
in interface ProjectReferenceDocument.ProjectReference
public XmlObject addNewPrivateAssets()
addNewPrivateAssets
in interface ProjectReferenceDocument.ProjectReference
public void removePrivateAssets(int i)
removePrivateAssets
in interface ProjectReferenceDocument.ProjectReference