Interface CTDateTime
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DateTime(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDateTime> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewX()Appends and returns a new empty value (as xml) as the last "x" elementgetC()Gets the "c" attributelonggetCp()Gets the "cp" attributebooleangetF()Gets the "f" attributebooleangetU()Gets the "u" attributegetV()Gets the "v" attributeCTX[]Gets array of all "x" elementsgetXArray(int i) Gets ith "x" elementgetXList()Gets a List of "x" elementsinsertNewX(int i) Inserts and returns a new empty value (as xml) as the ith "x" elementbooleanisSetC()True if has "c" attributebooleanisSetCp()True if has "cp" attributebooleanisSetF()True if has "f" attributebooleanisSetU()True if has "u" attributevoidremoveX(int i) Removes the ith "x" elementvoidSets the "c" attributevoidsetCp(long cp) Sets the "cp" attributevoidsetF(boolean f) Sets the "f" attributevoidsetU(boolean u) Sets the "u" attributevoidSets the "v" attributevoidSets ith "x" elementvoidSets array of all "x" elementintReturns number of "x" elementvoidunsetC()Unsets the "c" attributevoidunsetCp()Unsets the "cp" attributevoidunsetF()Unsets the "f" attributevoidunsetU()Unsets the "u" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetC()Gets (as xml) the "c" attributexgetCp()Gets (as xml) the "cp" attributexgetF()Gets (as xml) the "f" attributexgetU()Gets (as xml) the "u" attributexgetV()Gets (as xml) the "v" attributevoidxsetC(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring c) Sets (as xml) the "c" attributevoidxsetCp(XmlUnsignedInt cp) Sets (as xml) the "cp" attributevoidxsetF(XmlBoolean f) Sets (as xml) the "f" attributevoidxsetU(XmlBoolean u) Sets (as xml) the "u" attributevoidxsetV(XmlDateTime v) Sets (as xml) the "v" 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
-
getXList
Gets a List of "x" elements -
getXArray
CTX[] getXArray()Gets array of all "x" elements -
getXArray
Gets ith "x" element -
sizeOfXArray
int sizeOfXArray()Returns number of "x" element -
setXArray
Sets array of all "x" element -
setXArray
Sets ith "x" element -
insertNewX
Inserts and returns a new empty value (as xml) as the ith "x" element -
addNewX
CTX addNewX()Appends and returns a new empty value (as xml) as the last "x" element -
removeX
void removeX(int i) Removes the ith "x" element -
getV
Calendar getV()Gets the "v" attribute -
xgetV
XmlDateTime xgetV()Gets (as xml) the "v" attribute -
setV
Sets the "v" attribute -
xsetV
Sets (as xml) the "v" attribute -
getU
boolean getU()Gets the "u" attribute -
xgetU
XmlBoolean xgetU()Gets (as xml) the "u" attribute -
isSetU
boolean isSetU()True if has "u" attribute -
setU
void setU(boolean u) Sets the "u" attribute -
xsetU
Sets (as xml) the "u" attribute -
unsetU
void unsetU()Unsets the "u" attribute -
getF
boolean getF()Gets the "f" attribute -
xgetF
XmlBoolean xgetF()Gets (as xml) the "f" attribute -
isSetF
boolean isSetF()True if has "f" attribute -
setF
void setF(boolean f) Sets the "f" attribute -
xsetF
Sets (as xml) the "f" attribute -
unsetF
void unsetF()Unsets the "f" attribute -
getC
String getC()Gets the "c" attribute -
xgetC
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetC()Gets (as xml) the "c" attribute -
isSetC
boolean isSetC()True if has "c" attribute -
setC
Sets the "c" attribute -
unsetC
void unsetC()Unsets the "c" attribute -
getCp
long getCp()Gets the "cp" attribute -
xgetCp
XmlUnsignedInt xgetCp()Gets (as xml) the "cp" attribute -
isSetCp
boolean isSetCp()True if has "cp" attribute -
setCp
void setCp(long cp) Sets the "cp" attribute -
xsetCp
Sets (as xml) the "cp" attribute -
unsetCp
void unsetCp()Unsets the "cp" attribute
-