Class SearchResultReference


  • public class SearchResultReference
    extends DsmlMessage

    Java class for SearchResultReference complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SearchResultReference">
       <complexContent>
         <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
           <sequence>
             <element name="ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SearchResultReference

        public SearchResultReference()
    • Method Detail

      • getRef

        public List<String> getRef()
        Gets the value of the ref property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ref property.

        For example, to add a new item, do as follows:

            getRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list String