Package ietf.params.xml.ns.icalendar_2
Class UtcDatetimePropertyType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.UtcDatetimePropertyType
- Direct Known Subclasses:
CompletedPropType,CreatedPropType,DtstampPropType,LastModifiedPropType
Java class for UtcDatetimePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UtcDatetimePropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}utc-date-time"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the utcDateTime property.voidSets the value of the utcDateTime property.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
utcDateTime
-
-
Constructor Details
-
UtcDatetimePropertyType
public UtcDatetimePropertyType()
-
-
Method Details
-
getUtcDateTime
Gets the value of the utcDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setUtcDateTime
Sets the value of the utcDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-