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 classDownloadedSchemaEntry.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 XmlAnyURIaddNewSchemaLocation()Appends and returns a new empty value (as xml) as the last "schemaLocation" elementvoidaddSchemaLocation(java.lang.String schemaLocation)Appends the value as the last "schemaLocation" elementjava.lang.StringgetFilename()Gets the "filename" elementjava.lang.StringgetNamespace()Gets the "namespace" elementjava.lang.String[]getSchemaLocationArray()Gets array of all "schemaLocation" elementsjava.lang.StringgetSchemaLocationArray(int i)Gets ith "schemaLocation" elementjava.lang.StringgetSha1()Gets the "sha1" elementXmlAnyURIinsertNewSchemaLocation(int i)Inserts and returns a new empty value (as xml) as the ith "schemaLocation" elementvoidinsertSchemaLocation(int i, java.lang.String schemaLocation)Inserts the value as the ith "schemaLocation" elementbooleanisSetNamespace()True if has "namespace" elementvoidremoveSchemaLocation(int i)Removes the ith "schemaLocation" elementvoidsetFilename(java.lang.String filename)Sets the "filename" elementvoidsetNamespace(java.lang.String namespace)Sets the "namespace" elementvoidsetSchemaLocationArray(int i, java.lang.String schemaLocation)Sets ith "schemaLocation" elementvoidsetSchemaLocationArray(java.lang.String[] schemaLocationArray)Sets array of all "schemaLocation" elementvoidsetSha1(java.lang.String sha1)Sets the "sha1" elementintsizeOfSchemaLocationArray()Returns number of "schemaLocation" elementvoidunsetNamespace()Unsets the "namespace" elementXmlTokenxgetFilename()Gets (as xml) the "filename" elementXmlAnyURIxgetNamespace()Gets (as xml) the "namespace" elementXmlAnyURI[]xgetSchemaLocationArray()Gets (as xml) array of all "schemaLocation" elementsXmlAnyURIxgetSchemaLocationArray(int i)Gets (as xml) ith "schemaLocation" elementXmlTokenxgetSha1()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" elementvoidxsetSha1(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
-
-