Interface DownloadedSchemasDocument.DownloadedSchemas
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
DownloadedSchemasDocumentImpl.DownloadedSchemasImpl
- Enclosing interface:
DownloadedSchemasDocument
An XML downloaded-schemas(@http://www.bea.com/2003/01/xmlbean/xsdownload).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<DownloadedSchemasDocument.DownloadedSchemas> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "entry" elementGets the "defaultDirectory" attributeGets array of all "entry" elementsgetEntryArray(int i) Gets ith "entry" elementGets a List of "entry" elementsinsertNewEntry(int i) Inserts and returns a new empty value (as xml) as the ith "entry" elementbooleanTrue if has "defaultDirectory" attributevoidremoveEntry(int i) Removes the ith "entry" elementvoidsetDefaultDirectory(String defaultDirectory) Sets the "defaultDirectory" attributevoidsetEntryArray(int i, DownloadedSchemaEntry entry) Sets ith "entry" elementvoidsetEntryArray(DownloadedSchemaEntry[] entryArray) Sets array of all "entry" elementintReturns number of "entry" elementvoidUnsets the "defaultDirectory" attributeGets (as xml) the "defaultDirectory" attributevoidxsetDefaultDirectory(XmlToken defaultDirectory) Sets (as xml) the "defaultDirectory" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getEntryList
List<DownloadedSchemaEntry> getEntryList()Gets a List of "entry" elements -
getEntryArray
DownloadedSchemaEntry[] getEntryArray()Gets array of all "entry" elements -
getEntryArray
Gets ith "entry" element -
sizeOfEntryArray
int sizeOfEntryArray()Returns number of "entry" element -
setEntryArray
Sets array of all "entry" element -
setEntryArray
Sets ith "entry" element -
insertNewEntry
Inserts and returns a new empty value (as xml) as the ith "entry" element -
addNewEntry
DownloadedSchemaEntry addNewEntry()Appends and returns a new empty value (as xml) as the last "entry" element -
removeEntry
void removeEntry(int i) Removes the ith "entry" element -
getDefaultDirectory
String getDefaultDirectory()Gets the "defaultDirectory" attribute -
xgetDefaultDirectory
XmlToken xgetDefaultDirectory()Gets (as xml) the "defaultDirectory" attribute -
isSetDefaultDirectory
boolean isSetDefaultDirectory()True if has "defaultDirectory" attribute -
setDefaultDirectory
Sets the "defaultDirectory" attribute -
xsetDefaultDirectory
Sets (as xml) the "defaultDirectory" attribute -
unsetDefaultDirectory
void unsetDefaultDirectory()Unsets the "defaultDirectory" attribute
-