public class CTSdtDate extends Object implements 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTSdtDate.DateFormat
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTCalendarType |
calendar |
protected CTSdtDate.DateFormat |
dateFormat |
protected XMLGregorianCalendar |
fullDate |
protected CTLang |
lid |
protected CTSdtDateMappingType |
storeMappedDataAs |
| Constructor and Description |
|---|
CTSdtDate() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCalendarType |
getCalendar()
Gets the value of the calendar property.
|
CTSdtDate.DateFormat |
getDateFormat()
Gets the value of the dateFormat property.
|
XMLGregorianCalendar |
getFullDate()
Gets the value of the fullDate property.
|
CTLang |
getLid()
Gets the value of the lid property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTSdtDateMappingType |
getStoreMappedDataAs()
Gets the value of the storeMappedDataAs property.
|
void |
setCalendar(CTCalendarType value)
Sets the value of the calendar property.
|
void |
setDateFormat(CTSdtDate.DateFormat value)
Sets the value of the dateFormat property.
|
void |
setFullDate(XMLGregorianCalendar value)
Sets the value of the fullDate property.
|
void |
setLid(CTLang value)
Sets the value of the lid property.
|
void |
setParent(Object parent) |
void |
setStoreMappedDataAs(CTSdtDateMappingType value)
Sets the value of the storeMappedDataAs property.
|
protected CTSdtDate.DateFormat dateFormat
protected CTLang lid
protected CTSdtDateMappingType storeMappedDataAs
protected CTCalendarType calendar
protected XMLGregorianCalendar fullDate
public CTSdtDate.DateFormat getDateFormat()
CTSdtDate.DateFormatpublic void setDateFormat(CTSdtDate.DateFormat value)
value - allowed object is
CTSdtDate.DateFormatpublic CTLang getLid()
CTLangpublic void setLid(CTLang value)
value - allowed object is
CTLangpublic CTSdtDateMappingType getStoreMappedDataAs()
CTSdtDateMappingTypepublic void setStoreMappedDataAs(CTSdtDateMappingType value)
value - allowed object is
CTSdtDateMappingTypepublic CTCalendarType getCalendar()
CTCalendarTypepublic void setCalendar(CTCalendarType value)
value - allowed object is
CTCalendarTypepublic XMLGregorianCalendar getFullDate()
XMLGregorianCalendarpublic void setFullDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.