Interface CTSdtDate
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSdtDate extends XmlObject
An XML CT_SdtDate(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSdtDate.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 CTCalendarType
addNewCalendar()
Appends and returns a new empty "calendar" elementCTString
addNewDateFormat()
Appends and returns a new empty "dateFormat" elementCTLang
addNewLid()
Appends and returns a new empty "lid" elementCTSdtDateMappingType
addNewStoreMappedDataAs()
Appends and returns a new empty "storeMappedDataAs" elementCTCalendarType
getCalendar()
Gets the "calendar" elementCTString
getDateFormat()
Gets the "dateFormat" elementjava.util.Calendar
getFullDate()
Gets the "fullDate" attributeCTLang
getLid()
Gets the "lid" elementCTSdtDateMappingType
getStoreMappedDataAs()
Gets the "storeMappedDataAs" elementboolean
isSetCalendar()
True if has "calendar" elementboolean
isSetDateFormat()
True if has "dateFormat" elementboolean
isSetFullDate()
True if has "fullDate" attributeboolean
isSetLid()
True if has "lid" elementboolean
isSetStoreMappedDataAs()
True if has "storeMappedDataAs" elementvoid
setCalendar(CTCalendarType calendar)
Sets the "calendar" elementvoid
setDateFormat(CTString dateFormat)
Sets the "dateFormat" elementvoid
setFullDate(java.util.Calendar fullDate)
Sets the "fullDate" attributevoid
setLid(CTLang lid)
Sets the "lid" elementvoid
setStoreMappedDataAs(CTSdtDateMappingType storeMappedDataAs)
Sets the "storeMappedDataAs" elementvoid
unsetCalendar()
Unsets the "calendar" elementvoid
unsetDateFormat()
Unsets the "dateFormat" elementvoid
unsetFullDate()
Unsets the "fullDate" attributevoid
unsetLid()
Unsets the "lid" elementvoid
unsetStoreMappedDataAs()
Unsets the "storeMappedDataAs" elementSTDateTime
xgetFullDate()
Gets (as xml) the "fullDate" attributevoid
xsetFullDate(STDateTime fullDate)
Sets (as xml) the "fullDate" 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
-
getDateFormat
CTString getDateFormat()
Gets the "dateFormat" element
-
isSetDateFormat
boolean isSetDateFormat()
True if has "dateFormat" element
-
setDateFormat
void setDateFormat(CTString dateFormat)
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
void setLid(CTLang lid)
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
void setStoreMappedDataAs(CTSdtDateMappingType storeMappedDataAs)
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
void setCalendar(CTCalendarType calendar)
Sets the "calendar" element
-
addNewCalendar
CTCalendarType addNewCalendar()
Appends and returns a new empty "calendar" element
-
unsetCalendar
void unsetCalendar()
Unsets the "calendar" element
-
getFullDate
java.util.Calendar getFullDate()
Gets the "fullDate" attribute
-
xgetFullDate
STDateTime xgetFullDate()
Gets (as xml) the "fullDate" attribute
-
isSetFullDate
boolean isSetFullDate()
True if has "fullDate" attribute
-
setFullDate
void setFullDate(java.util.Calendar fullDate)
Sets the "fullDate" attribute
-
xsetFullDate
void xsetFullDate(STDateTime fullDate)
Sets (as xml) the "fullDate" attribute
-
unsetFullDate
void unsetFullDate()
Unsets the "fullDate" attribute
-
-