Package org.apache.cxf.xkms.model.xkms
Class TimeInstantType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.TimeInstantType
-
public class TimeInstantType extends Object
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 Modifier and Type Field Description protected XMLGregorianCalendartime
-
Constructor Summary
Constructors Constructor Description TimeInstantType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetTime()Gets the value of the time property.voidsetTime(XMLGregorianCalendar value)Sets the value of the time property.
-
-
-
Field Detail
-
time
protected XMLGregorianCalendar time
-
-
Method Detail
-
getTime
public XMLGregorianCalendar getTime()
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
public void setTime(XMLGregorianCalendar value)
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-