Project

General

Profile

Download (1.08 KB) Statistics
| Branch: | Tag: | Revision:
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2015.10.27 at 03:20:07 PM CET 
6
//
7

    
8

    
9
package org.cybertaxonomy.utis.tnr.msg;
10

    
11
import javax.xml.bind.annotation.XmlAccessType;
12
import javax.xml.bind.annotation.XmlAccessorType;
13
import javax.xml.bind.annotation.XmlRootElement;
14
import javax.xml.bind.annotation.XmlType;
15

    
16

    
17
/**
18
 * <p>Java class for anonymous complex type.
19
 * 
20
 * <p>The following schema fragment specifies the expected content contained within this class.
21
 * 
22
 * <pre>
23
 * &lt;complexType&gt;
24
 *   &lt;complexContent&gt;
25
 *     &lt;extension base="{http://cybertaxonomy.org/utis/tnr/msg}taxonBase"&gt;
26
 *     &lt;/extension&gt;
27
 *   &lt;/complexContent&gt;
28
 * &lt;/complexType&gt;
29
 * </pre>
30
 * 
31
 * 
32
 */
33
@XmlAccessorType(XmlAccessType.FIELD)
34
@XmlType(name = "")
35
@XmlRootElement(name = "synonym")
36
public class Synonym
37
    extends TaxonBase
38
{
39

    
40

    
41
}
(8-8/13)