public static interface ResourceDocument.Resource extends SimpleItemType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceDocument.Resource.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 |
|---|---|
XmlObject |
addNewCopyToOutputDirectory()
Appends and returns a new empty value (as xml) as the last "CopyToOutputDirectory" element
|
XmlObject |
addNewCustomToolNamespace()
Appends and returns a new empty value (as xml) as the last "CustomToolNamespace" element
|
XmlObject |
addNewDependentUpon()
Appends and returns a new empty value (as xml) as the last "DependentUpon" element
|
XmlObject |
addNewGenerator()
Appends and returns a new empty value (as xml) as the last "Generator" element
|
XmlObject |
addNewGroup()
Appends and returns a new empty value (as xml) as the last "Group" element
|
XmlObject |
addNewLastGenOutput()
Appends and returns a new empty value (as xml) as the last "LastGenOutput" 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[] |
getCopyToOutputDirectoryArray()
Deprecated.
|
XmlObject |
getCopyToOutputDirectoryArray(int i)
Gets ith "CopyToOutputDirectory" element
|
List<XmlObject> |
getCopyToOutputDirectoryList()
Gets a List of "CopyToOutputDirectory" elements
|
XmlObject[] |
getCustomToolNamespaceArray()
Deprecated.
|
XmlObject |
getCustomToolNamespaceArray(int i)
Gets ith "CustomToolNamespace" element
|
List<XmlObject> |
getCustomToolNamespaceList()
Gets a List of "CustomToolNamespace" elements
|
XmlObject[] |
getDependentUponArray()
Deprecated.
|
XmlObject |
getDependentUponArray(int i)
Gets ith "DependentUpon" element
|
List<XmlObject> |
getDependentUponList()
Gets a List of "DependentUpon" elements
|
XmlObject[] |
getGeneratorArray()
Deprecated.
|
XmlObject |
getGeneratorArray(int i)
Gets ith "Generator" element
|
List<XmlObject> |
getGeneratorList()
Gets a List of "Generator" elements
|
XmlObject[] |
getGroupArray()
Deprecated.
|
XmlObject |
getGroupArray(int i)
Gets ith "Group" element
|
List<XmlObject> |
getGroupList()
Gets a List of "Group" elements
|
XmlObject[] |
getLastGenOutputArray()
Deprecated.
|
XmlObject |
getLastGenOutputArray(int i)
Gets ith "LastGenOutput" element
|
List<XmlObject> |
getLastGenOutputList()
Gets a List of "LastGenOutput" 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 |
insertNewCopyToOutputDirectory(int i)
Inserts and returns a new empty value (as xml) as the ith "CopyToOutputDirectory" element
|
XmlObject |
insertNewCustomToolNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "CustomToolNamespace" element
|
XmlObject |
insertNewDependentUpon(int i)
Inserts and returns a new empty value (as xml) as the ith "DependentUpon" element
|
XmlObject |
insertNewGenerator(int i)
Inserts and returns a new empty value (as xml) as the ith "Generator" element
|
XmlObject |
insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "Group" element
|
XmlObject |
insertNewLastGenOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "LastGenOutput" 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
|
void |
removeCopyToOutputDirectory(int i)
Removes the ith "CopyToOutputDirectory" element
|
void |
removeCustomToolNamespace(int i)
Removes the ith "CustomToolNamespace" element
|
void |
removeDependentUpon(int i)
Removes the ith "DependentUpon" element
|
void |
removeGenerator(int i)
Removes the ith "Generator" element
|
void |
removeGroup(int i)
Removes the ith "Group" element
|
void |
removeLastGenOutput(int i)
Removes the ith "LastGenOutput" element
|
void |
removeLink(int i)
Removes the ith "Link" element
|
void |
removeSubType(int i)
Removes the ith "SubType" element
|
void |
setCopyToOutputDirectoryArray(int i,
XmlObject copyToOutputDirectory)
Sets ith "CopyToOutputDirectory" element
|
void |
setCopyToOutputDirectoryArray(XmlObject[] copyToOutputDirectoryArray)
Sets array of all "CopyToOutputDirectory" element
|
void |
setCustomToolNamespaceArray(int i,
XmlObject customToolNamespace)
Sets ith "CustomToolNamespace" element
|
void |
setCustomToolNamespaceArray(XmlObject[] customToolNamespaceArray)
Sets array of all "CustomToolNamespace" element
|
void |
setDependentUponArray(int i,
XmlObject dependentUpon)
Sets ith "DependentUpon" element
|
void |
setDependentUponArray(XmlObject[] dependentUponArray)
Sets array of all "DependentUpon" element
|
void |
setGeneratorArray(int i,
XmlObject generator)
Sets ith "Generator" element
|
void |
setGeneratorArray(XmlObject[] generatorArray)
Sets array of all "Generator" element
|
void |
setGroupArray(int i,
XmlObject group)
Sets ith "Group" element
|
void |
setGroupArray(XmlObject[] groupArray)
Sets array of all "Group" element
|
void |
setLastGenOutputArray(int i,
XmlObject lastGenOutput)
Sets ith "LastGenOutput" element
|
void |
setLastGenOutputArray(XmlObject[] lastGenOutputArray)
Sets array of all "LastGenOutput" element
|
void |
setLinkArray(int i,
XmlObject link)
Sets ith "Link" element
|
void |
setLinkArray(XmlObject[] linkArray)
Sets array of all "Link" element
|
void |
setSubTypeArray(int i,
XmlObject subType)
Sets ith "SubType" element
|
void |
setSubTypeArray(XmlObject[] subTypeArray)
Sets array of all "SubType" element
|
int |
sizeOfCopyToOutputDirectoryArray()
Returns number of "CopyToOutputDirectory" element
|
int |
sizeOfCustomToolNamespaceArray()
Returns number of "CustomToolNamespace" element
|
int |
sizeOfDependentUponArray()
Returns number of "DependentUpon" element
|
int |
sizeOfGeneratorArray()
Returns number of "Generator" element
|
int |
sizeOfGroupArray()
Returns number of "Group" element
|
int |
sizeOfLastGenOutputArray()
Returns number of "LastGenOutput" element
|
int |
sizeOfLinkArray()
Returns number of "Link" element
|
int |
sizeOfSubTypeArray()
Returns number of "SubType" 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, 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, xmlTextstatic final SchemaType type
@Deprecated XmlObject[] getDependentUponArray()
XmlObject getDependentUponArray(int i)
int sizeOfDependentUponArray()
void setDependentUponArray(XmlObject[] dependentUponArray)
void setDependentUponArray(int i,
XmlObject dependentUpon)
XmlObject insertNewDependentUpon(int i)
XmlObject addNewDependentUpon()
void removeDependentUpon(int i)
@Deprecated XmlObject[] getGeneratorArray()
XmlObject getGeneratorArray(int i)
int sizeOfGeneratorArray()
void setGeneratorArray(XmlObject[] generatorArray)
void setGeneratorArray(int i,
XmlObject generator)
XmlObject insertNewGenerator(int i)
XmlObject addNewGenerator()
void removeGenerator(int i)
@Deprecated XmlObject[] getLastGenOutputArray()
XmlObject getLastGenOutputArray(int i)
int sizeOfLastGenOutputArray()
void setLastGenOutputArray(XmlObject[] lastGenOutputArray)
void setLastGenOutputArray(int i,
XmlObject lastGenOutput)
XmlObject insertNewLastGenOutput(int i)
XmlObject addNewLastGenOutput()
void removeLastGenOutput(int i)
List<XmlObject> getCustomToolNamespaceList()
@Deprecated XmlObject[] getCustomToolNamespaceArray()
XmlObject getCustomToolNamespaceArray(int i)
int sizeOfCustomToolNamespaceArray()
void setCustomToolNamespaceArray(XmlObject[] customToolNamespaceArray)
void setCustomToolNamespaceArray(int i,
XmlObject customToolNamespace)
XmlObject insertNewCustomToolNamespace(int i)
XmlObject addNewCustomToolNamespace()
void removeCustomToolNamespace(int i)
@Deprecated XmlObject[] getLinkArray()
XmlObject getLinkArray(int i)
int sizeOfLinkArray()
void setLinkArray(XmlObject[] linkArray)
void setLinkArray(int i,
XmlObject link)
XmlObject insertNewLink(int i)
XmlObject addNewLink()
void removeLink(int i)
@Deprecated XmlObject[] getGroupArray()
XmlObject getGroupArray(int i)
int sizeOfGroupArray()
void setGroupArray(XmlObject[] groupArray)
void setGroupArray(int i,
XmlObject group)
XmlObject insertNewGroup(int i)
XmlObject addNewGroup()
void removeGroup(int i)
@Deprecated XmlObject[] getSubTypeArray()
XmlObject getSubTypeArray(int i)
int sizeOfSubTypeArray()
void setSubTypeArray(XmlObject[] subTypeArray)
void setSubTypeArray(int i,
XmlObject subType)
XmlObject insertNewSubType(int i)
XmlObject addNewSubType()
void removeSubType(int i)
List<XmlObject> getCopyToOutputDirectoryList()
@Deprecated XmlObject[] getCopyToOutputDirectoryArray()
XmlObject getCopyToOutputDirectoryArray(int i)
int sizeOfCopyToOutputDirectoryArray()
void setCopyToOutputDirectoryArray(XmlObject[] copyToOutputDirectoryArray)
void setCopyToOutputDirectoryArray(int i,
XmlObject copyToOutputDirectory)
XmlObject insertNewCopyToOutputDirectory(int i)
XmlObject addNewCopyToOutputDirectory()
void removeCopyToOutputDirectory(int i)