Class 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>
     
    • Field Detail

      • summary

        protected Summary summary
      • result

        protected Result result
    • Constructor Detail

      • Search

        public Search()
    • 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 is Summary
      • getResult

        public Result getResult()
        Gets the value of the result property.
        Returns:
        possible object is Result
      • setResult

        public void setResult​(Result value)
        Sets the value of the result property.
        Parameters:
        value - allowed object is Result