// // 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
* 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
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ResponseWrapper.Message.Stemmed }
*
*
*/
public List Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ResponseWrapper.Message.Hits.Hit }
*
*
*/
public List Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
* 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
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link ResponseWrapper.Message.Hits.Hit.Properties.Property }
*
*
*/
public List Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* set
method for the stemmed property.
*
*
* getStemmed().add(newItem);
*
*
*
*
* <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;
}
}
/**
*
* <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 Listset
method for the hit property.
*
*
* getHit().add(newItem);
*
*
*
*
* <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;
}
/**
*
* <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 Listset
method for the property property.
*
*
* getProperty().add(newItem);
*
*
*
*
* <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;
}
}
}
}
}
/**
*
* <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;
}
}
}
}