public static interface DownloadedSchemasDocument.DownloadedSchemas extends XmlObject
Modifier and Type | Field and Description |
---|---|
static ElementFactory<DownloadedSchemasDocument.DownloadedSchemas> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
DownloadedSchemaEntry |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
String |
getDefaultDirectory()
Gets the "defaultDirectory" attribute
|
DownloadedSchemaEntry[] |
getEntryArray()
Gets array of all "entry" elements
|
DownloadedSchemaEntry |
getEntryArray(int i)
Gets ith "entry" element
|
List<DownloadedSchemaEntry> |
getEntryList()
Gets a List of "entry" elements
|
DownloadedSchemaEntry |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
boolean |
isSetDefaultDirectory()
True if has "defaultDirectory" attribute
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setDefaultDirectory(String defaultDirectory)
Sets the "defaultDirectory" attribute
|
void |
setEntryArray(DownloadedSchemaEntry[] entryArray)
Sets array of all "entry" element
|
void |
setEntryArray(int i,
DownloadedSchemaEntry entry)
Sets ith "entry" element
|
int |
sizeOfEntryArray()
Returns number of "entry" element
|
void |
unsetDefaultDirectory()
Unsets the "defaultDirectory" attribute
|
XmlToken |
xgetDefaultDirectory()
Gets (as xml) the "defaultDirectory" attribute
|
void |
xsetDefaultDirectory(XmlToken defaultDirectory)
Sets (as xml) the "defaultDirectory" attribute
|
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final ElementFactory<DownloadedSchemasDocument.DownloadedSchemas> Factory
static final SchemaType type
List<DownloadedSchemaEntry> getEntryList()
DownloadedSchemaEntry[] getEntryArray()
DownloadedSchemaEntry getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(DownloadedSchemaEntry[] entryArray)
void setEntryArray(int i, DownloadedSchemaEntry entry)
DownloadedSchemaEntry insertNewEntry(int i)
DownloadedSchemaEntry addNewEntry()
void removeEntry(int i)
String getDefaultDirectory()
XmlToken xgetDefaultDirectory()
boolean isSetDefaultDirectory()
void setDefaultDirectory(String defaultDirectory)
void xsetDefaultDirectory(XmlToken defaultDirectory)
void unsetDefaultDirectory()