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 classCTSdtDate.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTCalendarTypeaddNewCalendar()Appends and returns a new empty "calendar" elementCTStringaddNewDateFormat()Appends and returns a new empty "dateFormat" elementCTLangaddNewLid()Appends and returns a new empty "lid" elementCTSdtDateMappingTypeaddNewStoreMappedDataAs()Appends and returns a new empty "storeMappedDataAs" elementCTCalendarTypegetCalendar()Gets the "calendar" elementCTStringgetDateFormat()Gets the "dateFormat" elementjava.util.CalendargetFullDate()Gets the "fullDate" attributeCTLanggetLid()Gets the "lid" elementCTSdtDateMappingTypegetStoreMappedDataAs()Gets the "storeMappedDataAs" elementbooleanisSetCalendar()True if has "calendar" elementbooleanisSetDateFormat()True if has "dateFormat" elementbooleanisSetFullDate()True if has "fullDate" attributebooleanisSetLid()True if has "lid" elementbooleanisSetStoreMappedDataAs()True if has "storeMappedDataAs" elementvoidsetCalendar(CTCalendarType calendar)Sets the "calendar" elementvoidsetDateFormat(CTString dateFormat)Sets the "dateFormat" elementvoidsetFullDate(java.util.Calendar fullDate)Sets the "fullDate" attributevoidsetLid(CTLang lid)Sets the "lid" elementvoidsetStoreMappedDataAs(CTSdtDateMappingType storeMappedDataAs)Sets the "storeMappedDataAs" elementvoidunsetCalendar()Unsets the "calendar" elementvoidunsetDateFormat()Unsets the "dateFormat" elementvoidunsetFullDate()Unsets the "fullDate" attributevoidunsetLid()Unsets the "lid" elementvoidunsetStoreMappedDataAs()Unsets the "storeMappedDataAs" elementSTDateTimexgetFullDate()Gets (as xml) the "fullDate" attributevoidxsetFullDate(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
-
-