Project

General

Profile

Download (808 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
4
* http://www.e-taxonomy.eu
5
* 
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.remote.dto.tdwg.voc;
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
@XmlAccessorType(XmlAccessType.FIELD)
17
@XmlType(name = "PublicationCitation", propOrder = {
18
})
19
@XmlRootElement(name = "PublicationCitation", namespace = "http://rs.tdwg.org/ontology/voc/PublicationCitation#")
20
public class PublicationCitation extends eu.etaxonomy.cdm.remote.dto.tdwg.PublicationCitation {
21

    
22
}
(5-5/12)