public class DateTimePropertyType extends GetPropertiesBasePropertyType
Java class for DateTimePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTimePropertyType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}GetPropertiesBasePropertyType">
<sequence>
<element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime |
| Constructor and Description |
|---|
DateTimePropertyType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
protected XMLGregorianCalendar dateTime
public XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2019 Bedework. All rights reserved.