Package org.apache.cxf.xkms.model.xkms
Class TimeInstantType
java.lang.Object
org.apache.cxf.xkms.model.xkms.TimeInstantType
Java class for TimeInstantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeInstantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTime()Gets the value of the time property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
time
-
-
Constructor Details
-
TimeInstantType
public TimeInstantType()
-
-
Method Details
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-