OW2 Consortium aspire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
975 nkef 1
 
2
3
 
4
import javax.xml.bind.annotation.XmlAccessorType;
5
import javax.xml.bind.annotation.XmlType;
6
7
 
8
 
9
 * <p>Java class for ECSightingStat complex type.
10
 *
11
 * <p>The following schema fragment specifies the expected content contained within this class.
12
 *
13
 * <pre>
14
 * &lt;complexType name="ECSightingStat">
15
 *   &lt;complexContent>
16
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
17
 *     &lt;/restriction>
18
 *   &lt;/complexContent>
19
 * &lt;/complexType>
20
 * </pre>
21
 *
22
 *
23
 */
24
@XmlAccessorType(XmlAccessType.FIELD)
25
@XmlType(name = "ECSightingStat")
26
public class ECSightingStat {
27
28
 
29
 
30