Project

General

Profile

« Previous | Next » 

Revision 600a00cd

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/tdwg/voc/TaxonName.java
1 1
/**
2 2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
23 23
})
24 24
@XmlRootElement(name = "TaxonName", namespace = "http://rs.tdwg.org/ontology/voc/TaxonName#")
25 25
public class TaxonName extends Name {
26
	
26

  
27 27
	@XmlElement(namespace = "http://rs.tdwg.org/ontology/voc/TaxonName#")
28 28
	private String authorship;
29
	
29

  
30 30
	@XmlElement(namespace = "http://rs.tdwg.org/ontology/voc/TaxonName#")
31 31
	private String nameComplete;
32 32

  
......
45 45
	public void setNameComplete(String nameComplete) {
46 46
		this.nameComplete = nameComplete;
47 47
	}
48

  
49
}
48
}

Also available in: Unified diff