Interface CTSchema
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Schema(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetID()Gets the "ID" attributeGets the "Namespace" attributeGets the "SchemaLanguage" attributeGets the "SchemaRef" attributebooleanTrue if has "Namespace" attributebooleanTrue if has "SchemaLanguage" attributebooleanTrue if has "SchemaRef" attributevoidSets the "ID" attributevoidsetNamespace(String namespace) Sets the "Namespace" attributevoidsetSchemaLanguage(String schemaLanguage) Sets the "SchemaLanguage" attributevoidsetSchemaRef(String schemaRef) Sets the "SchemaRef" attributevoidUnsets the "Namespace" attributevoidUnsets the "SchemaLanguage" attributevoidUnsets the "SchemaRef" attributexgetID()Gets (as xml) the "ID" attributeGets (as xml) the "Namespace" attributeGets (as xml) the "SchemaLanguage" attributeGets (as xml) the "SchemaRef" attributevoidSets (as xml) the "ID" attributevoidxsetNamespace(XmlString namespace) Sets (as xml) the "Namespace" attributevoidxsetSchemaLanguage(XmlToken schemaLanguage) Sets (as xml) the "SchemaLanguage" attributevoidxsetSchemaRef(XmlString schemaRef) Sets (as xml) the "SchemaRef" attributeMethods 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
-
getID
String getID()Gets the "ID" attribute -
xgetID
XmlString xgetID()Gets (as xml) the "ID" attribute -
setID
Sets the "ID" attribute -
xsetID
Sets (as xml) the "ID" attribute -
getSchemaRef
String getSchemaRef()Gets the "SchemaRef" attribute -
xgetSchemaRef
XmlString xgetSchemaRef()Gets (as xml) the "SchemaRef" attribute -
isSetSchemaRef
boolean isSetSchemaRef()True if has "SchemaRef" attribute -
setSchemaRef
Sets the "SchemaRef" attribute -
xsetSchemaRef
Sets (as xml) the "SchemaRef" attribute -
unsetSchemaRef
void unsetSchemaRef()Unsets the "SchemaRef" attribute -
getNamespace
String getNamespace()Gets the "Namespace" attribute -
xgetNamespace
XmlString xgetNamespace()Gets (as xml) the "Namespace" attribute -
isSetNamespace
boolean isSetNamespace()True if has "Namespace" attribute -
setNamespace
Sets the "Namespace" attribute -
xsetNamespace
Sets (as xml) the "Namespace" attribute -
unsetNamespace
void unsetNamespace()Unsets the "Namespace" attribute -
getSchemaLanguage
String getSchemaLanguage()Gets the "SchemaLanguage" attribute -
xgetSchemaLanguage
XmlToken xgetSchemaLanguage()Gets (as xml) the "SchemaLanguage" attribute -
isSetSchemaLanguage
boolean isSetSchemaLanguage()True if has "SchemaLanguage" attribute -
setSchemaLanguage
Sets the "SchemaLanguage" attribute -
xsetSchemaLanguage
Sets (as xml) the "SchemaLanguage" attribute -
unsetSchemaLanguage
void unsetSchemaLanguage()Unsets the "SchemaLanguage" attribute
-