Interface DownloadedSchemaEntry
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
DownloadedSchemaEntryImpl
public interface DownloadedSchemaEntry extends XmlObject
An XML downloaded-schema-entry(@http://www.bea.com/2003/01/xmlbean/xsdownload). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DownloadedSchemaEntry.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlAnyURI
addNewSchemaLocation()
Appends and returns a new empty value (as xml) as the last "schemaLocation" elementvoid
addSchemaLocation(java.lang.String schemaLocation)
Appends the value as the last "schemaLocation" elementjava.lang.String
getFilename()
Gets the "filename" elementjava.lang.String
getNamespace()
Gets the "namespace" elementjava.lang.String[]
getSchemaLocationArray()
Gets array of all "schemaLocation" elementsjava.lang.String
getSchemaLocationArray(int i)
Gets ith "schemaLocation" elementjava.lang.String
getSha1()
Gets the "sha1" elementXmlAnyURI
insertNewSchemaLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "schemaLocation" elementvoid
insertSchemaLocation(int i, java.lang.String schemaLocation)
Inserts the value as the ith "schemaLocation" elementboolean
isSetNamespace()
True if has "namespace" elementvoid
removeSchemaLocation(int i)
Removes the ith "schemaLocation" elementvoid
setFilename(java.lang.String filename)
Sets the "filename" elementvoid
setNamespace(java.lang.String namespace)
Sets the "namespace" elementvoid
setSchemaLocationArray(int i, java.lang.String schemaLocation)
Sets ith "schemaLocation" elementvoid
setSchemaLocationArray(java.lang.String[] schemaLocationArray)
Sets array of all "schemaLocation" elementvoid
setSha1(java.lang.String sha1)
Sets the "sha1" elementint
sizeOfSchemaLocationArray()
Returns number of "schemaLocation" elementvoid
unsetNamespace()
Unsets the "namespace" elementXmlToken
xgetFilename()
Gets (as xml) the "filename" elementXmlAnyURI
xgetNamespace()
Gets (as xml) the "namespace" elementXmlAnyURI[]
xgetSchemaLocationArray()
Gets (as xml) array of all "schemaLocation" elementsXmlAnyURI
xgetSchemaLocationArray(int i)
Gets (as xml) ith "schemaLocation" elementXmlToken
xgetSha1()
Gets (as xml) the "sha1" elementvoid
xsetFilename(XmlToken filename)
Sets (as xml) the "filename" elementvoid
xsetNamespace(XmlAnyURI namespace)
Sets (as xml) the "namespace" elementvoid
xsetSchemaLocationArray(int i, XmlAnyURI schemaLocation)
Sets (as xml) ith "schemaLocation" elementvoid
xsetSchemaLocationArray(XmlAnyURI[] schemaLocationArray)
Sets (as xml) array of all "schemaLocation" elementvoid
xsetSha1(XmlToken sha1)
Sets (as xml) the "sha1" element-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFilename
java.lang.String getFilename()
Gets the "filename" element
-
xgetFilename
XmlToken xgetFilename()
Gets (as xml) the "filename" element
-
setFilename
void setFilename(java.lang.String filename)
Sets the "filename" element
-
xsetFilename
void xsetFilename(XmlToken filename)
Sets (as xml) the "filename" element
-
getSha1
java.lang.String getSha1()
Gets the "sha1" element
-
xgetSha1
XmlToken xgetSha1()
Gets (as xml) the "sha1" element
-
setSha1
void setSha1(java.lang.String sha1)
Sets the "sha1" element
-
xsetSha1
void xsetSha1(XmlToken sha1)
Sets (as xml) the "sha1" element
-
getSchemaLocationArray
java.lang.String[] getSchemaLocationArray()
Gets array of all "schemaLocation" elements
-
getSchemaLocationArray
java.lang.String getSchemaLocationArray(int i)
Gets ith "schemaLocation" element
-
xgetSchemaLocationArray
XmlAnyURI[] xgetSchemaLocationArray()
Gets (as xml) array of all "schemaLocation" elements
-
xgetSchemaLocationArray
XmlAnyURI xgetSchemaLocationArray(int i)
Gets (as xml) ith "schemaLocation" element
-
sizeOfSchemaLocationArray
int sizeOfSchemaLocationArray()
Returns number of "schemaLocation" element
-
setSchemaLocationArray
void setSchemaLocationArray(java.lang.String[] schemaLocationArray)
Sets array of all "schemaLocation" element
-
setSchemaLocationArray
void setSchemaLocationArray(int i, java.lang.String schemaLocation)
Sets ith "schemaLocation" element
-
xsetSchemaLocationArray
void xsetSchemaLocationArray(XmlAnyURI[] schemaLocationArray)
Sets (as xml) array of all "schemaLocation" element
-
xsetSchemaLocationArray
void xsetSchemaLocationArray(int i, XmlAnyURI schemaLocation)
Sets (as xml) ith "schemaLocation" element
-
insertSchemaLocation
void insertSchemaLocation(int i, java.lang.String schemaLocation)
Inserts the value as the ith "schemaLocation" element
-
addSchemaLocation
void addSchemaLocation(java.lang.String schemaLocation)
Appends the value as the last "schemaLocation" element
-
insertNewSchemaLocation
XmlAnyURI insertNewSchemaLocation(int i)
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
java.lang.String getNamespace()
Gets the "namespace" element
-
xgetNamespace
XmlAnyURI xgetNamespace()
Gets (as xml) the "namespace" element
-
isSetNamespace
boolean isSetNamespace()
True if has "namespace" element
-
setNamespace
void setNamespace(java.lang.String namespace)
Sets the "namespace" element
-
xsetNamespace
void xsetNamespace(XmlAnyURI namespace)
Sets (as xml) the "namespace" element
-
unsetNamespace
void unsetNamespace()
Unsets the "namespace" element
-
-