Interface CTVstream
-
- All Superinterfaces:
XmlAnySimpleType,XmlBase64Binary,XmlObject,XmlTokenSource
public interface CTVstream extends XmlBase64Binary
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
Fields Modifier and Type Field Description static DocumentFactory<CTVstream>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetVersion()Gets the "version" attributebooleanisSetVersion()True if has "version" attributevoidsetVersion(java.lang.String version)Sets the "version" attributevoidunsetVersion()Unsets the "version" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidxgetVersion()Gets (as xml) the "version" attributevoidxsetVersion(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid version)Sets (as xml) the "version" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlBase64Binary
getByteArrayValue, setByteArrayValue
-
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
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTVstream> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getVersion
java.lang.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
void setVersion(java.lang.String version)
Sets the "version" attribute
-
xsetVersion
void xsetVersion(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid version)
Sets (as xml) the "version" attribute
-
unsetVersion
void unsetVersion()
Unsets the "version" attribute
-
-