Package be.recipe.services.core
Class PartialResult
- java.lang.Object
-
- be.recipe.services.core.PartialResult
-
- Direct Known Subclasses:
ExtendedPartialResult,ListPrescriptionsResult.Partial
public class PartialResult extends Object
Java class for PartialResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hasMoreResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhasMoreResults
-
Constructor Summary
Constructors Constructor Description PartialResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHasMoreResults()Gets the value of the hasMoreResults property.voidsetHasMoreResults(boolean value)Sets the value of the hasMoreResults property.
-