Interface ClsidDocument
- All Superinterfaces:
XmlObject,XmlTokenSource
A document containing one clsid(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element.
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<ClsidDocument> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetClsid()Gets the "clsid" elementvoidSets the "clsid" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidGets (as xml) the "clsid" elementvoidxsetClsid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid clsid) Sets (as xml) the "clsid" elementMethods 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
-
getClsid
String getClsid()Gets the "clsid" element -
xgetClsid
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetClsid()Gets (as xml) the "clsid" element -
setClsid
Sets the "clsid" element
-