Interface CTFileVersion
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTFileVersion extends XmlObject
An XML CT_FileVersion(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTFileVersion.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.String
getAppName()
Gets the "appName" attributejava.lang.String
getCodeName()
Gets the "codeName" attributejava.lang.String
getLastEdited()
Gets the "lastEdited" attributejava.lang.String
getLowestEdited()
Gets the "lowestEdited" attributejava.lang.String
getRupBuild()
Gets the "rupBuild" attributeboolean
isSetAppName()
True if has "appName" attributeboolean
isSetCodeName()
True if has "codeName" attributeboolean
isSetLastEdited()
True if has "lastEdited" attributeboolean
isSetLowestEdited()
True if has "lowestEdited" attributeboolean
isSetRupBuild()
True if has "rupBuild" attributevoid
setAppName(java.lang.String appName)
Sets the "appName" attributevoid
setCodeName(java.lang.String codeName)
Sets the "codeName" attributevoid
setLastEdited(java.lang.String lastEdited)
Sets the "lastEdited" attributevoid
setLowestEdited(java.lang.String lowestEdited)
Sets the "lowestEdited" attributevoid
setRupBuild(java.lang.String rupBuild)
Sets the "rupBuild" attributevoid
unsetAppName()
Unsets the "appName" attributevoid
unsetCodeName()
Unsets the "codeName" attributevoid
unsetLastEdited()
Unsets the "lastEdited" attributevoid
unsetLowestEdited()
Unsets the "lowestEdited" attributevoid
unsetRupBuild()
Unsets the "rupBuild" attributeXmlString
xgetAppName()
Gets (as xml) the "appName" attributeSTGuid
xgetCodeName()
Gets (as xml) the "codeName" attributeXmlString
xgetLastEdited()
Gets (as xml) the "lastEdited" attributeXmlString
xgetLowestEdited()
Gets (as xml) the "lowestEdited" attributeXmlString
xgetRupBuild()
Gets (as xml) the "rupBuild" attributevoid
xsetAppName(XmlString appName)
Sets (as xml) the "appName" attributevoid
xsetCodeName(STGuid codeName)
Sets (as xml) the "codeName" attributevoid
xsetLastEdited(XmlString lastEdited)
Sets (as xml) the "lastEdited" attributevoid
xsetLowestEdited(XmlString lowestEdited)
Sets (as xml) the "lowestEdited" attributevoid
xsetRupBuild(XmlString rupBuild)
Sets (as xml) the "rupBuild" attribute-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAppName
java.lang.String getAppName()
Gets the "appName" attribute
-
xgetAppName
XmlString xgetAppName()
Gets (as xml) the "appName" attribute
-
isSetAppName
boolean isSetAppName()
True if has "appName" attribute
-
setAppName
void setAppName(java.lang.String appName)
Sets the "appName" attribute
-
xsetAppName
void xsetAppName(XmlString appName)
Sets (as xml) the "appName" attribute
-
unsetAppName
void unsetAppName()
Unsets the "appName" attribute
-
getLastEdited
java.lang.String getLastEdited()
Gets the "lastEdited" attribute
-
xgetLastEdited
XmlString xgetLastEdited()
Gets (as xml) the "lastEdited" attribute
-
isSetLastEdited
boolean isSetLastEdited()
True if has "lastEdited" attribute
-
setLastEdited
void setLastEdited(java.lang.String lastEdited)
Sets the "lastEdited" attribute
-
xsetLastEdited
void xsetLastEdited(XmlString lastEdited)
Sets (as xml) the "lastEdited" attribute
-
unsetLastEdited
void unsetLastEdited()
Unsets the "lastEdited" attribute
-
getLowestEdited
java.lang.String getLowestEdited()
Gets the "lowestEdited" attribute
-
xgetLowestEdited
XmlString xgetLowestEdited()
Gets (as xml) the "lowestEdited" attribute
-
isSetLowestEdited
boolean isSetLowestEdited()
True if has "lowestEdited" attribute
-
setLowestEdited
void setLowestEdited(java.lang.String lowestEdited)
Sets the "lowestEdited" attribute
-
xsetLowestEdited
void xsetLowestEdited(XmlString lowestEdited)
Sets (as xml) the "lowestEdited" attribute
-
unsetLowestEdited
void unsetLowestEdited()
Unsets the "lowestEdited" attribute
-
getRupBuild
java.lang.String getRupBuild()
Gets the "rupBuild" attribute
-
xgetRupBuild
XmlString xgetRupBuild()
Gets (as xml) the "rupBuild" attribute
-
isSetRupBuild
boolean isSetRupBuild()
True if has "rupBuild" attribute
-
setRupBuild
void setRupBuild(java.lang.String rupBuild)
Sets the "rupBuild" attribute
-
xsetRupBuild
void xsetRupBuild(XmlString rupBuild)
Sets (as xml) the "rupBuild" attribute
-
unsetRupBuild
void unsetRupBuild()
Unsets the "rupBuild" attribute
-
getCodeName
java.lang.String getCodeName()
Gets the "codeName" attribute
-
xgetCodeName
STGuid xgetCodeName()
Gets (as xml) the "codeName" attribute
-
isSetCodeName
boolean isSetCodeName()
True if has "codeName" attribute
-
setCodeName
void setCodeName(java.lang.String codeName)
Sets the "codeName" attribute
-
xsetCodeName
void xsetCodeName(STGuid codeName)
Sets (as xml) the "codeName" attribute
-
unsetCodeName
void unsetCodeName()
Unsets the "codeName" attribute
-
-