Package org.docx4j.wml
Class CTSdtDate
java.lang.Object
org.docx4j.wml.CTSdtDate
- All Implemented Interfaces:
Child
Java class for CT_SdtDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SdtDate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dateFormat" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lid" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Lang" minOccurs="0"/>
<element name="storeMappedDataAs" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SdtDateMappingType" minOccurs="0"/>
<element name="calendar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_CalendarType" minOccurs="0"/>
</sequence>
<attribute name="fullDate" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DateTime" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTCalendarTypeprotected CTSdtDate.DateFormatprotected XMLGregorianCalendarprotected CTLangprotected CTSdtDateMappingType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the calendar property.Gets the value of the dateFormat property.Gets the value of the fullDate property.getLid()Gets the value of the lid property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the storeMappedDataAs property.voidsetCalendar(CTCalendarType value) Sets the value of the calendar property.voidSets the value of the dateFormat property.voidsetFullDate(XMLGregorianCalendar value) Sets the value of the fullDate property.voidSets the value of the lid property.voidvoidSets the value of the storeMappedDataAs property.
-
Field Details
-
dateFormat
-
lid
-
storeMappedDataAs
-
calendar
-
fullDate
-
-
Constructor Details
-
CTSdtDate
public CTSdtDate()
-
-
Method Details
-
getDateFormat
Gets the value of the dateFormat property.- Returns:
- possible object is
CTSdtDate.DateFormat
-
setDateFormat
Sets the value of the dateFormat property.- Parameters:
value- allowed object isCTSdtDate.DateFormat
-
getLid
Gets the value of the lid property.- Returns:
- possible object is
CTLang
-
setLid
Sets the value of the lid property.- Parameters:
value- allowed object isCTLang
-
getStoreMappedDataAs
Gets the value of the storeMappedDataAs property.- Returns:
- possible object is
CTSdtDateMappingType
-
setStoreMappedDataAs
Sets the value of the storeMappedDataAs property.- Parameters:
value- allowed object isCTSdtDateMappingType
-
getCalendar
Gets the value of the calendar property.- Returns:
- possible object is
CTCalendarType
-
setCalendar
Sets the value of the calendar property.- Parameters:
value- allowed object isCTCalendarType
-
getFullDate
Gets the value of the fullDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFullDate
Sets the value of the fullDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-