Interface DownloadedSchemaEntry
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
DownloadedSchemaEntryImpl
An XML downloaded-schema-entry(@http://www.bea.com/2003/01/xmlbean/xsdownload).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<DownloadedSchemaEntry> 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 "schemaLocation" elementvoidaddSchemaLocation(String schemaLocation) Appends the value as the last "schemaLocation" elementGets the "filename" elementGets the "namespace" elementString[]Gets array of all "schemaLocation" elementsgetSchemaLocationArray(int i) Gets ith "schemaLocation" elementGets a List of "schemaLocation" elementsgetSha1()Gets the "sha1" elementinsertNewSchemaLocation(int i) Inserts and returns a new empty value (as xml) as the ith "schemaLocation" elementvoidinsertSchemaLocation(int i, String schemaLocation) Inserts the value as the ith "schemaLocation" elementbooleanTrue if has "namespace" elementvoidremoveSchemaLocation(int i) Removes the ith "schemaLocation" elementvoidsetFilename(String filename) Sets the "filename" elementvoidsetNamespace(String namespace) Sets the "namespace" elementvoidsetSchemaLocationArray(int i, String schemaLocation) Sets ith "schemaLocation" elementvoidsetSchemaLocationArray(String[] schemaLocationArray) Sets array of all "schemaLocation" elementvoidSets the "sha1" elementintReturns number of "schemaLocation" elementvoidUnsets the "namespace" elementGets (as xml) the "filename" elementGets (as xml) the "namespace" elementGets (as xml) array of all "schemaLocation" elementsxgetSchemaLocationArray(int i) Gets (as xml) ith "schemaLocation" elementGets (as xml) a List of "schemaLocation" elementsxgetSha1()Gets (as xml) the "sha1" elementvoidxsetFilename(XmlToken filename) Sets (as xml) the "filename" elementvoidxsetNamespace(XmlAnyURI namespace) Sets (as xml) the "namespace" elementvoidxsetSchemaLocationArray(int i, XmlAnyURI schemaLocation) Sets (as xml) ith "schemaLocation" elementvoidxsetSchemaLocationArray(XmlAnyURI[] schemaLocationArray) Sets (as xml) array of all "schemaLocation" elementvoidSets (as xml) the "sha1" elementMethods 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
-
getFilename
String getFilename()Gets the "filename" element -
xgetFilename
XmlToken xgetFilename()Gets (as xml) the "filename" element -
setFilename
Sets the "filename" element -
xsetFilename
Sets (as xml) the "filename" element -
getSha1
String getSha1()Gets the "sha1" element -
xgetSha1
XmlToken xgetSha1()Gets (as xml) the "sha1" element -
setSha1
Sets the "sha1" element -
xsetSha1
Sets (as xml) the "sha1" element -
getSchemaLocationList
Gets a List of "schemaLocation" elements -
getSchemaLocationArray
String[] getSchemaLocationArray()Gets array of all "schemaLocation" elements -
getSchemaLocationArray
Gets ith "schemaLocation" element -
xgetSchemaLocationList
Gets (as xml) a List of "schemaLocation" elements -
xgetSchemaLocationArray
XmlAnyURI[] xgetSchemaLocationArray()Gets (as xml) array of all "schemaLocation" elements -
xgetSchemaLocationArray
Gets (as xml) ith "schemaLocation" element -
sizeOfSchemaLocationArray
int sizeOfSchemaLocationArray()Returns number of "schemaLocation" element -
setSchemaLocationArray
Sets array of all "schemaLocation" element -
setSchemaLocationArray
Sets ith "schemaLocation" element -
xsetSchemaLocationArray
Sets (as xml) array of all "schemaLocation" element -
xsetSchemaLocationArray
Sets (as xml) ith "schemaLocation" element -
insertSchemaLocation
Inserts the value as the ith "schemaLocation" element -
addSchemaLocation
Appends the value as the last "schemaLocation" element -
insertNewSchemaLocation
Inserts and returns a new empty value (as xml) as the ith "schemaLocation" element -
addNewSchemaLocation
XmlAnyURI addNewSchemaLocation()Appends and returns a new empty value (as xml) as the last "schemaLocation" element -
removeSchemaLocation
void removeSchemaLocation(int i) Removes the ith "schemaLocation" element -
getNamespace
String getNamespace()Gets the "namespace" element -
xgetNamespace
XmlAnyURI xgetNamespace()Gets (as xml) the "namespace" element -
isSetNamespace
boolean isSetNamespace()True if has "namespace" element -
setNamespace
Sets the "namespace" element -
xsetNamespace
Sets (as xml) the "namespace" element -
unsetNamespace
void unsetNamespace()Unsets the "namespace" element
-