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" attributeboolean
True if has "Namespace" attributeboolean
True if has "SchemaLanguage" attributeboolean
True if has "SchemaRef" attributevoid
Sets the "ID" attributevoid
setNamespace
(String namespace) Sets the "Namespace" attributevoid
setSchemaLanguage
(String schemaLanguage) Sets the "SchemaLanguage" attributevoid
setSchemaRef
(String schemaRef) Sets the "SchemaRef" attributevoid
Unsets the "Namespace" attributevoid
Unsets the "SchemaLanguage" attributevoid
Unsets the "SchemaRef" attributexgetID()
Gets (as xml) the "ID" attributeGets (as xml) the "Namespace" attributeGets (as xml) the "SchemaLanguage" attributeGets (as xml) the "SchemaRef" attributevoid
Sets (as xml) the "ID" attributevoid
xsetNamespace
(XmlString namespace) Sets (as xml) the "Namespace" attributevoid
xsetSchemaLanguage
(XmlToken schemaLanguage) Sets (as xml) the "SchemaLanguage" attributevoid
xsetSchemaRef
(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, 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
-
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
-