Package pt.cienciavitae.ns.search
Class Search
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- pt.cienciavitae.ns.search.Search
-
public class Search extends ContainerCtype
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}container-ctype"> <sequence> <element ref="{http://www.cienciavitae.pt/ns/search}summary"/> <element ref="{http://www.cienciavitae.pt/ns/search}result"/> </sequence> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Search()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultgetResult()Gets the value of the result property.SummarygetSummary()Gets the value of the summary property.voidsetResult(Result value)Sets the value of the result property.voidsetSummary(Summary value)Sets the value of the summary property.-
Methods inherited from class pt.cienciavitae.ns.common.ContainerCtype
getTotal, setTotal
-
-
-
-
Method Detail
-
getSummary
public Summary getSummary()
Gets the value of the summary property.- Returns:
- possible object is
Summary
-
setSummary
public void setSummary(Summary value)
Sets the value of the summary property.- Parameters:
value- allowed object isSummary
-
getResult
public Result getResult()
Gets the value of the result property.- Returns:
- possible object is
Result
-
-