Apache CXF API

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

Packages that use TimeInstantType
org.apache.cxf.xkms.model.xkms   
 

Uses of TimeInstantType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as TimeInstantType
protected  TimeInstantType QueryKeyBindingType.timeInstant
           
 

Methods in org.apache.cxf.xkms.model.xkms that return TimeInstantType
 TimeInstantType ObjectFactory.createTimeInstantType()
          Create an instance of TimeInstantType
 TimeInstantType QueryKeyBindingType.getTimeInstant()
          Gets the value of the timeInstant property.
 

Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type TimeInstantType
 JAXBElement<TimeInstantType> ObjectFactory.createTimeInstant(TimeInstantType value)
          Create an instance of JAXBElement<TimeInstantType>}
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type TimeInstantType
 JAXBElement<TimeInstantType> ObjectFactory.createTimeInstant(TimeInstantType value)
          Create an instance of JAXBElement<TimeInstantType>}
 void QueryKeyBindingType.setTimeInstant(TimeInstantType value)
          Sets the value of the timeInstant property.
 


Apache CXF API

Apache CXF