Interface CTFileVersion
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FileVersion(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFileVersion> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "appName" attributeGets the "codeName" attributeGets the "lastEdited" attributeGets the "lowestEdited" attributeGets the "rupBuild" attributebooleanTrue if has "appName" attributebooleanTrue if has "codeName" attributebooleanTrue if has "lastEdited" attributebooleanTrue if has "lowestEdited" attributebooleanTrue if has "rupBuild" attributevoidsetAppName(String appName) Sets the "appName" attributevoidsetCodeName(String codeName) Sets the "codeName" attributevoidsetLastEdited(String lastEdited) Sets the "lastEdited" attributevoidsetLowestEdited(String lowestEdited) Sets the "lowestEdited" attributevoidsetRupBuild(String rupBuild) Sets the "rupBuild" attributevoidUnsets the "appName" attributevoidUnsets the "codeName" attributevoidUnsets the "lastEdited" attributevoidUnsets the "lowestEdited" attributevoidUnsets the "rupBuild" attributeGets (as xml) the "appName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuidGets (as xml) the "codeName" attributeGets (as xml) the "lastEdited" attributeGets (as xml) the "lowestEdited" attributeGets (as xml) the "rupBuild" attributevoidxsetAppName(XmlString appName) Sets (as xml) the "appName" attributevoidxsetCodeName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid codeName) Sets (as xml) the "codeName" attributevoidxsetLastEdited(XmlString lastEdited) Sets (as xml) the "lastEdited" attributevoidxsetLowestEdited(XmlString lowestEdited) Sets (as xml) the "lowestEdited" attributevoidxsetRupBuild(XmlString rupBuild) Sets (as xml) the "rupBuild" 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
-
getAppName
String getAppName()Gets the "appName" attribute -
xgetAppName
XmlString xgetAppName()Gets (as xml) the "appName" attribute -
isSetAppName
boolean isSetAppName()True if has "appName" attribute -
setAppName
Sets the "appName" attribute -
xsetAppName
Sets (as xml) the "appName" attribute -
unsetAppName
void unsetAppName()Unsets the "appName" attribute -
getLastEdited
String getLastEdited()Gets the "lastEdited" attribute -
xgetLastEdited
XmlString xgetLastEdited()Gets (as xml) the "lastEdited" attribute -
isSetLastEdited
boolean isSetLastEdited()True if has "lastEdited" attribute -
setLastEdited
Sets the "lastEdited" attribute -
xsetLastEdited
Sets (as xml) the "lastEdited" attribute -
unsetLastEdited
void unsetLastEdited()Unsets the "lastEdited" attribute -
getLowestEdited
String getLowestEdited()Gets the "lowestEdited" attribute -
xgetLowestEdited
XmlString xgetLowestEdited()Gets (as xml) the "lowestEdited" attribute -
isSetLowestEdited
boolean isSetLowestEdited()True if has "lowestEdited" attribute -
setLowestEdited
Sets the "lowestEdited" attribute -
xsetLowestEdited
Sets (as xml) the "lowestEdited" attribute -
unsetLowestEdited
void unsetLowestEdited()Unsets the "lowestEdited" attribute -
getRupBuild
String getRupBuild()Gets the "rupBuild" attribute -
xgetRupBuild
XmlString xgetRupBuild()Gets (as xml) the "rupBuild" attribute -
isSetRupBuild
boolean isSetRupBuild()True if has "rupBuild" attribute -
setRupBuild
Sets the "rupBuild" attribute -
xsetRupBuild
Sets (as xml) the "rupBuild" attribute -
unsetRupBuild
void unsetRupBuild()Unsets the "rupBuild" attribute -
getCodeName
String getCodeName()Gets the "codeName" attribute -
xgetCodeName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetCodeName()Gets (as xml) the "codeName" attribute -
isSetCodeName
boolean isSetCodeName()True if has "codeName" attribute -
setCodeName
Sets the "codeName" attribute -
unsetCodeName
void unsetCodeName()Unsets the "codeName" attribute
-