public static class CompileDocumentImpl.CompileImpl extends SimpleItemTypeImpl implements CompileDocument.Compile
CompileDocument.Compile.Factory_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtypeEQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Constructor and Description |
|---|
CompileImpl(SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
XmlObject |
addNewAutoGen()
Appends and returns a new empty value (as xml) as the last "AutoGen" element
|
XmlObject |
addNewCopyToOutputDirectory()
Appends and returns a new empty value (as xml) as the last "CopyToOutputDirectory" element
|
XmlObject |
addNewDependentUpon()
Appends and returns a new empty value (as xml) as the last "DependentUpon" element
|
XmlObject |
addNewDesignTime()
Appends and returns a new empty value (as xml) as the last "DesignTime" element
|
XmlObject |
addNewDesignTimeSharedInput()
Appends and returns a new empty value (as xml) as the last "DesignTimeSharedInput" element
|
XmlObject |
addNewLink()
Appends and returns a new empty value (as xml) as the last "Link" element
|
XmlObject |
addNewSubType()
Appends and returns a new empty value (as xml) as the last "SubType" element
|
XmlObject |
addNewVBMyExtensionTemplateID()
Appends and returns a new empty value (as xml) as the last "VBMyExtensionTemplateID" element
|
XmlObject |
addNewVisible()
Appends and returns a new empty value (as xml) as the last "Visible" element
|
XmlObject[] |
getAutoGenArray()
Deprecated.
|
XmlObject |
getAutoGenArray(int i)
Gets ith "AutoGen" element
|
List<XmlObject> |
getAutoGenList()
Gets a List of "AutoGen" elements
|
XmlObject[] |
getCopyToOutputDirectoryArray()
Deprecated.
|
XmlObject |
getCopyToOutputDirectoryArray(int i)
Gets ith "CopyToOutputDirectory" element
|
List<XmlObject> |
getCopyToOutputDirectoryList()
Gets a List of "CopyToOutputDirectory" elements
|
XmlObject[] |
getDependentUponArray()
Deprecated.
|
XmlObject |
getDependentUponArray(int i)
Gets ith "DependentUpon" element
|
List<XmlObject> |
getDependentUponList()
Gets a List of "DependentUpon" elements
|
XmlObject[] |
getDesignTimeArray()
Deprecated.
|
XmlObject |
getDesignTimeArray(int i)
Gets ith "DesignTime" element
|
List<XmlObject> |
getDesignTimeList()
Gets a List of "DesignTime" elements
|
XmlObject[] |
getDesignTimeSharedInputArray()
Deprecated.
|
XmlObject |
getDesignTimeSharedInputArray(int i)
Gets ith "DesignTimeSharedInput" element
|
List<XmlObject> |
getDesignTimeSharedInputList()
Gets a List of "DesignTimeSharedInput" elements
|
XmlObject[] |
getLinkArray()
Deprecated.
|
XmlObject |
getLinkArray(int i)
Gets ith "Link" element
|
List<XmlObject> |
getLinkList()
Gets a List of "Link" elements
|
XmlObject[] |
getSubTypeArray()
Deprecated.
|
XmlObject |
getSubTypeArray(int i)
Gets ith "SubType" element
|
List<XmlObject> |
getSubTypeList()
Gets a List of "SubType" elements
|
XmlObject[] |
getVBMyExtensionTemplateIDArray()
Deprecated.
|
XmlObject |
getVBMyExtensionTemplateIDArray(int i)
Gets ith "VBMyExtensionTemplateID" element
|
List<XmlObject> |
getVBMyExtensionTemplateIDList()
Gets a List of "VBMyExtensionTemplateID" elements
|
XmlObject[] |
getVisibleArray()
Deprecated.
|
XmlObject |
getVisibleArray(int i)
Gets ith "Visible" element
|
List<XmlObject> |
getVisibleList()
Gets a List of "Visible" elements
|
XmlObject |
insertNewAutoGen(int i)
Inserts and returns a new empty value (as xml) as the ith "AutoGen" element
|
XmlObject |
insertNewCopyToOutputDirectory(int i)
Inserts and returns a new empty value (as xml) as the ith "CopyToOutputDirectory" element
|
XmlObject |
insertNewDependentUpon(int i)
Inserts and returns a new empty value (as xml) as the ith "DependentUpon" element
|
XmlObject |
insertNewDesignTime(int i)
Inserts and returns a new empty value (as xml) as the ith "DesignTime" element
|
XmlObject |
insertNewDesignTimeSharedInput(int i)
Inserts and returns a new empty value (as xml) as the ith "DesignTimeSharedInput" element
|
XmlObject |
insertNewLink(int i)
Inserts and returns a new empty value (as xml) as the ith "Link" element
|
XmlObject |
insertNewSubType(int i)
Inserts and returns a new empty value (as xml) as the ith "SubType" element
|
XmlObject |
insertNewVBMyExtensionTemplateID(int i)
Inserts and returns a new empty value (as xml) as the ith "VBMyExtensionTemplateID" element
|
XmlObject |
insertNewVisible(int i)
Inserts and returns a new empty value (as xml) as the ith "Visible" element
|
void |
removeAutoGen(int i)
Removes the ith "AutoGen" element
|
void |
removeCopyToOutputDirectory(int i)
Removes the ith "CopyToOutputDirectory" element
|
void |
removeDependentUpon(int i)
Removes the ith "DependentUpon" element
|
void |
removeDesignTime(int i)
Removes the ith "DesignTime" element
|
void |
removeDesignTimeSharedInput(int i)
Removes the ith "DesignTimeSharedInput" element
|
void |
removeLink(int i)
Removes the ith "Link" element
|
void |
removeSubType(int i)
Removes the ith "SubType" element
|
void |
removeVBMyExtensionTemplateID(int i)
Removes the ith "VBMyExtensionTemplateID" element
|
void |
removeVisible(int i)
Removes the ith "Visible" element
|
void |
setAutoGenArray(int i,
XmlObject autoGen)
Sets ith "AutoGen" element
|
void |
setAutoGenArray(XmlObject[] autoGenArray)
Sets array of all "AutoGen" element WARNING: This method is not atomicaly synchronized.
|
void |
setCopyToOutputDirectoryArray(int i,
XmlObject copyToOutputDirectory)
Sets ith "CopyToOutputDirectory" element
|
void |
setCopyToOutputDirectoryArray(XmlObject[] copyToOutputDirectoryArray)
Sets array of all "CopyToOutputDirectory" element WARNING: This method is not atomicaly synchronized.
|
void |
setDependentUponArray(int i,
XmlObject dependentUpon)
Sets ith "DependentUpon" element
|
void |
setDependentUponArray(XmlObject[] dependentUponArray)
Sets array of all "DependentUpon" element WARNING: This method is not atomicaly synchronized.
|
void |
setDesignTimeArray(int i,
XmlObject designTime)
Sets ith "DesignTime" element
|
void |
setDesignTimeArray(XmlObject[] designTimeArray)
Sets array of all "DesignTime" element WARNING: This method is not atomicaly synchronized.
|
void |
setDesignTimeSharedInputArray(int i,
XmlObject designTimeSharedInput)
Sets ith "DesignTimeSharedInput" element
|
void |
setDesignTimeSharedInputArray(XmlObject[] designTimeSharedInputArray)
Sets array of all "DesignTimeSharedInput" element WARNING: This method is not atomicaly synchronized.
|
void |
setLinkArray(int i,
XmlObject link)
Sets ith "Link" element
|
void |
setLinkArray(XmlObject[] linkArray)
Sets array of all "Link" element WARNING: This method is not atomicaly synchronized.
|
void |
setSubTypeArray(int i,
XmlObject subType)
Sets ith "SubType" element
|
void |
setSubTypeArray(XmlObject[] subTypeArray)
Sets array of all "SubType" element WARNING: This method is not atomicaly synchronized.
|
void |
setVBMyExtensionTemplateIDArray(int i,
XmlObject vbMyExtensionTemplateID)
Sets ith "VBMyExtensionTemplateID" element
|
void |
setVBMyExtensionTemplateIDArray(XmlObject[] vbMyExtensionTemplateIDArray)
Sets array of all "VBMyExtensionTemplateID" element WARNING: This method is not atomicaly synchronized.
|
void |
setVisibleArray(int i,
XmlObject visible)
Sets ith "Visible" element
|
void |
setVisibleArray(XmlObject[] visibleArray)
Sets array of all "Visible" element WARNING: This method is not atomicaly synchronized.
|
int |
sizeOfAutoGenArray()
Returns number of "AutoGen" element
|
int |
sizeOfCopyToOutputDirectoryArray()
Returns number of "CopyToOutputDirectory" element
|
int |
sizeOfDependentUponArray()
Returns number of "DependentUpon" element
|
int |
sizeOfDesignTimeArray()
Returns number of "DesignTime" element
|
int |
sizeOfDesignTimeSharedInputArray()
Returns number of "DesignTimeSharedInput" element
|
int |
sizeOfLinkArray()
Returns number of "Link" element
|
int |
sizeOfSubTypeArray()
Returns number of "SubType" element
|
int |
sizeOfVBMyExtensionTemplateIDArray()
Returns number of "VBMyExtensionTemplateID" element
|
int |
sizeOfVisibleArray()
Returns number of "Visible" 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, xsetUpdatearraySetterHelper, 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, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCondition, 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, xmlTextpublic CompileImpl(SchemaType sType)
public List<XmlObject> getSubTypeList()
getSubTypeList in interface CompileDocument.Compile@Deprecated public XmlObject[] getSubTypeArray()
getSubTypeArray in interface CompileDocument.Compilepublic XmlObject getSubTypeArray(int i)
getSubTypeArray in interface CompileDocument.Compilepublic int sizeOfSubTypeArray()
sizeOfSubTypeArray in interface CompileDocument.Compilepublic void setSubTypeArray(XmlObject[] subTypeArray)
setSubTypeArray in interface CompileDocument.Compilepublic void setSubTypeArray(int i,
XmlObject subType)
setSubTypeArray in interface CompileDocument.Compilepublic XmlObject insertNewSubType(int i)
insertNewSubType in interface CompileDocument.Compilepublic XmlObject addNewSubType()
addNewSubType in interface CompileDocument.Compilepublic void removeSubType(int i)
removeSubType in interface CompileDocument.Compilepublic List<XmlObject> getDependentUponList()
getDependentUponList in interface CompileDocument.Compile@Deprecated public XmlObject[] getDependentUponArray()
getDependentUponArray in interface CompileDocument.Compilepublic XmlObject getDependentUponArray(int i)
getDependentUponArray in interface CompileDocument.Compilepublic int sizeOfDependentUponArray()
sizeOfDependentUponArray in interface CompileDocument.Compilepublic void setDependentUponArray(XmlObject[] dependentUponArray)
setDependentUponArray in interface CompileDocument.Compilepublic void setDependentUponArray(int i,
XmlObject dependentUpon)
setDependentUponArray in interface CompileDocument.Compilepublic XmlObject insertNewDependentUpon(int i)
insertNewDependentUpon in interface CompileDocument.Compilepublic XmlObject addNewDependentUpon()
addNewDependentUpon in interface CompileDocument.Compilepublic void removeDependentUpon(int i)
removeDependentUpon in interface CompileDocument.Compilepublic List<XmlObject> getAutoGenList()
getAutoGenList in interface CompileDocument.Compile@Deprecated public XmlObject[] getAutoGenArray()
getAutoGenArray in interface CompileDocument.Compilepublic XmlObject getAutoGenArray(int i)
getAutoGenArray in interface CompileDocument.Compilepublic int sizeOfAutoGenArray()
sizeOfAutoGenArray in interface CompileDocument.Compilepublic void setAutoGenArray(XmlObject[] autoGenArray)
setAutoGenArray in interface CompileDocument.Compilepublic void setAutoGenArray(int i,
XmlObject autoGen)
setAutoGenArray in interface CompileDocument.Compilepublic XmlObject insertNewAutoGen(int i)
insertNewAutoGen in interface CompileDocument.Compilepublic XmlObject addNewAutoGen()
addNewAutoGen in interface CompileDocument.Compilepublic void removeAutoGen(int i)
removeAutoGen in interface CompileDocument.Compilepublic List<XmlObject> getDesignTimeList()
getDesignTimeList in interface CompileDocument.Compile@Deprecated public XmlObject[] getDesignTimeArray()
getDesignTimeArray in interface CompileDocument.Compilepublic XmlObject getDesignTimeArray(int i)
getDesignTimeArray in interface CompileDocument.Compilepublic int sizeOfDesignTimeArray()
sizeOfDesignTimeArray in interface CompileDocument.Compilepublic void setDesignTimeArray(XmlObject[] designTimeArray)
setDesignTimeArray in interface CompileDocument.Compilepublic void setDesignTimeArray(int i,
XmlObject designTime)
setDesignTimeArray in interface CompileDocument.Compilepublic XmlObject insertNewDesignTime(int i)
insertNewDesignTime in interface CompileDocument.Compilepublic XmlObject addNewDesignTime()
addNewDesignTime in interface CompileDocument.Compilepublic void removeDesignTime(int i)
removeDesignTime in interface CompileDocument.Compilepublic List<XmlObject> getLinkList()
getLinkList in interface CompileDocument.Compile@Deprecated public XmlObject[] getLinkArray()
getLinkArray in interface CompileDocument.Compilepublic XmlObject getLinkArray(int i)
getLinkArray in interface CompileDocument.Compilepublic int sizeOfLinkArray()
sizeOfLinkArray in interface CompileDocument.Compilepublic void setLinkArray(XmlObject[] linkArray)
setLinkArray in interface CompileDocument.Compilepublic void setLinkArray(int i,
XmlObject link)
setLinkArray in interface CompileDocument.Compilepublic XmlObject insertNewLink(int i)
insertNewLink in interface CompileDocument.Compilepublic XmlObject addNewLink()
addNewLink in interface CompileDocument.Compilepublic void removeLink(int i)
removeLink in interface CompileDocument.Compilepublic List<XmlObject> getDesignTimeSharedInputList()
getDesignTimeSharedInputList in interface CompileDocument.Compile@Deprecated public XmlObject[] getDesignTimeSharedInputArray()
getDesignTimeSharedInputArray in interface CompileDocument.Compilepublic XmlObject getDesignTimeSharedInputArray(int i)
getDesignTimeSharedInputArray in interface CompileDocument.Compilepublic int sizeOfDesignTimeSharedInputArray()
sizeOfDesignTimeSharedInputArray in interface CompileDocument.Compilepublic void setDesignTimeSharedInputArray(XmlObject[] designTimeSharedInputArray)
setDesignTimeSharedInputArray in interface CompileDocument.Compilepublic void setDesignTimeSharedInputArray(int i,
XmlObject designTimeSharedInput)
setDesignTimeSharedInputArray in interface CompileDocument.Compilepublic XmlObject insertNewDesignTimeSharedInput(int i)
insertNewDesignTimeSharedInput in interface CompileDocument.Compilepublic XmlObject addNewDesignTimeSharedInput()
addNewDesignTimeSharedInput in interface CompileDocument.Compilepublic void removeDesignTimeSharedInput(int i)
removeDesignTimeSharedInput in interface CompileDocument.Compilepublic List<XmlObject> getVisibleList()
getVisibleList in interface CompileDocument.Compile@Deprecated public XmlObject[] getVisibleArray()
getVisibleArray in interface CompileDocument.Compilepublic XmlObject getVisibleArray(int i)
getVisibleArray in interface CompileDocument.Compilepublic int sizeOfVisibleArray()
sizeOfVisibleArray in interface CompileDocument.Compilepublic void setVisibleArray(XmlObject[] visibleArray)
setVisibleArray in interface CompileDocument.Compilepublic void setVisibleArray(int i,
XmlObject visible)
setVisibleArray in interface CompileDocument.Compilepublic XmlObject insertNewVisible(int i)
insertNewVisible in interface CompileDocument.Compilepublic XmlObject addNewVisible()
addNewVisible in interface CompileDocument.Compilepublic void removeVisible(int i)
removeVisible in interface CompileDocument.Compilepublic List<XmlObject> getCopyToOutputDirectoryList()
getCopyToOutputDirectoryList in interface CompileDocument.Compile@Deprecated public XmlObject[] getCopyToOutputDirectoryArray()
getCopyToOutputDirectoryArray in interface CompileDocument.Compilepublic XmlObject getCopyToOutputDirectoryArray(int i)
getCopyToOutputDirectoryArray in interface CompileDocument.Compilepublic int sizeOfCopyToOutputDirectoryArray()
sizeOfCopyToOutputDirectoryArray in interface CompileDocument.Compilepublic void setCopyToOutputDirectoryArray(XmlObject[] copyToOutputDirectoryArray)
setCopyToOutputDirectoryArray in interface CompileDocument.Compilepublic void setCopyToOutputDirectoryArray(int i,
XmlObject copyToOutputDirectory)
setCopyToOutputDirectoryArray in interface CompileDocument.Compilepublic XmlObject insertNewCopyToOutputDirectory(int i)
insertNewCopyToOutputDirectory in interface CompileDocument.Compilepublic XmlObject addNewCopyToOutputDirectory()
addNewCopyToOutputDirectory in interface CompileDocument.Compilepublic void removeCopyToOutputDirectory(int i)
removeCopyToOutputDirectory in interface CompileDocument.Compilepublic List<XmlObject> getVBMyExtensionTemplateIDList()
getVBMyExtensionTemplateIDList in interface CompileDocument.Compile@Deprecated public XmlObject[] getVBMyExtensionTemplateIDArray()
getVBMyExtensionTemplateIDArray in interface CompileDocument.Compilepublic XmlObject getVBMyExtensionTemplateIDArray(int i)
getVBMyExtensionTemplateIDArray in interface CompileDocument.Compilepublic int sizeOfVBMyExtensionTemplateIDArray()
sizeOfVBMyExtensionTemplateIDArray in interface CompileDocument.Compilepublic void setVBMyExtensionTemplateIDArray(XmlObject[] vbMyExtensionTemplateIDArray)
setVBMyExtensionTemplateIDArray in interface CompileDocument.Compilepublic void setVBMyExtensionTemplateIDArray(int i,
XmlObject vbMyExtensionTemplateID)
setVBMyExtensionTemplateIDArray in interface CompileDocument.Compilepublic XmlObject insertNewVBMyExtensionTemplateID(int i)
insertNewVBMyExtensionTemplateID in interface CompileDocument.Compilepublic XmlObject addNewVBMyExtensionTemplateID()
addNewVBMyExtensionTemplateID in interface CompileDocument.Compilepublic void removeVBMyExtensionTemplateID(int i)
removeVBMyExtensionTemplateID in interface CompileDocument.Compile