(no commit message)
authorm.geoffroy <m.geoffroy@localhost>
Tue, 9 Sep 2008 09:04:15 +0000 (09:04 +0000)
committerm.geoffroy <m.geoffroy@localhost>
Tue, 9 Sep 2008 09:04:15 +0000 (09:04 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/jaxb/DataSet.java
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/package.html
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/media/MediaRepresentation.java
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NameTypeDesignation.java
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/SpecimenTypeDesignation.java

index 01195801f33610528958b6a860248a8f98bcfaa2..c902acadf06db41a941febb8fc3cc4d4745b95a5 100644 (file)
@@ -134,7 +134,7 @@ public class DataSet {
     @XmlElementWrapper(name = "FeatureData")\r
     @XmlElements({\r
     @XmlElement(name = "FeatureNode", namespace = "http://etaxonomy.eu/cdm/model/description/1.0", type = FeatureNode.class),\r
-    @XmlElement(name = "FeatureTree", namespace = "http://etaxonomy.eu/cdm/model/description/1.0", type = FeatureTree.class),\r
+    @XmlElement(name = "FeatureTree", namespace = "http://etaxonomy.eu/cdm/model/description/1.0", type = FeatureTree.class)\r
     })\r
     protected List<VersionableEntity> featureData;\r
 \r
index 466bce396d5fd1e85986a35dea20e4114e8aefcd..a352ee27a2c97a1d36fb722a1bbdb4284cf1f0b8 100644 (file)
@@ -35,6 +35,7 @@ Provides classes:
 <h2>Related Documentation</h2>\r
 \r
 <ul>\r
+  <li><a href="http://www.diversitycampus.net/Projects/TDWG-SDD/docs/SDD_S_Sections.html">Structure of Descriptive Data (SDD)</a></li>\r
   <li><a href="http://www.tdwg.org/standards/116/">Structured Descriptive Data (TDWG)</a></li>\r
   <li><a href="http://bgbm3.bgbm.fu-berlin.de/TDWG/CODATA/Schema/ABCD_2.06/HTML/ABCD_2.06.html">ABCD schema</a></li>\r
 </ul>\r
index 76fd8bb77aae80af0dcf75a8c7ae1349224529b5..80d9eb56156a60eedfc2959ec9ad9e7c20a8e2aa 100644 (file)
@@ -68,7 +68,7 @@ public class MediaRepresentation extends VersionableEntity {
     @XmlElements({
         @XmlElement(name = "AudioFile", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = AudioFile.class),
         @XmlElement(name = "ImageFile", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = ImageFile.class),
-        @XmlElement(name = "MovieFile", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = MovieFile.class),
+        @XmlElement(name = "MovieFile", namespace = "http://etaxonomy.eu/cdm/model/media/1.0", type = MovieFile.class)
     })
        private List<MediaRepresentationPart> mediaRepresentationParts = new ArrayList<MediaRepresentationPart>();
                
index 58a6223b841137003654b0d00ea4f1501a8f8d29..a2968c39c04491534bc675827b43a44b862d61de 100644 (file)
@@ -91,7 +91,7 @@ public class NameTypeDesignation extends TypeDesignationBase implements ITypeDes
        /** 
         * Class constructor: creates a new empty name type designation.
         * 
-        * @see #NameTypeDesignation(TaxonNameBase, ReferenceBase, String, ReferenceBase, String, String, boolean, boolean, boolean)
+        * @see #NameTypeDesignation(TaxonNameBase, ReferenceBase, String, String, boolean, boolean, boolean)
         */
        protected NameTypeDesignation() {
                super();
@@ -132,8 +132,6 @@ public class NameTypeDesignation extends TypeDesignationBase implements ITypeDes
         * Returns the {@link TaxonNameBase taxon name} that plays the role of the
         * taxon name type in <i>this</i> taxon name type designation. The {@link Rank rank}
         * of the taxon name type must be "species".
-        *  
-        * @see   #getTypifiedName()
         */
        @ManyToOne
        @Cascade({CascadeType.SAVE_UPDATE})
@@ -188,7 +186,7 @@ public class NameTypeDesignation extends TypeDesignationBase implements ITypeDes
         * designation should have a {@link eu.etaxonomy.cdm.model.reference.ReferenceBase reference} that is different to the
         * {@link TaxonNameBase#getNomenclaturalReference() nomenclatural reference} of the typified taxon name.
         *  
-        * @see   #getLectoTypeReference()
+        * @see   ReferencedEntityBase#getCitation()
         */
        /* (non-Javadoc)
         * @see eu.etaxonomy.cdm.model.name.ITypeDesignation#isLectoType()
index 97743b417c607f4928acd71ec75ac3559f60db00..b662190a25fbdb9967f544431c7fd37137d9b212 100644 (file)
@@ -100,8 +100,8 @@ public class SpecimenTypeDesignation extends TypeDesignationBase implements ITyp
        /** 
         * Class constructor: creates a new empty specimen type designation.
         * 
-        * @see #SpecimenTypeDesignation(DerivedUnitBase, TypeDesignationStatus, 
-        * ReferenceBase, String, String)
+        * @see #SpecimenTypeDesignation(DerivedUnitBase, TypeDesignationStatus,
+        * ReferenceBase, String, String, boolean)
         */
        protected SpecimenTypeDesignation(){
                
@@ -124,7 +124,7 @@ public class SpecimenTypeDesignation extends TypeDesignationBase implements ITyp
         * @param isNotDesignated               the boolean flag indicating whether there is no specimen type at all for 
         *                                                              <i>this</i> specimen type designation
         * @see                                                 #SpecimenTypeDesignation()
-        * @see                                                 TaxonNameBase#addSpecimenTypeDesignation(eu.etaxonomy.cdm.model.occurrence.Specimen, TypeDesignationStatus, ReferenceBase, String, String, boolean)
+        * @see                                                 TaxonNameBase#addSpecimenTypeDesignation(Specimen, TypeDesignationStatus, ReferenceBase, String, String, boolean, boolean)
         * @see                                                 TypeDesignationBase#isNotDesignated()
         * @see                                                 eu.etaxonomy.cdm.model.occurrence.DerivedUnitBase
         */