Uses of Class
gov.nasa.gsfc.sscweb.schema.TimeInterval
Packages that use TimeInterval
-
Uses of TimeInterval in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as TimeIntervalModifier and TypeFieldDescriptionprotected TimeIntervalConjunction.timeIntervalTime interval of query.protected TimeIntervalRequest.timeIntervalTime interval of request.Methods in gov.nasa.gsfc.sscweb.schema that return TimeIntervalModifier and TypeMethodDescriptionObjectFactory.createTimeInterval()Create an instance ofTimeIntervalConjunction.getTimeInterval()Time interval of query.Request.getTimeInterval()Time interval of request.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type TimeIntervalModifier and TypeMethodDescriptionvoidConjunction.setTimeInterval(TimeInterval value) Sets the value of the timeInterval property.voidRequest.setTimeInterval(TimeInterval value) Sets the value of the timeInterval property.