Interface CTVstream
- All Superinterfaces:
XmlAnySimpleType,XmlBase64Binary,XmlObject,XmlTokenSource
An XML CT_Vstream(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes).
This is an atomic type that is a restriction of org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVstream.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xmlbeans.XmlBase64Binary
XmlBase64Binary.Factory -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "version" attributebooleanTrue if has "version" attributevoidsetVersion(String version) Sets the "version" attributevoidUnsets the "version" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidGets (as xml) the "version" attributevoidxsetVersion(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid version) Sets (as xml) the "version" attributeMethods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValueMethods inherited from interface org.apache.xmlbeans.XmlBase64Binary
getByteArrayValue, setByteArrayValueMethods 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
-
getVersion
String getVersion()Gets the "version" attribute -
xgetVersion
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetVersion()Gets (as xml) the "version" attribute -
isSetVersion
boolean isSetVersion()True if has "version" attribute -
setVersion
Sets the "version" attribute -
unsetVersion
void unsetVersion()Unsets the "version" attribute
-