Apache CXF API

org.apache.cxf.xkms.model.xkms
Class TimeInstantType

java.lang.Object
  extended by 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
protected  XMLGregorianCalendar time
           
 
Constructor Summary
TimeInstantType()
           
 
Method Summary
 XMLGregorianCalendar getTime()
          Gets the value of the time property.
 void setTime(XMLGregorianCalendar value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

protected XMLGregorianCalendar time
Constructor Detail

TimeInstantType

public TimeInstantType()
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 is XMLGregorianCalendar

Apache CXF API

Apache CXF