Class DownloadedSchemaEntryImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- org.apache.xmlbeans.impl.xb.xsdownload.impl.DownloadedSchemaEntryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,TypeStoreUser
,DownloadedSchemaEntry
,SimpleValue
,XmlObject
,XmlTokenSource
public class DownloadedSchemaEntryImpl extends XmlComplexContentImpl implements DownloadedSchemaEntry
An XML downloaded-schema-entry(@http://www.bea.com/2003/01/xmlbean/xsdownload). This is a complex type.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface org.apache.xmlbeans.impl.xb.xsdownload.DownloadedSchemaEntry
Factory, type
-
-
Constructor Summary
Constructors Constructor Description DownloadedSchemaEntryImpl(SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete 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.util.List<java.lang.String>
getSchemaLocationList()
Gets a List of "schemaLocation" elementsjava.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" elementjava.util.List<XmlAnyURI>
xgetSchemaLocationList()
Gets (as xml) a List of "schemaLocation" elementsXmlToken
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _set, attach_store, build_nil, build_text, changeType, check_dated, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, disconnect_store, documentProperties, dump, equals, execQuery, execQuery, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set_newValue, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, substitute, toString, uses_invalidate_value, validate, validate, validate_now, valueEquals, valueHashCode, writeReplace, xgetListValue, xmlText, xmlText
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Constructor Detail
-
DownloadedSchemaEntryImpl
public DownloadedSchemaEntryImpl(SchemaType sType)
-
-
Method Detail
-
getFilename
public java.lang.String getFilename()
Gets the "filename" element- Specified by:
getFilename
in interfaceDownloadedSchemaEntry
-
xgetFilename
public XmlToken xgetFilename()
Gets (as xml) the "filename" element- Specified by:
xgetFilename
in interfaceDownloadedSchemaEntry
-
setFilename
public void setFilename(java.lang.String filename)
Sets the "filename" element- Specified by:
setFilename
in interfaceDownloadedSchemaEntry
-
xsetFilename
public void xsetFilename(XmlToken filename)
Sets (as xml) the "filename" element- Specified by:
xsetFilename
in interfaceDownloadedSchemaEntry
-
getSha1
public java.lang.String getSha1()
Gets the "sha1" element- Specified by:
getSha1
in interfaceDownloadedSchemaEntry
-
xgetSha1
public XmlToken xgetSha1()
Gets (as xml) the "sha1" element- Specified by:
xgetSha1
in interfaceDownloadedSchemaEntry
-
setSha1
public void setSha1(java.lang.String sha1)
Sets the "sha1" element- Specified by:
setSha1
in interfaceDownloadedSchemaEntry
-
xsetSha1
public void xsetSha1(XmlToken sha1)
Sets (as xml) the "sha1" element- Specified by:
xsetSha1
in interfaceDownloadedSchemaEntry
-
getSchemaLocationList
public java.util.List<java.lang.String> getSchemaLocationList()
Gets a List of "schemaLocation" elements- Specified by:
getSchemaLocationList
in interfaceDownloadedSchemaEntry
-
getSchemaLocationArray
public java.lang.String[] getSchemaLocationArray()
Gets array of all "schemaLocation" elements- Specified by:
getSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
getSchemaLocationArray
public java.lang.String getSchemaLocationArray(int i)
Gets ith "schemaLocation" element- Specified by:
getSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
xgetSchemaLocationList
public java.util.List<XmlAnyURI> xgetSchemaLocationList()
Gets (as xml) a List of "schemaLocation" elements- Specified by:
xgetSchemaLocationList
in interfaceDownloadedSchemaEntry
-
xgetSchemaLocationArray
public XmlAnyURI[] xgetSchemaLocationArray()
Gets (as xml) array of all "schemaLocation" elements- Specified by:
xgetSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
xgetSchemaLocationArray
public XmlAnyURI xgetSchemaLocationArray(int i)
Gets (as xml) ith "schemaLocation" element- Specified by:
xgetSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
sizeOfSchemaLocationArray
public int sizeOfSchemaLocationArray()
Returns number of "schemaLocation" element- Specified by:
sizeOfSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
setSchemaLocationArray
public void setSchemaLocationArray(java.lang.String[] schemaLocationArray)
Sets array of all "schemaLocation" element- Specified by:
setSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
setSchemaLocationArray
public void setSchemaLocationArray(int i, java.lang.String schemaLocation)
Sets ith "schemaLocation" element- Specified by:
setSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
xsetSchemaLocationArray
public void xsetSchemaLocationArray(XmlAnyURI[] schemaLocationArray)
Sets (as xml) array of all "schemaLocation" element- Specified by:
xsetSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
xsetSchemaLocationArray
public void xsetSchemaLocationArray(int i, XmlAnyURI schemaLocation)
Sets (as xml) ith "schemaLocation" element- Specified by:
xsetSchemaLocationArray
in interfaceDownloadedSchemaEntry
-
insertSchemaLocation
public void insertSchemaLocation(int i, java.lang.String schemaLocation)
Inserts the value as the ith "schemaLocation" element- Specified by:
insertSchemaLocation
in interfaceDownloadedSchemaEntry
-
addSchemaLocation
public void addSchemaLocation(java.lang.String schemaLocation)
Appends the value as the last "schemaLocation" element- Specified by:
addSchemaLocation
in interfaceDownloadedSchemaEntry
-
insertNewSchemaLocation
public XmlAnyURI insertNewSchemaLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "schemaLocation" element- Specified by:
insertNewSchemaLocation
in interfaceDownloadedSchemaEntry
-
addNewSchemaLocation
public XmlAnyURI addNewSchemaLocation()
Appends and returns a new empty value (as xml) as the last "schemaLocation" element- Specified by:
addNewSchemaLocation
in interfaceDownloadedSchemaEntry
-
removeSchemaLocation
public void removeSchemaLocation(int i)
Removes the ith "schemaLocation" element- Specified by:
removeSchemaLocation
in interfaceDownloadedSchemaEntry
-
getNamespace
public java.lang.String getNamespace()
Gets the "namespace" element- Specified by:
getNamespace
in interfaceDownloadedSchemaEntry
-
xgetNamespace
public XmlAnyURI xgetNamespace()
Gets (as xml) the "namespace" element- Specified by:
xgetNamespace
in interfaceDownloadedSchemaEntry
-
isSetNamespace
public boolean isSetNamespace()
True if has "namespace" element- Specified by:
isSetNamespace
in interfaceDownloadedSchemaEntry
-
setNamespace
public void setNamespace(java.lang.String namespace)
Sets the "namespace" element- Specified by:
setNamespace
in interfaceDownloadedSchemaEntry
-
xsetNamespace
public void xsetNamespace(XmlAnyURI namespace)
Sets (as xml) the "namespace" element- Specified by:
xsetNamespace
in interfaceDownloadedSchemaEntry
-
unsetNamespace
public void unsetNamespace()
Unsets the "namespace" element- Specified by:
unsetNamespace
in interfaceDownloadedSchemaEntry
-
-