// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2010.02.26 at 03:00:04 PM CET // package org.beagle.xml; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** *

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="Message">
 *           <complexType>
 *             <complexContent>
 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                 <sequence>
 *                   <element name="NumMatches" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *                   <element name="Hits" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Hit" maxOccurs="unbounded" minOccurs="0">
 *                               <complexType>
 *                                 <complexContent>
 *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                     <sequence>
 *                                       <element name="Properties">
 *                                         <complexType>
 *                                           <complexContent>
 *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                               <sequence>
 *                                                 <element name="Property" maxOccurs="unbounded" minOccurs="0">
 *                                                   <complexType>
 *                                                     <complexContent>
 *                                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                                                         <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                         <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                                       </restriction>
 *                                                     </complexContent>
 *                                                   </complexType>
 *                                                 </element>
 *                                               </sequence>
 *                                             </restriction>
 *                                           </complexContent>
 *                                         </complexType>
 *                                       </element>
 *                                     </sequence>
 *                                     <attribute name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                     <attribute name="Uri" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                     <attribute name="Score" type="{http://www.w3.org/2001/XMLSchema}string" />
 *                                   </restriction>
 *                                 </complexContent>
 *                               </complexType>
 *                             </element>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Exact" maxOccurs="unbounded" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                   <element name="Stemmed" maxOccurs="unbounded" minOccurs="0">
 *                     <complexType>
 *                       <complexContent>
 *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *                           <sequence>
 *                             <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *                           </sequence>
 *                         </restriction>
 *                       </complexContent>
 *                     </complexType>
 *                   </element>
 *                 </sequence>
 *               </restriction>
 *             </complexContent>
 *           </complexType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "message" }) @XmlRootElement(name = "ResponseWrapper") public class ResponseWrapper { @XmlElement(name = "Message", required = true) protected ResponseWrapper.Message message; /** * Gets the value of the message property. * * @return * possible object is * {@link ResponseWrapper.Message } * */ public ResponseWrapper.Message getMessage() { return message; } /** * Sets the value of the message property. * * @param value * allowed object is * {@link ResponseWrapper.Message } * */ public void setMessage(ResponseWrapper.Message value) { this.message = value; } /** *

Java class for anonymous complex type. * *

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

     * <complexType>
     *   <complexContent>
     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *       <sequence>
     *         <element name="NumMatches" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
     *         <element name="Hits" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Hit" maxOccurs="unbounded" minOccurs="0">
     *                     <complexType>
     *                       <complexContent>
     *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                           <sequence>
     *                             <element name="Properties">
     *                               <complexType>
     *                                 <complexContent>
     *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                     <sequence>
     *                                       <element name="Property" maxOccurs="unbounded" minOccurs="0">
     *                                         <complexType>
     *                                           <complexContent>
     *                                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                                               <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                               <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                                             </restriction>
     *                                           </complexContent>
     *                                         </complexType>
     *                                       </element>
     *                                     </sequence>
     *                                   </restriction>
     *                                 </complexContent>
     *                               </complexType>
     *                             </element>
     *                           </sequence>
     *                           <attribute name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                           <attribute name="Uri" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                           <attribute name="Score" type="{http://www.w3.org/2001/XMLSchema}string" />
     *                         </restriction>
     *                       </complexContent>
     *                     </complexType>
     *                   </element>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Exact" maxOccurs="unbounded" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *         <element name="Stemmed" maxOccurs="unbounded" minOccurs="0">
     *           <complexType>
     *             <complexContent>
     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     *                 <sequence>
     *                   <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
     *                 </sequence>
     *               </restriction>
     *             </complexContent>
     *           </complexType>
     *         </element>
     *       </sequence>
     *     </restriction>
     *   </complexContent>
     * </complexType>
     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "numMatches", "hits", "exact", "stemmed" }) public static class Message { @XmlElement(name = "NumMatches") protected String numMatches; @XmlElement(name = "Hits") protected ResponseWrapper.Message.Hits hits; @XmlElement(name = "Exact") protected List exact; @XmlElement(name = "Stemmed") protected List stemmed; /** * Gets the value of the numMatches property. * * @return * possible object is * {@link String } * */ public String getNumMatches() { return numMatches; } /** * Sets the value of the numMatches property. * * @param value * allowed object is * {@link String } * */ public void setNumMatches(String value) { this.numMatches = value; } /** * Gets the value of the hits property. * * @return * possible object is * {@link ResponseWrapper.Message.Hits } * */ public ResponseWrapper.Message.Hits getHits() { return hits; } /** * Sets the value of the hits property. * * @param value * allowed object is * {@link ResponseWrapper.Message.Hits } * */ public void setHits(ResponseWrapper.Message.Hits value) { this.hits = value; } /** * Gets the value of the exact 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 exact property. * *

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

         *    getExact().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ResponseWrapper.Message.Exact } * * */ public List getExact() { if (exact == null) { exact = new ArrayList(); } return this.exact; } /** * Gets the value of the stemmed 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 stemmed property. * *

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

         *    getStemmed().add(newItem);
         * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ResponseWrapper.Message.Stemmed } * * */ public List getStemmed() { if (stemmed == null) { stemmed = new ArrayList(); } return this.stemmed; } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "text" }) public static class Exact { @XmlElement(name = "Text") protected String text; /** * Gets the value of the text property. * * @return * possible object is * {@link String } * */ public String getText() { return text; } /** * Sets the value of the text property. * * @param value * allowed object is * {@link String } * */ public void setText(String value) { this.text = value; } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="Hit" maxOccurs="unbounded" minOccurs="0">
         *           <complexType>
         *             <complexContent>
         *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                 <sequence>
         *                   <element name="Properties">
         *                     <complexType>
         *                       <complexContent>
         *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                           <sequence>
         *                             <element name="Property" maxOccurs="unbounded" minOccurs="0">
         *                               <complexType>
         *                                 <complexContent>
         *                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *                                     <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                     <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                                   </restriction>
         *                                 </complexContent>
         *                               </complexType>
         *                             </element>
         *                           </sequence>
         *                         </restriction>
         *                       </complexContent>
         *                     </complexType>
         *                   </element>
         *                 </sequence>
         *                 <attribute name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                 <attribute name="Uri" type="{http://www.w3.org/2001/XMLSchema}string" />
         *                 <attribute name="Score" type="{http://www.w3.org/2001/XMLSchema}string" />
         *               </restriction>
         *             </complexContent>
         *           </complexType>
         *         </element>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "hit" }) public static class Hits { @XmlElement(name = "Hit") protected List hit; /** * Gets the value of the hit 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 hit property. * *

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

             *    getHit().add(newItem);
             * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ResponseWrapper.Message.Hits.Hit } * * */ public List getHit() { if (hit == null) { hit = new ArrayList(); } return this.hit; } /** *

Java class for anonymous complex type. * *

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

             * <complexType>
             *   <complexContent>
             *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *       <sequence>
             *         <element name="Properties">
             *           <complexType>
             *             <complexContent>
             *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                 <sequence>
             *                   <element name="Property" maxOccurs="unbounded" minOccurs="0">
             *                     <complexType>
             *                       <complexContent>
             *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             *                           <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                           <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
             *                         </restriction>
             *                       </complexContent>
             *                     </complexType>
             *                   </element>
             *                 </sequence>
             *               </restriction>
             *             </complexContent>
             *           </complexType>
             *         </element>
             *       </sequence>
             *       <attribute name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
             *       <attribute name="Uri" type="{http://www.w3.org/2001/XMLSchema}string" />
             *       <attribute name="Score" type="{http://www.w3.org/2001/XMLSchema}string" />
             *     </restriction>
             *   </complexContent>
             * </complexType>
             * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "properties" }) public static class Hit { @XmlElement(name = "Properties", required = true) protected ResponseWrapper.Message.Hits.Hit.Properties properties; @XmlAttribute(name = "Timestamp") protected String timestamp; @XmlAttribute(name = "Uri") protected String uri; @XmlAttribute(name = "Score") protected String score; /** * Gets the value of the properties property. * * @return * possible object is * {@link ResponseWrapper.Message.Hits.Hit.Properties } * */ public ResponseWrapper.Message.Hits.Hit.Properties getProperties() { return properties; } /** * Sets the value of the properties property. * * @param value * allowed object is * {@link ResponseWrapper.Message.Hits.Hit.Properties } * */ public void setProperties(ResponseWrapper.Message.Hits.Hit.Properties value) { this.properties = value; } /** * Gets the value of the timestamp property. * * @return * possible object is * {@link String } * */ public String getTimestamp() { return timestamp; } /** * Sets the value of the timestamp property. * * @param value * allowed object is * {@link String } * */ public void setTimestamp(String value) { this.timestamp = value; } /** * Gets the value of the uri property. * * @return * possible object is * {@link String } * */ public String getUri() { return uri; } /** * Sets the value of the uri property. * * @param value * allowed object is * {@link String } * */ public void setUri(String value) { this.uri = value; } /** * Gets the value of the score property. * * @return * possible object is * {@link String } * */ public String getScore() { return score; } /** * Sets the value of the score property. * * @param value * allowed object is * {@link String } * */ public void setScore(String value) { this.score = value; } /** *

Java class for anonymous complex type. * *

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

                 * <complexType>
                 *   <complexContent>
                 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *       <sequence>
                 *         <element name="Property" maxOccurs="unbounded" minOccurs="0">
                 *           <complexType>
                 *             <complexContent>
                 *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 *                 <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *                 <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
                 *               </restriction>
                 *             </complexContent>
                 *           </complexType>
                 *         </element>
                 *       </sequence>
                 *     </restriction>
                 *   </complexContent>
                 * </complexType>
                 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "property" }) public static class Properties { @XmlElement(name = "Property") protected List property; /** * Gets the value of the property 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 property property. * *

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

                     *    getProperty().add(newItem);
                     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link ResponseWrapper.Message.Hits.Hit.Properties.Property } * * */ public List getProperty() { if (property == null) { property = new ArrayList(); } return this.property; } /** *

Java class for anonymous complex type. * *

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

                     * <complexType>
                     *   <complexContent>
                     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     *       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="IsSearched" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="IsMutable" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="IsStored" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *       <attribute name="IsPersistent" type="{http://www.w3.org/2001/XMLSchema}string" />
                     *     </restriction>
                     *   </complexContent>
                     * </complexType>
                     * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class Property { @XmlAttribute(name = "Type") protected String type; @XmlAttribute(name = "Key") protected String key; @XmlAttribute(name = "Value") protected String value; @XmlAttribute(name = "IsSearched") protected String isSearched; @XmlAttribute(name = "IsMutable") protected String isMutable; @XmlAttribute(name = "IsStored") protected String isStored; @XmlAttribute(name = "IsPersistent") protected String isPersistent; /** * Gets the value of the type property. * * @return * possible object is * {@link String } * */ public String getType() { return type; } /** * Sets the value of the type property. * * @param value * allowed object is * {@link String } * */ public void setType(String value) { this.type = value; } /** * Gets the value of the key property. * * @return * possible object is * {@link String } * */ public String getKey() { return key; } /** * Sets the value of the key property. * * @param value * allowed object is * {@link String } * */ public void setKey(String value) { this.key = value; } /** * Gets the value of the value property. * * @return * possible object is * {@link String } * */ public String getValue() { return value; } /** * Sets the value of the value property. * * @param value * allowed object is * {@link String } * */ public void setValue(String value) { this.value = value; } /** * Gets the value of the isSearched property. * * @return * possible object is * {@link String } * */ public String getIsSearched() { return isSearched; } /** * Sets the value of the isSearched property. * * @param value * allowed object is * {@link String } * */ public void setIsSearched(String value) { this.isSearched = value; } /** * Gets the value of the isMutable property. * * @return * possible object is * {@link String } * */ public String getIsMutable() { return isMutable; } /** * Sets the value of the isMutable property. * * @param value * allowed object is * {@link String } * */ public void setIsMutable(String value) { this.isMutable = value; } /** * Gets the value of the isStored property. * * @return * possible object is * {@link String } * */ public String getIsStored() { return isStored; } /** * Sets the value of the isStored property. * * @param value * allowed object is * {@link String } * */ public void setIsStored(String value) { this.isStored = value; } /** * Gets the value of the isPersistent property. * * @return * possible object is * {@link String } * */ public String getIsPersistent() { return isPersistent; } /** * Sets the value of the isPersistent property. * * @param value * allowed object is * {@link String } * */ public void setIsPersistent(String value) { this.isPersistent = value; } } } } } /** *

Java class for anonymous complex type. * *

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

         * <complexType>
         *   <complexContent>
         *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         *       <sequence>
         *         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         *       </sequence>
         *     </restriction>
         *   </complexContent>
         * </complexType>
         * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "text" }) public static class Stemmed { @XmlElement(name = "Text") protected String text; /** * Gets the value of the text property. * * @return * possible object is * {@link String } * */ public String getText() { return text; } /** * Sets the value of the text property. * * @param value * allowed object is * {@link String } * */ public void setText(String value) { this.text = value; } } } }