Interface CTSdtDate
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SdtDate(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "calendar" elementAppends and returns a new empty "dateFormat" elementAppends and returns a new empty "lid" elementAppends and returns a new empty "storeMappedDataAs" elementGets the "calendar" elementGets the "dateFormat" elementGets the "fullDate" attributegetLid()Gets the "lid" elementGets the "storeMappedDataAs" elementbooleanTrue if has "calendar" elementbooleanTrue if has "dateFormat" elementbooleanTrue if has "fullDate" attributebooleanisSetLid()True if has "lid" elementbooleanTrue if has "storeMappedDataAs" elementvoidsetCalendar(CTCalendarType calendar) Sets the "calendar" elementvoidsetDateFormat(CTString dateFormat) Sets the "dateFormat" elementvoidsetFullDate(Calendar fullDate) Sets the "fullDate" attributevoidSets the "lid" elementvoidsetStoreMappedDataAs(CTSdtDateMappingType storeMappedDataAs) Sets the "storeMappedDataAs" elementvoidUnsets the "calendar" elementvoidUnsets the "dateFormat" elementvoidUnsets the "fullDate" attributevoidunsetLid()Unsets the "lid" elementvoidUnsets the "storeMappedDataAs" elementGets (as xml) the "fullDate" attributevoidxsetFullDate(STDateTime fullDate) Sets (as xml) the "fullDate" 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
-
getDateFormat
CTString getDateFormat()Gets the "dateFormat" element -
isSetDateFormat
boolean isSetDateFormat()True if has "dateFormat" element -
setDateFormat
Sets the "dateFormat" element -
addNewDateFormat
CTString addNewDateFormat()Appends and returns a new empty "dateFormat" element -
unsetDateFormat
void unsetDateFormat()Unsets the "dateFormat" element -
getLid
CTLang getLid()Gets the "lid" element -
isSetLid
boolean isSetLid()True if has "lid" element -
setLid
Sets the "lid" element -
addNewLid
CTLang addNewLid()Appends and returns a new empty "lid" element -
unsetLid
void unsetLid()Unsets the "lid" element -
getStoreMappedDataAs
CTSdtDateMappingType getStoreMappedDataAs()Gets the "storeMappedDataAs" element -
isSetStoreMappedDataAs
boolean isSetStoreMappedDataAs()True if has "storeMappedDataAs" element -
setStoreMappedDataAs
Sets the "storeMappedDataAs" element -
addNewStoreMappedDataAs
CTSdtDateMappingType addNewStoreMappedDataAs()Appends and returns a new empty "storeMappedDataAs" element -
unsetStoreMappedDataAs
void unsetStoreMappedDataAs()Unsets the "storeMappedDataAs" element -
getCalendar
CTCalendarType getCalendar()Gets the "calendar" element -
isSetCalendar
boolean isSetCalendar()True if has "calendar" element -
setCalendar
Sets the "calendar" element -
addNewCalendar
CTCalendarType addNewCalendar()Appends and returns a new empty "calendar" element -
unsetCalendar
void unsetCalendar()Unsets the "calendar" element -
getFullDate
Calendar getFullDate()Gets the "fullDate" attribute -
xgetFullDate
STDateTime xgetFullDate()Gets (as xml) the "fullDate" attribute -
isSetFullDate
boolean isSetFullDate()True if has "fullDate" attribute -
setFullDate
Sets the "fullDate" attribute -
xsetFullDate
Sets (as xml) the "fullDate" attribute -
unsetFullDate
void unsetFullDate()Unsets the "fullDate" attribute
-