Class DateTimePropertyType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.GetPropertiesBasePropertyType
org.oasis_open.docs.ws_calendar.ns.soap.DateTimePropertyType
- Direct Known Subclasses:
CreationDateTimeType,LastModifiedDateTimeType,MaxDateTimeType,MinDateTimeType
Base type for date time properties returned in GetPropertiesResponse.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.voidsetDateTime(XMLGregorianCalendar value) Sets the value of the dateTime property.
-
Field Details
-
dateTime
-
-
Constructor Details
-
DateTimePropertyType
public DateTimePropertyType()
-
-
Method Details
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-