public class ResourceCompileImpl extends SimpleItemTypeImpl implements ResourceCompile
ResourceCompile.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 |
---|
ResourceCompileImpl(SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
XmlObject |
addNewAdditionalIncludeDirectories()
Appends and returns a new empty value (as xml) as the last "AdditionalIncludeDirectories" element
|
XmlObject |
addNewCulture()
Appends and returns a new empty value (as xml) as the last "Culture" element
|
XmlObject |
addNewIgnoreStandardIncludePath()
Appends and returns a new empty value (as xml) as the last "IgnoreStandardIncludePath" element
|
XmlObject |
addNewNullTerminateStrings()
Appends and returns a new empty value (as xml) as the last "NullTerminateStrings" element
|
XmlObject |
addNewPreprocessorDefinitions()
Appends and returns a new empty value (as xml) as the last "PreprocessorDefinitions" element
|
XmlObject |
addNewResourceOutputFileName()
Appends and returns a new empty value (as xml) as the last "ResourceOutputFileName" element
|
XmlObject |
addNewShowProgress()
Appends and returns a new empty value (as xml) as the last "ShowProgress" element
|
XmlObject |
addNewSuppressStartupBanner()
Appends and returns a new empty value (as xml) as the last "SuppressStartupBanner" element
|
XmlObject |
addNewUndefinePreprocessorDefinitions()
Appends and returns a new empty value (as xml) as the last "UndefinePreprocessorDefinitions" element
|
XmlObject[] |
getAdditionalIncludeDirectoriesArray()
Deprecated.
|
XmlObject |
getAdditionalIncludeDirectoriesArray(int i)
Gets ith "AdditionalIncludeDirectories" element
|
List<XmlObject> |
getAdditionalIncludeDirectoriesList()
Gets a List of "AdditionalIncludeDirectories" elements
|
XmlObject[] |
getCultureArray()
Deprecated.
|
XmlObject |
getCultureArray(int i)
Gets ith "Culture" element
|
List<XmlObject> |
getCultureList()
Gets a List of "Culture" elements
|
XmlObject[] |
getIgnoreStandardIncludePathArray()
Deprecated.
|
XmlObject |
getIgnoreStandardIncludePathArray(int i)
Gets ith "IgnoreStandardIncludePath" element
|
List<XmlObject> |
getIgnoreStandardIncludePathList()
Gets a List of "IgnoreStandardIncludePath" elements
|
XmlObject[] |
getNullTerminateStringsArray()
Deprecated.
|
XmlObject |
getNullTerminateStringsArray(int i)
Gets ith "NullTerminateStrings" element
|
List<XmlObject> |
getNullTerminateStringsList()
Gets a List of "NullTerminateStrings" elements
|
XmlObject[] |
getPreprocessorDefinitionsArray()
Deprecated.
|
XmlObject |
getPreprocessorDefinitionsArray(int i)
Gets ith "PreprocessorDefinitions" element
|
List<XmlObject> |
getPreprocessorDefinitionsList()
Gets a List of "PreprocessorDefinitions" elements
|
XmlObject[] |
getResourceOutputFileNameArray()
Deprecated.
|
XmlObject |
getResourceOutputFileNameArray(int i)
Gets ith "ResourceOutputFileName" element
|
List<XmlObject> |
getResourceOutputFileNameList()
Gets a List of "ResourceOutputFileName" elements
|
XmlObject[] |
getShowProgressArray()
Deprecated.
|
XmlObject |
getShowProgressArray(int i)
Gets ith "ShowProgress" element
|
List<XmlObject> |
getShowProgressList()
Gets a List of "ShowProgress" elements
|
XmlObject[] |
getSuppressStartupBannerArray()
Deprecated.
|
XmlObject |
getSuppressStartupBannerArray(int i)
Gets ith "SuppressStartupBanner" element
|
List<XmlObject> |
getSuppressStartupBannerList()
Gets a List of "SuppressStartupBanner" elements
|
XmlObject[] |
getUndefinePreprocessorDefinitionsArray()
Deprecated.
|
XmlObject |
getUndefinePreprocessorDefinitionsArray(int i)
Gets ith "UndefinePreprocessorDefinitions" element
|
List<XmlObject> |
getUndefinePreprocessorDefinitionsList()
Gets a List of "UndefinePreprocessorDefinitions" elements
|
XmlObject |
insertNewAdditionalIncludeDirectories(int i)
Inserts and returns a new empty value (as xml) as the ith "AdditionalIncludeDirectories" element
|
XmlObject |
insertNewCulture(int i)
Inserts and returns a new empty value (as xml) as the ith "Culture" element
|
XmlObject |
insertNewIgnoreStandardIncludePath(int i)
Inserts and returns a new empty value (as xml) as the ith "IgnoreStandardIncludePath" element
|
XmlObject |
insertNewNullTerminateStrings(int i)
Inserts and returns a new empty value (as xml) as the ith "NullTerminateStrings" element
|
XmlObject |
insertNewPreprocessorDefinitions(int i)
Inserts and returns a new empty value (as xml) as the ith "PreprocessorDefinitions" element
|
XmlObject |
insertNewResourceOutputFileName(int i)
Inserts and returns a new empty value (as xml) as the ith "ResourceOutputFileName" element
|
XmlObject |
insertNewShowProgress(int i)
Inserts and returns a new empty value (as xml) as the ith "ShowProgress" element
|
XmlObject |
insertNewSuppressStartupBanner(int i)
Inserts and returns a new empty value (as xml) as the ith "SuppressStartupBanner" element
|
XmlObject |
insertNewUndefinePreprocessorDefinitions(int i)
Inserts and returns a new empty value (as xml) as the ith "UndefinePreprocessorDefinitions" element
|
void |
removeAdditionalIncludeDirectories(int i)
Removes the ith "AdditionalIncludeDirectories" element
|
void |
removeCulture(int i)
Removes the ith "Culture" element
|
void |
removeIgnoreStandardIncludePath(int i)
Removes the ith "IgnoreStandardIncludePath" element
|
void |
removeNullTerminateStrings(int i)
Removes the ith "NullTerminateStrings" element
|
void |
removePreprocessorDefinitions(int i)
Removes the ith "PreprocessorDefinitions" element
|
void |
removeResourceOutputFileName(int i)
Removes the ith "ResourceOutputFileName" element
|
void |
removeShowProgress(int i)
Removes the ith "ShowProgress" element
|
void |
removeSuppressStartupBanner(int i)
Removes the ith "SuppressStartupBanner" element
|
void |
removeUndefinePreprocessorDefinitions(int i)
Removes the ith "UndefinePreprocessorDefinitions" element
|
void |
setAdditionalIncludeDirectoriesArray(int i,
XmlObject additionalIncludeDirectories)
Sets ith "AdditionalIncludeDirectories" element
|
void |
setAdditionalIncludeDirectoriesArray(XmlObject[] additionalIncludeDirectoriesArray)
Sets array of all "AdditionalIncludeDirectories" element WARNING: This method is not atomicaly synchronized.
|
void |
setCultureArray(int i,
XmlObject culture)
Sets ith "Culture" element
|
void |
setCultureArray(XmlObject[] cultureArray)
Sets array of all "Culture" element WARNING: This method is not atomicaly synchronized.
|
void |
setIgnoreStandardIncludePathArray(int i,
XmlObject ignoreStandardIncludePath)
Sets ith "IgnoreStandardIncludePath" element
|
void |
setIgnoreStandardIncludePathArray(XmlObject[] ignoreStandardIncludePathArray)
Sets array of all "IgnoreStandardIncludePath" element WARNING: This method is not atomicaly synchronized.
|
void |
setNullTerminateStringsArray(int i,
XmlObject nullTerminateStrings)
Sets ith "NullTerminateStrings" element
|
void |
setNullTerminateStringsArray(XmlObject[] nullTerminateStringsArray)
Sets array of all "NullTerminateStrings" element WARNING: This method is not atomicaly synchronized.
|
void |
setPreprocessorDefinitionsArray(int i,
XmlObject preprocessorDefinitions)
Sets ith "PreprocessorDefinitions" element
|
void |
setPreprocessorDefinitionsArray(XmlObject[] preprocessorDefinitionsArray)
Sets array of all "PreprocessorDefinitions" element WARNING: This method is not atomicaly synchronized.
|
void |
setResourceOutputFileNameArray(int i,
XmlObject resourceOutputFileName)
Sets ith "ResourceOutputFileName" element
|
void |
setResourceOutputFileNameArray(XmlObject[] resourceOutputFileNameArray)
Sets array of all "ResourceOutputFileName" element WARNING: This method is not atomicaly synchronized.
|
void |
setShowProgressArray(int i,
XmlObject showProgress)
Sets ith "ShowProgress" element
|
void |
setShowProgressArray(XmlObject[] showProgressArray)
Sets array of all "ShowProgress" element WARNING: This method is not atomicaly synchronized.
|
void |
setSuppressStartupBannerArray(int i,
XmlObject suppressStartupBanner)
Sets ith "SuppressStartupBanner" element
|
void |
setSuppressStartupBannerArray(XmlObject[] suppressStartupBannerArray)
Sets array of all "SuppressStartupBanner" element WARNING: This method is not atomicaly synchronized.
|
void |
setUndefinePreprocessorDefinitionsArray(int i,
XmlObject undefinePreprocessorDefinitions)
Sets ith "UndefinePreprocessorDefinitions" element
|
void |
setUndefinePreprocessorDefinitionsArray(XmlObject[] undefinePreprocessorDefinitionsArray)
Sets array of all "UndefinePreprocessorDefinitions" element WARNING: This method is not atomicaly synchronized.
|
int |
sizeOfAdditionalIncludeDirectoriesArray()
Returns number of "AdditionalIncludeDirectories" element
|
int |
sizeOfCultureArray()
Returns number of "Culture" element
|
int |
sizeOfIgnoreStandardIncludePathArray()
Returns number of "IgnoreStandardIncludePath" element
|
int |
sizeOfNullTerminateStringsArray()
Returns number of "NullTerminateStrings" element
|
int |
sizeOfPreprocessorDefinitionsArray()
Returns number of "PreprocessorDefinitions" element
|
int |
sizeOfResourceOutputFileNameArray()
Returns number of "ResourceOutputFileName" element
|
int |
sizeOfShowProgressArray()
Returns number of "ShowProgress" element
|
int |
sizeOfSuppressStartupBannerArray()
Returns number of "SuppressStartupBanner" element
|
int |
sizeOfUndefinePreprocessorDefinitionsArray()
Returns number of "UndefinePreprocessorDefinitions" 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 ResourceCompileImpl(SchemaType sType)
public List<XmlObject> getCultureList()
getCultureList
in interface ResourceCompile
@Deprecated public XmlObject[] getCultureArray()
getCultureArray
in interface ResourceCompile
public XmlObject getCultureArray(int i)
getCultureArray
in interface ResourceCompile
public int sizeOfCultureArray()
sizeOfCultureArray
in interface ResourceCompile
public void setCultureArray(XmlObject[] cultureArray)
setCultureArray
in interface ResourceCompile
public void setCultureArray(int i, XmlObject culture)
setCultureArray
in interface ResourceCompile
public XmlObject insertNewCulture(int i)
insertNewCulture
in interface ResourceCompile
public XmlObject addNewCulture()
addNewCulture
in interface ResourceCompile
public void removeCulture(int i)
removeCulture
in interface ResourceCompile
public List<XmlObject> getPreprocessorDefinitionsList()
getPreprocessorDefinitionsList
in interface ResourceCompile
@Deprecated public XmlObject[] getPreprocessorDefinitionsArray()
getPreprocessorDefinitionsArray
in interface ResourceCompile
public XmlObject getPreprocessorDefinitionsArray(int i)
getPreprocessorDefinitionsArray
in interface ResourceCompile
public int sizeOfPreprocessorDefinitionsArray()
sizeOfPreprocessorDefinitionsArray
in interface ResourceCompile
public void setPreprocessorDefinitionsArray(XmlObject[] preprocessorDefinitionsArray)
setPreprocessorDefinitionsArray
in interface ResourceCompile
public void setPreprocessorDefinitionsArray(int i, XmlObject preprocessorDefinitions)
setPreprocessorDefinitionsArray
in interface ResourceCompile
public XmlObject insertNewPreprocessorDefinitions(int i)
insertNewPreprocessorDefinitions
in interface ResourceCompile
public XmlObject addNewPreprocessorDefinitions()
addNewPreprocessorDefinitions
in interface ResourceCompile
public void removePreprocessorDefinitions(int i)
removePreprocessorDefinitions
in interface ResourceCompile
public List<XmlObject> getUndefinePreprocessorDefinitionsList()
getUndefinePreprocessorDefinitionsList
in interface ResourceCompile
@Deprecated public XmlObject[] getUndefinePreprocessorDefinitionsArray()
getUndefinePreprocessorDefinitionsArray
in interface ResourceCompile
public XmlObject getUndefinePreprocessorDefinitionsArray(int i)
getUndefinePreprocessorDefinitionsArray
in interface ResourceCompile
public int sizeOfUndefinePreprocessorDefinitionsArray()
sizeOfUndefinePreprocessorDefinitionsArray
in interface ResourceCompile
public void setUndefinePreprocessorDefinitionsArray(XmlObject[] undefinePreprocessorDefinitionsArray)
setUndefinePreprocessorDefinitionsArray
in interface ResourceCompile
public void setUndefinePreprocessorDefinitionsArray(int i, XmlObject undefinePreprocessorDefinitions)
setUndefinePreprocessorDefinitionsArray
in interface ResourceCompile
public XmlObject insertNewUndefinePreprocessorDefinitions(int i)
insertNewUndefinePreprocessorDefinitions
in interface ResourceCompile
public XmlObject addNewUndefinePreprocessorDefinitions()
addNewUndefinePreprocessorDefinitions
in interface ResourceCompile
public void removeUndefinePreprocessorDefinitions(int i)
removeUndefinePreprocessorDefinitions
in interface ResourceCompile
public List<XmlObject> getAdditionalIncludeDirectoriesList()
getAdditionalIncludeDirectoriesList
in interface ResourceCompile
@Deprecated public XmlObject[] getAdditionalIncludeDirectoriesArray()
getAdditionalIncludeDirectoriesArray
in interface ResourceCompile
public XmlObject getAdditionalIncludeDirectoriesArray(int i)
getAdditionalIncludeDirectoriesArray
in interface ResourceCompile
public int sizeOfAdditionalIncludeDirectoriesArray()
sizeOfAdditionalIncludeDirectoriesArray
in interface ResourceCompile
public void setAdditionalIncludeDirectoriesArray(XmlObject[] additionalIncludeDirectoriesArray)
setAdditionalIncludeDirectoriesArray
in interface ResourceCompile
public void setAdditionalIncludeDirectoriesArray(int i, XmlObject additionalIncludeDirectories)
setAdditionalIncludeDirectoriesArray
in interface ResourceCompile
public XmlObject insertNewAdditionalIncludeDirectories(int i)
insertNewAdditionalIncludeDirectories
in interface ResourceCompile
public XmlObject addNewAdditionalIncludeDirectories()
addNewAdditionalIncludeDirectories
in interface ResourceCompile
public void removeAdditionalIncludeDirectories(int i)
removeAdditionalIncludeDirectories
in interface ResourceCompile
public List<XmlObject> getIgnoreStandardIncludePathList()
getIgnoreStandardIncludePathList
in interface ResourceCompile
@Deprecated public XmlObject[] getIgnoreStandardIncludePathArray()
getIgnoreStandardIncludePathArray
in interface ResourceCompile
public XmlObject getIgnoreStandardIncludePathArray(int i)
getIgnoreStandardIncludePathArray
in interface ResourceCompile
public int sizeOfIgnoreStandardIncludePathArray()
sizeOfIgnoreStandardIncludePathArray
in interface ResourceCompile
public void setIgnoreStandardIncludePathArray(XmlObject[] ignoreStandardIncludePathArray)
setIgnoreStandardIncludePathArray
in interface ResourceCompile
public void setIgnoreStandardIncludePathArray(int i, XmlObject ignoreStandardIncludePath)
setIgnoreStandardIncludePathArray
in interface ResourceCompile
public XmlObject insertNewIgnoreStandardIncludePath(int i)
insertNewIgnoreStandardIncludePath
in interface ResourceCompile
public XmlObject addNewIgnoreStandardIncludePath()
addNewIgnoreStandardIncludePath
in interface ResourceCompile
public void removeIgnoreStandardIncludePath(int i)
removeIgnoreStandardIncludePath
in interface ResourceCompile
public List<XmlObject> getShowProgressList()
getShowProgressList
in interface ResourceCompile
@Deprecated public XmlObject[] getShowProgressArray()
getShowProgressArray
in interface ResourceCompile
public XmlObject getShowProgressArray(int i)
getShowProgressArray
in interface ResourceCompile
public int sizeOfShowProgressArray()
sizeOfShowProgressArray
in interface ResourceCompile
public void setShowProgressArray(XmlObject[] showProgressArray)
setShowProgressArray
in interface ResourceCompile
public void setShowProgressArray(int i, XmlObject showProgress)
setShowProgressArray
in interface ResourceCompile
public XmlObject insertNewShowProgress(int i)
insertNewShowProgress
in interface ResourceCompile
public XmlObject addNewShowProgress()
addNewShowProgress
in interface ResourceCompile
public void removeShowProgress(int i)
removeShowProgress
in interface ResourceCompile
public List<XmlObject> getNullTerminateStringsList()
getNullTerminateStringsList
in interface ResourceCompile
@Deprecated public XmlObject[] getNullTerminateStringsArray()
getNullTerminateStringsArray
in interface ResourceCompile
public XmlObject getNullTerminateStringsArray(int i)
getNullTerminateStringsArray
in interface ResourceCompile
public int sizeOfNullTerminateStringsArray()
sizeOfNullTerminateStringsArray
in interface ResourceCompile
public void setNullTerminateStringsArray(XmlObject[] nullTerminateStringsArray)
setNullTerminateStringsArray
in interface ResourceCompile
public void setNullTerminateStringsArray(int i, XmlObject nullTerminateStrings)
setNullTerminateStringsArray
in interface ResourceCompile
public XmlObject insertNewNullTerminateStrings(int i)
insertNewNullTerminateStrings
in interface ResourceCompile
public XmlObject addNewNullTerminateStrings()
addNewNullTerminateStrings
in interface ResourceCompile
public void removeNullTerminateStrings(int i)
removeNullTerminateStrings
in interface ResourceCompile
public List<XmlObject> getSuppressStartupBannerList()
getSuppressStartupBannerList
in interface ResourceCompile
@Deprecated public XmlObject[] getSuppressStartupBannerArray()
getSuppressStartupBannerArray
in interface ResourceCompile
public XmlObject getSuppressStartupBannerArray(int i)
getSuppressStartupBannerArray
in interface ResourceCompile
public int sizeOfSuppressStartupBannerArray()
sizeOfSuppressStartupBannerArray
in interface ResourceCompile
public void setSuppressStartupBannerArray(XmlObject[] suppressStartupBannerArray)
setSuppressStartupBannerArray
in interface ResourceCompile
public void setSuppressStartupBannerArray(int i, XmlObject suppressStartupBanner)
setSuppressStartupBannerArray
in interface ResourceCompile
public XmlObject insertNewSuppressStartupBanner(int i)
insertNewSuppressStartupBanner
in interface ResourceCompile
public XmlObject addNewSuppressStartupBanner()
addNewSuppressStartupBanner
in interface ResourceCompile
public void removeSuppressStartupBanner(int i)
removeSuppressStartupBanner
in interface ResourceCompile
public List<XmlObject> getResourceOutputFileNameList()
getResourceOutputFileNameList
in interface ResourceCompile
@Deprecated public XmlObject[] getResourceOutputFileNameArray()
getResourceOutputFileNameArray
in interface ResourceCompile
public XmlObject getResourceOutputFileNameArray(int i)
getResourceOutputFileNameArray
in interface ResourceCompile
public int sizeOfResourceOutputFileNameArray()
sizeOfResourceOutputFileNameArray
in interface ResourceCompile
public void setResourceOutputFileNameArray(XmlObject[] resourceOutputFileNameArray)
setResourceOutputFileNameArray
in interface ResourceCompile
public void setResourceOutputFileNameArray(int i, XmlObject resourceOutputFileName)
setResourceOutputFileNameArray
in interface ResourceCompile
public XmlObject insertNewResourceOutputFileName(int i)
insertNewResourceOutputFileName
in interface ResourceCompile
public XmlObject addNewResourceOutputFileName()
addNewResourceOutputFileName
in interface ResourceCompile
public void removeResourceOutputFileName(int i)
removeResourceOutputFileName
in interface ResourceCompile