jgd.jaxb
Interface Results
- All Superinterfaces:
- ResultsType
- All Known Subinterfaces:
- IJGDResults
- All Known Implementing Classes:
- QueryResultSet, ResultsIteratorCOM
public interface Results
- extends ResultsType
Java content class for results element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/D:/traballo/sourceforge/gdapi/src/gdsdk.xsd line 11)
<element name="results">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="doc_id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="event_id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" minOccurs="0"/>
<element name="snippet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="thumbnail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cache_url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
</restriction>
</complexContent>
</complexType>
</element>
Copyright © 2007