Project

General

Profile

Download (111 KB) Statistics
| Branch: | Tag: | Revision:
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
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: 2010.09.06 at 10:10:43 AM MESZ
6
//
7

    
8

    
9
package eu.etaxonomy.cdm.remote.dto.dwc;
10

    
11
import javax.xml.bind.annotation.XmlAccessType;
12
import javax.xml.bind.annotation.XmlAccessorType;
13
import javax.xml.bind.annotation.XmlElement;
14
import javax.xml.bind.annotation.XmlRootElement;
15
import javax.xml.bind.annotation.XmlSchemaType;
16
import javax.xml.bind.annotation.XmlType;
17
import javax.xml.datatype.XMLGregorianCalendar;
18

    
19

    
20
/**
21
 * <p>Java class for anonymous complex type.
22
 *
23
 * <p>The following schema fragment specifies the expected content contained within this class.
24
 *
25
 * <pre>
26
 * &lt;complexType>
27
 *   &lt;complexContent>
28
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *       &lt;all>
30
 *         &lt;element ref="{http://purl.org/dc/terms/}type" minOccurs="0"/>
31
 *         &lt;element ref="{http://purl.org/dc/terms/}modified" minOccurs="0"/>
32
 *         &lt;element ref="{http://purl.org/dc/terms/}language" minOccurs="0"/>
33
 *         &lt;element ref="{http://purl.org/dc/terms/}rights" minOccurs="0"/>
34
 *         &lt;element ref="{http://purl.org/dc/terms/}rightsHolder" minOccurs="0"/>
35
 *         &lt;element ref="{http://purl.org/dc/terms/}accessRights" minOccurs="0"/>
36
 *         &lt;element ref="{http://purl.org/dc/terms/}bibliographicCitation" minOccurs="0"/>
37
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}institutionID" minOccurs="0"/>
38
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}collectionID" minOccurs="0"/>
39
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}datasetID" minOccurs="0"/>
40
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}institutionCode" minOccurs="0"/>
41
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}collectionCode" minOccurs="0"/>
42
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}datasetName" minOccurs="0"/>
43
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}ownerInstitutionCode" minOccurs="0"/>
44
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}basisOfRecord" minOccurs="0"/>
45
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}informationWithheld" minOccurs="0"/>
46
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}dataGeneralizations" minOccurs="0"/>
47
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}dynamicProperties" minOccurs="0"/>
48
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}occurrenceID" minOccurs="0"/>
49
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}catalogNumber" minOccurs="0"/>
50
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}occurrenceDetails" minOccurs="0"/>
51
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}occurrenceRemarks" minOccurs="0"/>
52
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}recordNumber" minOccurs="0"/>
53
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}recordedBy" minOccurs="0"/>
54
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}individualID" minOccurs="0"/>
55
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}individualCount" minOccurs="0"/>
56
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}sex" minOccurs="0"/>
57
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}lifeStage" minOccurs="0"/>
58
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}reproductiveCondition" minOccurs="0"/>
59
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}behavior" minOccurs="0"/>
60
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}establishmentMeans" minOccurs="0"/>
61
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}occurrenceStatus" minOccurs="0"/>
62
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}preparations" minOccurs="0"/>
63
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}disposition" minOccurs="0"/>
64
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}otherCatalogNumbers" minOccurs="0"/>
65
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}previousIdentifications" minOccurs="0"/>
66
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}associatedMedia" minOccurs="0"/>
67
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}associatedReferences" minOccurs="0"/>
68
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}associatedOccurrences" minOccurs="0"/>
69
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}associatedSequences" minOccurs="0"/>
70
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}associatedTaxa" minOccurs="0"/>
71
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}eventID" minOccurs="0"/>
72
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}samplingProtocol" minOccurs="0"/>
73
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}samplingEffort" minOccurs="0"/>
74
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}eventDate" minOccurs="0"/>
75
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}eventTime" minOccurs="0"/>
76
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}startDayOfYear" minOccurs="0"/>
77
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}endDayOfYear" minOccurs="0"/>
78
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}year" minOccurs="0"/>
79
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}month" minOccurs="0"/>
80
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}day" minOccurs="0"/>
81
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimEventDate" minOccurs="0"/>
82
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}habitat" minOccurs="0"/>
83
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}fieldNumber" minOccurs="0"/>
84
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}fieldNotes" minOccurs="0"/>
85
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}eventRemarks" minOccurs="0"/>
86
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}locationID" minOccurs="0"/>
87
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}higherGeographyID" minOccurs="0"/>
88
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}higherGeography" minOccurs="0"/>
89
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}continent" minOccurs="0"/>
90
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}waterbody" minOccurs="0"/>
91
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}islandGroup" minOccurs="0"/>
92
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}island" minOccurs="0"/>
93
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}country" minOccurs="0"/>
94
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}countryCode" minOccurs="0"/>
95
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}stateProvince" minOccurs="0"/>
96
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}county" minOccurs="0"/>
97
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}municipality" minOccurs="0"/>
98
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}locality" minOccurs="0"/>
99
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimLocality" minOccurs="0"/>
100
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimElevation" minOccurs="0"/>
101
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}minimumElevationInMeters" minOccurs="0"/>
102
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}maximumElevationInMeters" minOccurs="0"/>
103
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimDepth" minOccurs="0"/>
104
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}minimumDepthInMeters" minOccurs="0"/>
105
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}maximumDepthInMeters" minOccurs="0"/>
106
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}minimumDistanceAboveSurfaceInMeters" minOccurs="0"/>
107
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}maximumDistanceAboveSurfaceInMeters" minOccurs="0"/>
108
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}locationAccordingTo" minOccurs="0"/>
109
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}locationRemarks" minOccurs="0"/>
110
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimCoordinates" minOccurs="0"/>
111
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimLatitude" minOccurs="0"/>
112
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimLongitude" minOccurs="0"/>
113
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimCoordinateSystem" minOccurs="0"/>
114
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimSRS" minOccurs="0"/>
115
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}decimalLatitude" minOccurs="0"/>
116
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}decimalLongitude" minOccurs="0"/>
117
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}geodeticDatum" minOccurs="0"/>
118
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}coordinateUncertaintyInMeters" minOccurs="0"/>
119
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}coordinatePrecision" minOccurs="0"/>
120
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}pointRadiusSpatialFit" minOccurs="0"/>
121
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}footprintWKT" minOccurs="0"/>
122
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}footprintSRS" minOccurs="0"/>
123
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}footprintSpatialFit" minOccurs="0"/>
124
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}georeferencedBy" minOccurs="0"/>
125
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}georeferenceProtocol" minOccurs="0"/>
126
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}georeferenceSources" minOccurs="0"/>
127
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}georeferenceVerificationStatus" minOccurs="0"/>
128
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}georeferenceRemarks" minOccurs="0"/>
129
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}geologicalContextID" minOccurs="0"/>
130
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}earliestEonOrLowestEonothem" minOccurs="0"/>
131
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}latestEonOrHighestEonothem" minOccurs="0"/>
132
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}earliestEraOrLowestErathem" minOccurs="0"/>
133
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}latestEraOrHighestErathem" minOccurs="0"/>
134
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}earliestPeriodOrLowestSystem" minOccurs="0"/>
135
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}latestPeriodOrHighestSystem" minOccurs="0"/>
136
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}earliestEpochOrLowestSeries" minOccurs="0"/>
137
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}latestEpochOrHighestSeries" minOccurs="0"/>
138
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}earliestAgeOrLowestStage" minOccurs="0"/>
139
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}latestAgeOrHighestStage" minOccurs="0"/>
140
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}lowestBiostratigraphicZone" minOccurs="0"/>
141
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}highestBiostratigraphicZone" minOccurs="0"/>
142
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}lithostratigraphicTerms" minOccurs="0"/>
143
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}group" minOccurs="0"/>
144
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}formation" minOccurs="0"/>
145
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}member" minOccurs="0"/>
146
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}bed" minOccurs="0"/>
147
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}identificationID" minOccurs="0"/>
148
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}identifiedBy" minOccurs="0"/>
149
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}dateIdentified" minOccurs="0"/>
150
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}identificationReferences" minOccurs="0"/>
151
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}identificationRemarks" minOccurs="0"/>
152
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}identificationQualifier" minOccurs="0"/>
153
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}typeStatus" minOccurs="0"/>
154
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}taxonID" minOccurs="0"/>
155
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}scientificNameID" minOccurs="0"/>
156
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}acceptedNameUsageID" minOccurs="0"/>
157
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}parentNameUsageID" minOccurs="0"/>
158
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}originalNameUsageID" minOccurs="0"/>
159
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}nameAccordingToID" minOccurs="0"/>
160
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}namePublishedInID" minOccurs="0"/>
161
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}taxonConceptID" minOccurs="0"/>
162
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}scientificName" minOccurs="0"/>
163
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}acceptedNameUsage" minOccurs="0"/>
164
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}parentNameUsage" minOccurs="0"/>
165
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}originalNameUsage" minOccurs="0"/>
166
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}nameAccordingTo" minOccurs="0"/>
167
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}namePublishedIn" minOccurs="0"/>
168
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}higherClassification" minOccurs="0"/>
169
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}kingdom" minOccurs="0"/>
170
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}phylum" minOccurs="0"/>
171
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}class" minOccurs="0"/>
172
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}order" minOccurs="0"/>
173
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}family" minOccurs="0"/>
174
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}genus" minOccurs="0"/>
175
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}subgenus" minOccurs="0"/>
176
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}specificEpithet" minOccurs="0"/>
177
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}infraspecificEpithet" minOccurs="0"/>
178
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}taxonRank" minOccurs="0"/>
179
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}verbatimTaxonRank" minOccurs="0"/>
180
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}scientificNameAuthorship" minOccurs="0"/>
181
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}vernacularName" minOccurs="0"/>
182
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}nomenclaturalCode" minOccurs="0"/>
183
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}taxonomicStatus" minOccurs="0"/>
184
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}nomenclaturalStatus" minOccurs="0"/>
185
 *         &lt;element ref="{http://rs.tdwg.org/dwc/terms/}taxonRemarks" minOccurs="0"/>
186
 *       &lt;/all>
187
 *     &lt;/restriction>
188
 *   &lt;/complexContent>
189
 * &lt;/complexType>
190
 * </pre>
191
 *
192
 *
193
 */
194
@XmlAccessorType(XmlAccessType.FIELD)
195
@XmlType(name = "", propOrder = {
196

    
197
})
198
@XmlRootElement(name = "SimpleDarwinRecord")
199
public class SimpleDarwinRecord {
200

    
201
    @XmlElement(namespace = "http://purl.org/dc/terms/")
202
    protected String type;
203
    @XmlElement(namespace = "http://purl.org/dc/terms/")
204
    @XmlSchemaType(name = "dateTime")
205
    protected XMLGregorianCalendar modified;
206
    @XmlElement(namespace = "http://purl.org/dc/terms/")
207
    protected String language;
208
    @XmlElement(namespace = "http://purl.org/dc/terms/")
209
    protected String rights;
210
    @XmlElement(namespace = "http://purl.org/dc/terms/")
211
    protected String rightsHolder;
212
    @XmlElement(namespace = "http://purl.org/dc/terms/")
213
    protected String accessRights;
214
    @XmlElement(namespace = "http://purl.org/dc/terms/")
215
    protected String bibliographicCitation;
216
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
217
    protected String institutionID;
218
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
219
    protected String collectionID;
220
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
221
    protected String datasetID;
222
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
223
    protected String institutionCode;
224
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
225
    protected String collectionCode;
226
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
227
    protected String datasetName;
228
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
229
    protected String ownerInstitutionCode;
230
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
231
    protected String basisOfRecord;
232
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
233
    protected String informationWithheld;
234
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
235
    protected String dataGeneralizations;
236
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
237
    protected String dynamicProperties;
238
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
239
    protected String occurrenceID;
240
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
241
    protected String catalogNumber;
242
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
243
    protected String occurrenceDetails;
244
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
245
    protected String occurrenceRemarks;
246
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
247
    protected String recordNumber;
248
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
249
    protected String recordedBy;
250
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
251
    protected String individualID;
252
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
253
    protected String individualCount;
254
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
255
    protected String sex;
256
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
257
    protected String lifeStage;
258
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
259
    protected String reproductiveCondition;
260
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
261
    protected String behavior;
262
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
263
    protected String establishmentMeans;
264
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
265
    protected String occurrenceStatus;
266
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
267
    protected String preparations;
268
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
269
    protected String disposition;
270
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
271
    protected String otherCatalogNumbers;
272
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
273
    protected String previousIdentifications;
274
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
275
    protected String associatedMedia;
276
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
277
    protected String associatedReferences;
278
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
279
    protected String associatedOccurrences;
280
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
281
    protected String associatedSequences;
282
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
283
    protected String associatedTaxa;
284
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
285
    protected String eventID;
286
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
287
    protected String samplingProtocol;
288
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
289
    protected String samplingEffort;
290
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
291
    @XmlSchemaType(name = "dateTime")
292
    protected XMLGregorianCalendar eventDate;
293
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
294
    @XmlSchemaType(name = "time")
295
    protected XMLGregorianCalendar eventTime;
296
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
297
    protected Integer startDayOfYear;
298
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
299
    protected Integer endDayOfYear;
300
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
301
    @XmlSchemaType(name = "gYear")
302
    protected XMLGregorianCalendar year;
303
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
304
    @XmlSchemaType(name = "gMonth")
305
    protected XMLGregorianCalendar month;
306
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
307
    @XmlSchemaType(name = "gDay")
308
    protected XMLGregorianCalendar day;
309
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
310
    protected String verbatimEventDate;
311
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
312
    protected String habitat;
313
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
314
    protected String fieldNumber;
315
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
316
    protected String fieldNotes;
317
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
318
    protected String eventRemarks;
319
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
320
    protected String locationID;
321
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
322
    protected String higherGeographyID;
323
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
324
    protected String higherGeography;
325
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
326
    protected String continent;
327
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
328
    protected String waterbody;
329
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
330
    protected String islandGroup;
331
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
332
    protected String island;
333
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
334
    protected String country;
335
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
336
    protected String countryCode;
337
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
338
    protected String stateProvince;
339
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
340
    protected String county;
341
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
342
    protected String municipality;
343
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
344
    protected String locality;
345
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
346
    protected String verbatimLocality;
347
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
348
    protected String verbatimElevation;
349
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
350
    protected Double minimumElevationInMeters;
351
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
352
    protected Double maximumElevationInMeters;
353
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
354
    protected String verbatimDepth;
355
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
356
    protected Double minimumDepthInMeters;
357
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
358
    protected Double maximumDepthInMeters;
359
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
360
    protected Double minimumDistanceAboveSurfaceInMeters;
361
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
362
    protected Double maximumDistanceAboveSurfaceInMeters;
363
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
364
    protected String locationAccordingTo;
365
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
366
    protected String locationRemarks;
367
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
368
    protected String verbatimCoordinates;
369
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
370
    protected String verbatimLatitude;
371
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
372
    protected String verbatimLongitude;
373
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
374
    protected String verbatimCoordinateSystem;
375
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
376
    protected String verbatimSRS;
377
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
378
    protected Double decimalLatitude;
379
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
380
    protected Double decimalLongitude;
381
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
382
    protected String geodeticDatum;
383
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
384
    protected Double coordinateUncertaintyInMeters;
385
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
386
    protected String coordinatePrecision;
387
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
388
    protected String pointRadiusSpatialFit;
389
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
390
    protected String footprintWKT;
391
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
392
    protected String footprintSRS;
393
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
394
    protected String footprintSpatialFit;
395
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
396
    protected String georeferencedBy;
397
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
398
    protected String georeferenceProtocol;
399
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
400
    protected String georeferenceSources;
401
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
402
    protected String georeferenceVerificationStatus;
403
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
404
    protected String georeferenceRemarks;
405
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
406
    protected String geologicalContextID;
407
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
408
    protected String earliestEonOrLowestEonothem;
409
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
410
    protected String latestEonOrHighestEonothem;
411
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
412
    protected String earliestEraOrLowestErathem;
413
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
414
    protected String latestEraOrHighestErathem;
415
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
416
    protected String earliestPeriodOrLowestSystem;
417
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
418
    protected String latestPeriodOrHighestSystem;
419
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
420
    protected String earliestEpochOrLowestSeries;
421
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
422
    protected String latestEpochOrHighestSeries;
423
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
424
    protected String earliestAgeOrLowestStage;
425
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
426
    protected String latestAgeOrHighestStage;
427
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
428
    protected String lowestBiostratigraphicZone;
429
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
430
    protected String highestBiostratigraphicZone;
431
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
432
    protected String lithostratigraphicTerms;
433
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
434
    protected String group;
435
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
436
    protected String formation;
437
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
438
    protected String member;
439
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
440
    protected String bed;
441
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
442
    protected String identificationID;
443
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
444
    protected String identifiedBy;
445
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
446
    @XmlSchemaType(name = "dateTime")
447
    protected XMLGregorianCalendar dateIdentified;
448
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
449
    protected String identificationReferences;
450
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
451
    protected String identificationRemarks;
452
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
453
    protected String identificationQualifier;
454
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
455
    protected String typeStatus;
456
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
457
    protected String taxonID;
458
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
459
    protected String scientificNameID;
460
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
461
    protected String acceptedNameUsageID;
462
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
463
    protected String parentNameUsageID;
464
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
465
    protected String originalNameUsageID;
466
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
467
    protected String nameAccordingToID;
468
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
469
    protected String namePublishedInID;
470
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
471
    protected String taxonConceptID;
472
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
473
    protected String scientificName;
474
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
475
    protected String acceptedNameUsage;
476
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
477
    protected String parentNameUsage;
478
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
479
    protected String originalNameUsage;
480
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
481
    protected String nameAccordingTo;
482
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
483
    protected String namePublishedIn;
484
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
485
    protected String higherClassification;
486
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
487
    protected String kingdom;
488
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
489
    protected String phylum;
490
    @XmlElement(name = "class", namespace = "http://rs.tdwg.org/dwc/terms/")
491
    protected String clazz;
492
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
493
    protected String order;
494
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
495
    protected String family;
496
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
497
    protected String genus;
498
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
499
    protected String subgenus;
500
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
501
    protected String specificEpithet;
502
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
503
    protected String infraspecificEpithet;
504
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
505
    protected String taxonRank;
506
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
507
    protected String verbatimTaxonRank;
508
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
509
    protected String scientificNameAuthorship;
510
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
511
    protected String vernacularName;
512
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
513
    protected String nomenclaturalCode;
514
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
515
    protected String taxonomicStatus;
516
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
517
    protected String nomenclaturalStatus;
518
    @XmlElement(namespace = "http://rs.tdwg.org/dwc/terms/")
519
    protected String taxonRemarks;
520

    
521
    /**
522
     * Gets the value of the type property.
523
     *
524
     * @return
525
     *     possible object is
526
     *     {@link String }
527
     *
528
     */
529
    public String getType() {
530
        return type;
531
    }
532

    
533
    /**
534
     * Sets the value of the type property.
535
     *
536
     * @param value
537
     *     allowed object is
538
     *     {@link String }
539
     *
540
     */
541
    public void setType(String value) {
542
        this.type = value;
543
    }
544

    
545
    /**
546
     * Gets the value of the modified property.
547
     *
548
     * @return
549
     *     possible object is
550
     *     {@link XMLGregorianCalendar }
551
     *
552
     */
553
    public XMLGregorianCalendar getModified() {
554
        return modified;
555
    }
556

    
557
    /**
558
     * Sets the value of the modified property.
559
     *
560
     * @param value
561
     *     allowed object is
562
     *     {@link XMLGregorianCalendar }
563
     *
564
     */
565
    public void setModified(XMLGregorianCalendar value) {
566
        this.modified = value;
567
    }
568

    
569
    /**
570
     * Gets the value of the language property.
571
     *
572
     * @return
573
     *     possible object is
574
     *     {@link String }
575
     *
576
     */
577
    public String getLanguage() {
578
        return language;
579
    }
580

    
581
    /**
582
     * Sets the value of the language property.
583
     *
584
     * @param value
585
     *     allowed object is
586
     *     {@link String }
587
     *
588
     */
589
    public void setLanguage(String value) {
590
        this.language = value;
591
    }
592

    
593
    /**
594
     * Gets the value of the rights property.
595
     *
596
     * @return
597
     *     possible object is
598
     *     {@link String }
599
     *
600
     */
601
    public String getRights() {
602
        return rights;
603
    }
604

    
605
    /**
606
     * Sets the value of the rights property.
607
     *
608
     * @param value
609
     *     allowed object is
610
     *     {@link String }
611
     *
612
     */
613
    public void setRights(String value) {
614
        this.rights = value;
615
    }
616

    
617
    /**
618
     * Gets the value of the rightsHolder property.
619
     *
620
     * @return
621
     *     possible object is
622
     *     {@link String }
623
     *
624
     */
625
    public String getRightsHolder() {
626
        return rightsHolder;
627
    }
628

    
629
    /**
630
     * Sets the value of the rightsHolder property.
631
     *
632
     * @param value
633
     *     allowed object is
634
     *     {@link String }
635
     *
636
     */
637
    public void setRightsHolder(String value) {
638
        this.rightsHolder = value;
639
    }
640

    
641
    /**
642
     * Gets the value of the accessRights property.
643
     *
644
     * @return
645
     *     possible object is
646
     *     {@link String }
647
     *
648
     */
649
    public String getAccessRights() {
650
        return accessRights;
651
    }
652

    
653
    /**
654
     * Sets the value of the accessRights property.
655
     *
656
     * @param value
657
     *     allowed object is
658
     *     {@link String }
659
     *
660
     */
661
    public void setAccessRights(String value) {
662
        this.accessRights = value;
663
    }
664

    
665
    /**
666
     * Gets the value of the bibliographicCitation property.
667
     *
668
     * @return
669
     *     possible object is
670
     *     {@link String }
671
     *
672
     */
673
    public String getBibliographicCitation() {
674
        return bibliographicCitation;
675
    }
676

    
677
    /**
678
     * Sets the value of the bibliographicCitation property.
679
     *
680
     * @param value
681
     *     allowed object is
682
     *     {@link String }
683
     *
684
     */
685
    public void setBibliographicCitation(String value) {
686
        this.bibliographicCitation = value;
687
    }
688

    
689
    /**
690
     * Gets the value of the institutionID property.
691
     *
692
     * @return
693
     *     possible object is
694
     *     {@link String }
695
     *
696
     */
697
    public String getInstitutionID() {
698
        return institutionID;
699
    }
700

    
701
    /**
702
     * Sets the value of the institutionID property.
703
     *
704
     * @param value
705
     *     allowed object is
706
     *     {@link String }
707
     *
708
     */
709
    public void setInstitutionID(String value) {
710
        this.institutionID = value;
711
    }
712

    
713
    /**
714
     * Gets the value of the collectionID property.
715
     *
716
     * @return
717
     *     possible object is
718
     *     {@link String }
719
     *
720
     */
721
    public String getCollectionID() {
722
        return collectionID;
723
    }
724

    
725
    /**
726
     * Sets the value of the collectionID property.
727
     *
728
     * @param value
729
     *     allowed object is
730
     *     {@link String }
731
     *
732
     */
733
    public void setCollectionID(String value) {
734
        this.collectionID = value;
735
    }
736

    
737
    /**
738
     * Gets the value of the datasetID property.
739
     *
740
     * @return
741
     *     possible object is
742
     *     {@link String }
743
     *
744
     */
745
    public String getDatasetID() {
746
        return datasetID;
747
    }
748

    
749
    /**
750
     * Sets the value of the datasetID property.
751
     *
752
     * @param value
753
     *     allowed object is
754
     *     {@link String }
755
     *
756
     */
757
    public void setDatasetID(String value) {
758
        this.datasetID = value;
759
    }
760

    
761
    /**
762
     * Gets the value of the institutionCode property.
763
     *
764
     * @return
765
     *     possible object is
766
     *     {@link String }
767
     *
768
     */
769
    public String getInstitutionCode() {
770
        return institutionCode;
771
    }
772

    
773
    /**
774
     * Sets the value of the institutionCode property.
775
     *
776
     * @param value
777
     *     allowed object is
778
     *     {@link String }
779
     *
780
     */
781
    public void setInstitutionCode(String value) {
782
        this.institutionCode = value;
783
    }
784

    
785
    /**
786
     * Gets the value of the collectionCode property.
787
     *
788
     * @return
789
     *     possible object is
790
     *     {@link String }
791
     *
792
     */
793
    public String getCollectionCode() {
794
        return collectionCode;
795
    }
796

    
797
    /**
798
     * Sets the value of the collectionCode property.
799
     *
800
     * @param value
801
     *     allowed object is
802
     *     {@link String }
803
     *
804
     */
805
    public void setCollectionCode(String value) {
806
        this.collectionCode = value;
807
    }
808

    
809
    /**
810
     * Gets the value of the datasetName property.
811
     *
812
     * @return
813
     *     possible object is
814
     *     {@link String }
815
     *
816
     */
817
    public String getDatasetName() {
818
        return datasetName;
819
    }
820

    
821
    /**
822
     * Sets the value of the datasetName property.
823
     *
824
     * @param value
825
     *     allowed object is
826
     *     {@link String }
827
     *
828
     */
829
    public void setDatasetName(String value) {
830
        this.datasetName = value;
831
    }
832

    
833
    /**
834
     * Gets the value of the ownerInstitutionCode property.
835
     *
836
     * @return
837
     *     possible object is
838
     *     {@link String }
839
     *
840
     */
841
    public String getOwnerInstitutionCode() {
842
        return ownerInstitutionCode;
843
    }
844

    
845
    /**
846
     * Sets the value of the ownerInstitutionCode property.
847
     *
848
     * @param value
849
     *     allowed object is
850
     *     {@link String }
851
     *
852
     */
853
    public void setOwnerInstitutionCode(String value) {
854
        this.ownerInstitutionCode = value;
855
    }
856

    
857
    /**
858
     * Gets the value of the basisOfRecord property.
859
     *
860
     * @return
861
     *     possible object is
862
     *     {@link String }
863
     *
864
     */
865
    public String getBasisOfRecord() {
866
        return basisOfRecord;
867
    }
868

    
869
    /**
870
     * Sets the value of the basisOfRecord property.
871
     *
872
     * @param value
873
     *     allowed object is
874
     *     {@link String }
875
     *
876
     */
877
    public void setBasisOfRecord(String value) {
878
        this.basisOfRecord = value;
879
    }
880

    
881
    /**
882
     * Gets the value of the informationWithheld property.
883
     *
884
     * @return
885
     *     possible object is
886
     *     {@link String }
887
     *
888
     */
889
    public String getInformationWithheld() {
890
        return informationWithheld;
891
    }
892

    
893
    /**
894
     * Sets the value of the informationWithheld property.
895
     *
896
     * @param value
897
     *     allowed object is
898
     *     {@link String }
899
     *
900
     */
901
    public void setInformationWithheld(String value) {
902
        this.informationWithheld = value;
903
    }
904

    
905
    /**
906
     * Gets the value of the dataGeneralizations property.
907
     *
908
     * @return
909
     *     possible object is
910
     *     {@link String }
911
     *
912
     */
913
    public String getDataGeneralizations() {
914
        return dataGeneralizations;
915
    }
916

    
917
    /**
918
     * Sets the value of the dataGeneralizations property.
919
     *
920
     * @param value
921
     *     allowed object is
922
     *     {@link String }
923
     *
924
     */
925
    public void setDataGeneralizations(String value) {
926
        this.dataGeneralizations = value;
927
    }
928

    
929
    /**
930
     * Gets the value of the dynamicProperties property.
931
     *
932
     * @return
933
     *     possible object is
934
     *     {@link String }
935
     *
936
     */
937
    public String getDynamicProperties() {
938
        return dynamicProperties;
939
    }
940

    
941
    /**
942
     * Sets the value of the dynamicProperties property.
943
     *
944
     * @param value
945
     *     allowed object is
946
     *     {@link String }
947
     *
948
     */
949
    public void setDynamicProperties(String value) {
950
        this.dynamicProperties = value;
951
    }
952

    
953
    /**
954
     * Gets the value of the occurrenceID property.
955
     *
956
     * @return
957
     *     possible object is
958
     *     {@link String }
959
     *
960
     */
961
    public String getOccurrenceID() {
962
        return occurrenceID;
963
    }
964

    
965
    /**
966
     * Sets the value of the occurrenceID property.
967
     *
968
     * @param value
969
     *     allowed object is
970
     *     {@link String }
971
     *
972
     */
973
    public void setOccurrenceID(String value) {
974
        this.occurrenceID = value;
975
    }
976

    
977
    /**
978
     * Gets the value of the catalogNumber property.
979
     *
980
     * @return
981
     *     possible object is
982
     *     {@link String }
983
     *
984
     */
985
    public String getCatalogNumber() {
986
        return catalogNumber;
987
    }
988

    
989
    /**
990
     * Sets the value of the catalogNumber property.
991
     *
992
     * @param value
993
     *     allowed object is
994
     *     {@link String }
995
     *
996
     */
997
    public void setCatalogNumber(String value) {
998
        this.catalogNumber = value;
999
    }
1000

    
1001
    /**
1002
     * Gets the value of the occurrenceDetails property.
1003
     *
1004
     * @return
1005
     *     possible object is
1006
     *     {@link String }
1007
     *
1008
     */
1009
    public String getOccurrenceDetails() {
1010
        return occurrenceDetails;
1011
    }
1012

    
1013
    /**
1014
     * Sets the value of the occurrenceDetails property.
1015
     *
1016
     * @param value
1017
     *     allowed object is
1018
     *     {@link String }
1019
     *
1020
     */
1021
    public void setOccurrenceDetails(String value) {
1022
        this.occurrenceDetails = value;
1023
    }
1024

    
1025
    /**
1026
     * Gets the value of the occurrenceRemarks property.
1027
     *
1028
     * @return
1029
     *     possible object is
1030
     *     {@link String }
1031
     *
1032
     */
1033
    public String getOccurrenceRemarks() {
1034
        return occurrenceRemarks;
1035
    }
1036

    
1037
    /**
1038
     * Sets the value of the occurrenceRemarks property.
1039
     *
1040
     * @param value
1041
     *     allowed object is
1042
     *     {@link String }
1043
     *
1044
     */
1045
    public void setOccurrenceRemarks(String value) {
1046
        this.occurrenceRemarks = value;
1047
    }
1048

    
1049
    /**
1050
     * Gets the value of the recordNumber property.
1051
     *
1052
     * @return
1053
     *     possible object is
1054
     *     {@link String }
1055
     *
1056
     */
1057
    public String getRecordNumber() {
1058
        return recordNumber;
1059
    }
1060

    
1061
    /**
1062
     * Sets the value of the recordNumber property.
1063
     *
1064
     * @param value
1065
     *     allowed object is
1066
     *     {@link String }
1067
     *
1068
     */
1069
    public void setRecordNumber(String value) {
1070
        this.recordNumber = value;
1071
    }
1072

    
1073
    /**
1074
     * Gets the value of the recordedBy property.
1075
     *
1076
     * @return
1077
     *     possible object is
1078
     *     {@link String }
1079
     *
1080
     */
1081
    public String getRecordedBy() {
1082
        return recordedBy;
1083
    }
1084

    
1085
    /**
1086
     * Sets the value of the recordedBy property.
1087
     *
1088
     * @param value
1089
     *     allowed object is
1090
     *     {@link String }
1091
     *
1092
     */
1093
    public void setRecordedBy(String value) {
1094
        this.recordedBy = value;
1095
    }
1096

    
1097
    /**
1098
     * Gets the value of the individualID property.
1099
     *
1100
     * @return
1101
     *     possible object is
1102
     *     {@link String }
1103
     *
1104
     */
1105
    public String getIndividualID() {
1106
        return individualID;
1107
    }
1108

    
1109
    /**
1110
     * Sets the value of the individualID property.
1111
     *
1112
     * @param value
1113
     *     allowed object is
1114
     *     {@link String }
1115
     *
1116
     */
1117
    public void setIndividualID(String value) {
1118
        this.individualID = value;
1119
    }
1120

    
1121
    /**
1122
     * Gets the value of the individualCount property.
1123
     *
1124
     * @return
1125
     *     possible object is
1126
     *     {@link String }
1127
     *
1128
     */
1129
    public String getIndividualCount() {
1130
        return individualCount;
1131
    }
1132

    
1133
    /**
1134
     * Sets the value of the individualCount property.
1135
     *
1136
     * @param value
1137
     *     allowed object is
1138
     *     {@link String }
1139
     *
1140
     */
1141
    public void setIndividualCount(String value) {
1142
        this.individualCount = value;
1143
    }
1144

    
1145
    /**
1146
     * Gets the value of the sex property.
1147
     *
1148
     * @return
1149
     *     possible object is
1150
     *     {@link String }
1151
     *
1152
     */
1153
    public String getSex() {
1154
        return sex;
1155
    }
1156

    
1157
    /**
1158
     * Sets the value of the sex property.
1159
     *
1160
     * @param value
1161
     *     allowed object is
1162
     *     {@link String }
1163
     *
1164
     */
1165
    public void setSex(String value) {
1166
        this.sex = value;
1167
    }
1168

    
1169
    /**
1170
     * Gets the value of the lifeStage property.
1171
     *
1172
     * @return
1173
     *     possible object is
1174
     *     {@link String }
1175
     *
1176
     */
1177
    public String getLifeStage() {
1178
        return lifeStage;
1179
    }
1180

    
1181
    /**
1182
     * Sets the value of the lifeStage property.
1183
     *
1184
     * @param value
1185
     *     allowed object is
1186
     *     {@link String }
1187
     *
1188
     */
1189
    public void setLifeStage(String value) {
1190
        this.lifeStage = value;
1191
    }
1192

    
1193
    /**
1194
     * Gets the value of the reproductiveCondition property.
1195
     *
1196
     * @return
1197
     *     possible object is
1198
     *     {@link String }
1199
     *
1200
     */
1201
    public String getReproductiveCondition() {
1202
        return reproductiveCondition;
1203
    }
1204

    
1205
    /**
1206
     * Sets the value of the reproductiveCondition property.
1207
     *
1208
     * @param value
1209
     *     allowed object is
1210
     *     {@link String }
1211
     *
1212
     */
1213
    public void setReproductiveCondition(String value) {
1214
        this.reproductiveCondition = value;
1215
    }
1216

    
1217
    /**
1218
     * Gets the value of the behavior property.
1219
     *
1220
     * @return
1221
     *     possible object is
1222
     *     {@link String }
1223
     *
1224
     */
1225
    public String getBehavior() {
1226
        return behavior;
1227
    }
1228

    
1229
    /**
1230
     * Sets the value of the behavior property.
1231
     *
1232
     * @param value
1233
     *     allowed object is
1234
     *     {@link String }
1235
     *
1236
     */
1237
    public void setBehavior(String value) {
1238
        this.behavior = value;
1239
    }
1240

    
1241
    /**
1242
     * Gets the value of the establishmentMeans property.
1243
     *
1244
     * @return
1245
     *     possible object is
1246
     *     {@link String }
1247
     *
1248
     */
1249
    public String getEstablishmentMeans() {
1250
        return establishmentMeans;
1251
    }
1252

    
1253
    /**
1254
     * Sets the value of the establishmentMeans property.
1255
     *
1256
     * @param value
1257
     *     allowed object is
1258
     *     {@link String }
1259
     *
1260
     */
1261
    public void setEstablishmentMeans(String value) {
1262
        this.establishmentMeans = value;
1263
    }
1264

    
1265
    /**
1266
     * Gets the value of the occurrenceStatus property.
1267
     *
1268
     * @return
1269
     *     possible object is
1270
     *     {@link String }
1271
     *
1272
     */
1273
    public String getOccurrenceStatus() {
1274
        return occurrenceStatus;
1275
    }
1276

    
1277
    /**
1278
     * Sets the value of the occurrenceStatus property.
1279
     *
1280
     * @param value
1281
     *     allowed object is
1282
     *     {@link String }
1283
     *
1284
     */
1285
    public void setOccurrenceStatus(String value) {
1286
        this.occurrenceStatus = value;
1287
    }
1288

    
1289
    /**
1290
     * Gets the value of the preparations property.
1291
     *
1292
     * @return
1293
     *     possible object is
1294
     *     {@link String }
1295
     *
1296
     */
1297
    public String getPreparations() {
1298
        return preparations;
1299
    }
1300

    
1301
    /**
1302
     * Sets the value of the preparations property.
1303
     *
1304
     * @param value
1305
     *     allowed object is
1306
     *     {@link String }
1307
     *
1308
     */
1309
    public void setPreparations(String value) {
1310
        this.preparations = value;
1311
    }
1312

    
1313
    /**
1314
     * Gets the value of the disposition property.
1315
     *
1316
     * @return
1317
     *     possible object is
1318
     *     {@link String }
1319
     *
1320
     */
1321
    public String getDisposition() {
1322
        return disposition;
1323
    }
1324

    
1325
    /**
1326
     * Sets the value of the disposition property.
1327
     *
1328
     * @param value
1329
     *     allowed object is
1330
     *     {@link String }
1331
     *
1332
     */
1333
    public void setDisposition(String value) {
1334
        this.disposition = value;
1335
    }
1336

    
1337
    /**
1338
     * Gets the value of the otherCatalogNumbers property.
1339
     *
1340
     * @return
1341
     *     possible object is
1342
     *     {@link String }
1343
     *
1344
     */
1345
    public String getOtherCatalogNumbers() {
1346
        return otherCatalogNumbers;
1347
    }
1348

    
1349
    /**
1350
     * Sets the value of the otherCatalogNumbers property.
1351
     *
1352
     * @param value
1353
     *     allowed object is
1354
     *     {@link String }
1355
     *
1356
     */
1357
    public void setOtherCatalogNumbers(String value) {
1358
        this.otherCatalogNumbers = value;
1359
    }
1360

    
1361
    /**
1362
     * Gets the value of the previousIdentifications property.
1363
     *
1364
     * @return
1365
     *     possible object is
1366
     *     {@link String }
1367
     *
1368
     */
1369
    public String getPreviousIdentifications() {
1370
        return previousIdentifications;
1371
    }
1372

    
1373
    /**
1374
     * Sets the value of the previousIdentifications property.
1375
     *
1376
     * @param value
1377
     *     allowed object is
1378
     *     {@link String }
1379
     *
1380
     */
1381
    public void setPreviousIdentifications(String value) {
1382
        this.previousIdentifications = value;
1383
    }
1384

    
1385
    /**
1386
     * Gets the value of the associatedMedia property.
1387
     *
1388
     * @return
1389
     *     possible object is
1390
     *     {@link String }
1391
     *
1392
     */
1393
    public String getAssociatedMedia() {
1394
        return associatedMedia;
1395
    }
1396

    
1397
    /**
1398
     * Sets the value of the associatedMedia property.
1399
     *
1400
     * @param value
1401
     *     allowed object is
1402
     *     {@link String }
1403
     *
1404
     */
1405
    public void setAssociatedMedia(String value) {
1406
        this.associatedMedia = value;
1407
    }
1408

    
1409
    /**
1410
     * Gets the value of the associatedReferences property.
1411
     *
1412
     * @return
1413
     *     possible object is
1414
     *     {@link String }
1415
     *
1416
     */
1417
    public String getAssociatedReferences() {
1418
        return associatedReferences;
1419
    }
1420

    
1421
    /**
1422
     * Sets the value of the associatedReferences property.
1423
     *
1424
     * @param value
1425
     *     allowed object is
1426
     *     {@link String }
1427
     *
1428
     */
1429
    public void setAssociatedReferences(String value) {
1430
        this.associatedReferences = value;
1431
    }
1432

    
1433
    /**
1434
     * Gets the value of the associatedOccurrences property.
1435
     *
1436
     * @return
1437
     *     possible object is
1438
     *     {@link String }
1439
     *
1440
     */
1441
    public String getAssociatedOccurrences() {
1442
        return associatedOccurrences;
1443
    }
1444

    
1445
    /**
1446
     * Sets the value of the associatedOccurrences property.
1447
     *
1448
     * @param value
1449
     *     allowed object is
1450
     *     {@link String }
1451
     *
1452
     */
1453
    public void setAssociatedOccurrences(String value) {
1454
        this.associatedOccurrences = value;
1455
    }
1456

    
1457
    /**
1458
     * Gets the value of the associatedSequences property.
1459
     *
1460
     * @return
1461
     *     possible object is
1462
     *     {@link String }
1463
     *
1464
     */
1465
    public String getAssociatedSequences() {
1466
        return associatedSequences;
1467
    }
1468

    
1469
    /**
1470
     * Sets the value of the associatedSequences property.
1471
     *
1472
     * @param value
1473
     *     allowed object is
1474
     *     {@link String }
1475
     *
1476
     */
1477
    public void setAssociatedSequences(String value) {
1478
        this.associatedSequences = value;
1479
    }
1480

    
1481
    /**
1482
     * Gets the value of the associatedTaxa property.
1483
     *
1484
     * @return
1485
     *     possible object is
1486
     *     {@link String }
1487
     *
1488
     */
1489
    public String getAssociatedTaxa() {
1490
        return associatedTaxa;
1491
    }
1492

    
1493
    /**
1494
     * Sets the value of the associatedTaxa property.
1495
     *
1496
     * @param value
1497
     *     allowed object is
1498
     *     {@link String }
1499
     *
1500
     */
1501
    public void setAssociatedTaxa(String value) {
1502
        this.associatedTaxa = value;
1503
    }
1504

    
1505
    /**
1506
     * Gets the value of the eventID property.
1507
     *
1508
     * @return
1509
     *     possible object is
1510
     *     {@link String }
1511
     *
1512
     */
1513
    public String getEventID() {
1514
        return eventID;
1515
    }
1516

    
1517
    /**
1518
     * Sets the value of the eventID property.
1519
     *
1520
     * @param value
1521
     *     allowed object is
1522
     *     {@link String }
1523
     *
1524
     */
1525
    public void setEventID(String value) {
1526
        this.eventID = value;
1527
    }
1528

    
1529
    /**
1530
     * Gets the value of the samplingProtocol property.
1531
     *
1532
     * @return
1533
     *     possible object is
1534
     *     {@link String }
1535
     *
1536
     */
1537
    public String getSamplingProtocol() {
1538
        return samplingProtocol;
1539
    }
1540

    
1541
    /**
1542
     * Sets the value of the samplingProtocol property.
1543
     *
1544
     * @param value
1545
     *     allowed object is
1546
     *     {@link String }
1547
     *
1548
     */
1549
    public void setSamplingProtocol(String value) {
1550
        this.samplingProtocol = value;
1551
    }
1552

    
1553
    /**
1554
     * Gets the value of the samplingEffort property.
1555
     *
1556
     * @return
1557
     *     possible object is
1558
     *     {@link String }
1559
     *
1560
     */
1561
    public String getSamplingEffort() {
1562
        return samplingEffort;
1563
    }
1564

    
1565
    /**
1566
     * Sets the value of the samplingEffort property.
1567
     *
1568
     * @param value
1569
     *     allowed object is
1570
     *     {@link String }
1571
     *
1572
     */
1573
    public void setSamplingEffort(String value) {
1574
        this.samplingEffort = value;
1575
    }
1576

    
1577
    /**
1578
     * Gets the value of the eventDate property.
1579
     *
1580
     * @return
1581
     *     possible object is
1582
     *     {@link XMLGregorianCalendar }
1583
     *
1584
     */
1585
    public XMLGregorianCalendar getEventDate() {
1586
        return eventDate;
1587
    }
1588

    
1589
    /**
1590
     * Sets the value of the eventDate property.
1591
     *
1592
     * @param value
1593
     *     allowed object is
1594
     *     {@link XMLGregorianCalendar }
1595
     *
1596
     */
1597
    public void setEventDate(XMLGregorianCalendar value) {
1598
        this.eventDate = value;
1599
    }
1600

    
1601
    /**
1602
     * Gets the value of the eventTime property.
1603
     *
1604
     * @return
1605
     *     possible object is
1606
     *     {@link XMLGregorianCalendar }
1607
     *
1608
     */
1609
    public XMLGregorianCalendar getEventTime() {
1610
        return eventTime;
1611
    }
1612

    
1613
    /**
1614
     * Sets the value of the eventTime property.
1615
     *
1616
     * @param value
1617
     *     allowed object is
1618
     *     {@link XMLGregorianCalendar }
1619
     *
1620
     */
1621
    public void setEventTime(XMLGregorianCalendar value) {
1622
        this.eventTime = value;
1623
    }
1624

    
1625
    /**
1626
     * Gets the value of the startDayOfYear property.
1627
     *
1628
     * @return
1629
     *     possible object is
1630
     *     {@link Integer }
1631
     *
1632
     */
1633
    public Integer getStartDayOfYear() {
1634
        return startDayOfYear;
1635
    }
1636

    
1637
    /**
1638
     * Sets the value of the startDayOfYear property.
1639
     *
1640
     * @param value
1641
     *     allowed object is
1642
     *     {@link Integer }
1643
     *
1644
     */
1645
    public void setStartDayOfYear(Integer value) {
1646
        this.startDayOfYear = value;
1647
    }
1648

    
1649
    /**
1650
     * Gets the value of the endDayOfYear property.
1651
     *
1652
     * @return
1653
     *     possible object is
1654
     *     {@link Integer }
1655
     *
1656
     */
1657
    public Integer getEndDayOfYear() {
1658
        return endDayOfYear;
1659
    }
1660

    
1661
    /**
1662
     * Sets the value of the endDayOfYear property.
1663
     *
1664
     * @param value
1665
     *     allowed object is
1666
     *     {@link Integer }
1667
     *
1668
     */
1669
    public void setEndDayOfYear(Integer value) {
1670
        this.endDayOfYear = value;
1671
    }
1672

    
1673
    /**
1674
     * Gets the value of the year property.
1675
     *
1676
     * @return
1677
     *     possible object is
1678
     *     {@link XMLGregorianCalendar }
1679
     *
1680
     */
1681
    public XMLGregorianCalendar getYear() {
1682
        return year;
1683
    }
1684

    
1685
    /**
1686
     * Sets the value of the year property.
1687
     *
1688
     * @param value
1689
     *     allowed object is
1690
     *     {@link XMLGregorianCalendar }
1691
     *
1692
     */
1693
    public void setYear(XMLGregorianCalendar value) {
1694
        this.year = value;
1695
    }
1696

    
1697
    /**
1698
     * Gets the value of the month property.
1699
     *
1700
     * @return
1701
     *     possible object is
1702
     *     {@link XMLGregorianCalendar }
1703
     *
1704
     */
1705
    public XMLGregorianCalendar getMonth() {
1706
        return month;
1707
    }
1708

    
1709
    /**
1710
     * Sets the value of the month property.
1711
     *
1712
     * @param value
1713
     *     allowed object is
1714
     *     {@link XMLGregorianCalendar }
1715
     *
1716
     */
1717
    public void setMonth(XMLGregorianCalendar value) {
1718
        this.month = value;
1719
    }
1720

    
1721
    /**
1722
     * Gets the value of the day property.
1723
     *
1724
     * @return
1725
     *     possible object is
1726
     *     {@link XMLGregorianCalendar }
1727
     *
1728
     */
1729
    public XMLGregorianCalendar getDay() {
1730
        return day;
1731
    }
1732

    
1733
    /**
1734
     * Sets the value of the day property.
1735
     *
1736
     * @param value
1737
     *     allowed object is
1738
     *     {@link XMLGregorianCalendar }
1739
     *
1740
     */
1741
    public void setDay(XMLGregorianCalendar value) {
1742
        this.day = value;
1743
    }
1744

    
1745
    /**
1746
     * Gets the value of the verbatimEventDate property.
1747
     *
1748
     * @return
1749
     *     possible object is
1750
     *     {@link String }
1751
     *
1752
     */
1753
    public String getVerbatimEventDate() {
1754
        return verbatimEventDate;
1755
    }
1756

    
1757
    /**
1758
     * Sets the value of the verbatimEventDate property.
1759
     *
1760
     * @param value
1761
     *     allowed object is
1762
     *     {@link String }
1763
     *
1764
     */
1765
    public void setVerbatimEventDate(String value) {
1766
        this.verbatimEventDate = value;
1767
    }
1768

    
1769
    /**
1770
     * Gets the value of the habitat property.
1771
     *
1772
     * @return
1773
     *     possible object is
1774
     *     {@link String }
1775
     *
1776
     */
1777
    public String getHabitat() {
1778
        return habitat;
1779
    }
1780

    
1781
    /**
1782
     * Sets the value of the habitat property.
1783
     *
1784
     * @param value
1785
     *     allowed object is
1786
     *     {@link String }
1787
     *
1788
     */
1789
    public void setHabitat(String value) {
1790
        this.habitat = value;
1791
    }
1792

    
1793
    /**
1794
     * Gets the value of the fieldNumber property.
1795
     *
1796
     * @return
1797
     *     possible object is
1798
     *     {@link String }
1799
     *
1800
     */
1801
    public String getFieldNumber() {
1802
        return fieldNumber;
1803
    }
1804

    
1805
    /**
1806
     * Sets the value of the fieldNumber property.
1807
     *
1808
     * @param value
1809
     *     allowed object is
1810
     *     {@link String }
1811
     *
1812
     */
1813
    public void setFieldNumber(String value) {
1814
        this.fieldNumber = value;
1815
    }
1816

    
1817
    /**
1818
     * Gets the value of the fieldNotes property.
1819
     *
1820
     * @return
1821
     *     possible object is
1822
     *     {@link String }
1823
     *
1824
     */
1825
    public String getFieldNotes() {
1826
        return fieldNotes;
1827
    }
1828

    
1829
    /**
1830
     * Sets the value of the fieldNotes property.
1831
     *
1832
     * @param value
1833
     *     allowed object is
1834
     *     {@link String }
1835
     *
1836
     */
1837
    public void setFieldNotes(String value) {
1838
        this.fieldNotes = value;
1839
    }
1840

    
1841
    /**
1842
     * Gets the value of the eventRemarks property.
1843
     *
1844
     * @return
1845
     *     possible object is
1846
     *     {@link String }
1847
     *
1848
     */
1849
    public String getEventRemarks() {
1850
        return eventRemarks;
1851
    }
1852

    
1853
    /**
1854
     * Sets the value of the eventRemarks property.
1855
     *
1856
     * @param value
1857
     *     allowed object is
1858
     *     {@link String }
1859
     *
1860
     */
1861
    public void setEventRemarks(String value) {
1862
        this.eventRemarks = value;
1863
    }
1864

    
1865
    /**
1866
     * Gets the value of the locationID property.
1867
     *
1868
     * @return
1869
     *     possible object is
1870
     *     {@link String }
1871
     *
1872
     */
1873
    public String getLocationID() {
1874
        return locationID;
1875
    }
1876

    
1877
    /**
1878
     * Sets the value of the locationID property.
1879
     *
1880
     * @param value
1881
     *     allowed object is
1882
     *     {@link String }
1883
     *
1884
     */
1885
    public void setLocationID(String value) {
1886
        this.locationID = value;
1887
    }
1888

    
1889
    /**
1890
     * Gets the value of the higherGeographyID property.
1891
     *
1892
     * @return
1893
     *     possible object is
1894
     *     {@link String }
1895
     *
1896
     */
1897
    public String getHigherGeographyID() {
1898
        return higherGeographyID;
1899
    }
1900

    
1901
    /**
1902
     * Sets the value of the higherGeographyID property.
1903
     *
1904
     * @param value
1905
     *     allowed object is
1906
     *     {@link String }
1907
     *
1908
     */
1909
    public void setHigherGeographyID(String value) {
1910
        this.higherGeographyID = value;
1911
    }
1912

    
1913
    /**
1914
     * Gets the value of the higherGeography property.
1915
     *
1916
     * @return
1917
     *     possible object is
1918
     *     {@link String }
1919
     *
1920
     */
1921
    public String getHigherGeography() {
1922
        return higherGeography;
1923
    }
1924

    
1925
    /**
1926
     * Sets the value of the higherGeography property.
1927
     *
1928
     * @param value
1929
     *     allowed object is
1930
     *     {@link String }
1931
     *
1932
     */
1933
    public void setHigherGeography(String value) {
1934
        this.higherGeography = value;
1935
    }
1936

    
1937
    /**
1938
     * Gets the value of the continent property.
1939
     *
1940
     * @return
1941
     *     possible object is
1942
     *     {@link String }
1943
     *
1944
     */
1945
    public String getContinent() {
1946
        return continent;
1947
    }
1948

    
1949
    /**
1950
     * Sets the value of the continent property.
1951
     *
1952
     * @param value
1953
     *     allowed object is
1954
     *     {@link String }
1955
     *
1956
     */
1957
    public void setContinent(String value) {
1958
        this.continent = value;
1959
    }
1960

    
1961
    /**
1962
     * Gets the value of the waterbody property.
1963
     *
1964
     * @return
1965
     *     possible object is
1966
     *     {@link String }
1967
     *
1968
     */
1969
    public String getWaterbody() {
1970
        return waterbody;
1971
    }
1972

    
1973
    /**
1974
     * Sets the value of the waterbody property.
1975
     *
1976
     * @param value
1977
     *     allowed object is
1978
     *     {@link String }
1979
     *
1980
     */
1981
    public void setWaterbody(String value) {
1982
        this.waterbody = value;
1983
    }
1984

    
1985
    /**
1986
     * Gets the value of the islandGroup property.
1987
     *
1988
     * @return
1989
     *     possible object is
1990
     *     {@link String }
1991
     *
1992
     */
1993
    public String getIslandGroup() {
1994
        return islandGroup;
1995
    }
1996

    
1997
    /**
1998
     * Sets the value of the islandGroup property.
1999
     *
2000
     * @param value
2001
     *     allowed object is
2002
     *     {@link String }
2003
     *
2004
     */
2005
    public void setIslandGroup(String value) {
2006
        this.islandGroup = value;
2007
    }
2008

    
2009
    /**
2010
     * Gets the value of the island property.
2011
     *
2012
     * @return
2013
     *     possible object is
2014
     *     {@link String }
2015
     *
2016
     */
2017
    public String getIsland() {
2018
        return island;
2019
    }
2020

    
2021
    /**
2022
     * Sets the value of the island property.
2023
     *
2024
     * @param value
2025
     *     allowed object is
2026
     *     {@link String }
2027
     *
2028
     */
2029
    public void setIsland(String value) {
2030
        this.island = value;
2031
    }
2032

    
2033
    /**
2034
     * Gets the value of the country property.
2035
     *
2036
     * @return
2037
     *     possible object is
2038
     *     {@link String }
2039
     *
2040
     */
2041
    public String getCountry() {
2042
        return country;
2043
    }
2044

    
2045
    /**
2046
     * Sets the value of the country property.
2047
     *
2048
     * @param value
2049
     *     allowed object is
2050
     *     {@link String }
2051
     *
2052
     */
2053
    public void setCountry(String value) {
2054
        this.country = value;
2055
    }
2056

    
2057
    /**
2058
     * Gets the value of the countryCode property.
2059
     *
2060
     * @return
2061
     *     possible object is
2062
     *     {@link String }
2063
     *
2064
     */
2065
    public String getCountryCode() {
2066
        return countryCode;
2067
    }
2068

    
2069
    /**
2070
     * Sets the value of the countryCode property.
2071
     *
2072
     * @param value
2073
     *     allowed object is
2074
     *     {@link String }
2075
     *
2076
     */
2077
    public void setCountryCode(String value) {
2078
        this.countryCode = value;
2079
    }
2080

    
2081
    /**
2082
     * Gets the value of the stateProvince property.
2083
     *
2084
     * @return
2085
     *     possible object is
2086
     *     {@link String }
2087
     *
2088
     */
2089
    public String getStateProvince() {
2090
        return stateProvince;
2091
    }
2092

    
2093
    /**
2094
     * Sets the value of the stateProvince property.
2095
     *
2096
     * @param value
2097
     *     allowed object is
2098
     *     {@link String }
2099
     *
2100
     */
2101
    public void setStateProvince(String value) {
2102
        this.stateProvince = value;
2103
    }
2104

    
2105
    /**
2106
     * Gets the value of the county property.
2107
     *
2108
     * @return
2109
     *     possible object is
2110
     *     {@link String }
2111
     *
2112
     */
2113
    public String getCounty() {
2114
        return county;
2115
    }
2116

    
2117
    /**
2118
     * Sets the value of the county property.
2119
     *
2120
     * @param value
2121
     *     allowed object is
2122
     *     {@link String }
2123
     *
2124
     */
2125
    public void setCounty(String value) {
2126
        this.county = value;
2127
    }
2128

    
2129
    /**
2130
     * Gets the value of the municipality property.
2131
     *
2132
     * @return
2133
     *     possible object is
2134
     *     {@link String }
2135
     *
2136
     */
2137
    public String getMunicipality() {
2138
        return municipality;
2139
    }
2140

    
2141
    /**
2142
     * Sets the value of the municipality property.
2143
     *
2144
     * @param value
2145
     *     allowed object is
2146
     *     {@link String }
2147
     *
2148
     */
2149
    public void setMunicipality(String value) {
2150
        this.municipality = value;
2151
    }
2152

    
2153
    /**
2154
     * Gets the value of the locality property.
2155
     *
2156
     * @return
2157
     *     possible object is
2158
     *     {@link String }
2159
     *
2160
     */
2161
    public String getLocality() {
2162
        return locality;
2163
    }
2164

    
2165
    /**
2166
     * Sets the value of the locality property.
2167
     *
2168
     * @param value
2169
     *     allowed object is
2170
     *     {@link String }
2171
     *
2172
     */
2173
    public void setLocality(String value) {
2174
        this.locality = value;
2175
    }
2176

    
2177
    /**
2178
     * Gets the value of the verbatimLocality property.
2179
     *
2180
     * @return
2181
     *     possible object is
2182
     *     {@link String }
2183
     *
2184
     */
2185
    public String getVerbatimLocality() {
2186
        return verbatimLocality;
2187
    }
2188

    
2189
    /**
2190
     * Sets the value of the verbatimLocality property.
2191
     *
2192
     * @param value
2193
     *     allowed object is
2194
     *     {@link String }
2195
     *
2196
     */
2197
    public void setVerbatimLocality(String value) {
2198
        this.verbatimLocality = value;
2199
    }
2200

    
2201
    /**
2202
     * Gets the value of the verbatimElevation property.
2203
     *
2204
     * @return
2205
     *     possible object is
2206
     *     {@link String }
2207
     *
2208
     */
2209
    public String getVerbatimElevation() {
2210
        return verbatimElevation;
2211
    }
2212

    
2213
    /**
2214
     * Sets the value of the verbatimElevation property.
2215
     *
2216
     * @param value
2217
     *     allowed object is
2218
     *     {@link String }
2219
     *
2220
     */
2221
    public void setVerbatimElevation(String value) {
2222
        this.verbatimElevation = value;
2223
    }
2224

    
2225
    /**
2226
     * Gets the value of the minimumElevationInMeters property.
2227
     *
2228
     * @return
2229
     *     possible object is
2230
     *     {@link Double }
2231
     *
2232
     */
2233
    public Double getMinimumElevationInMeters() {
2234
        return minimumElevationInMeters;
2235
    }
2236

    
2237
    /**
2238
     * Sets the value of the minimumElevationInMeters property.
2239
     *
2240
     * @param value
2241
     *     allowed object is
2242
     *     {@link Double }
2243
     *
2244
     */
2245
    public void setMinimumElevationInMeters(Double value) {
2246
        this.minimumElevationInMeters = value;
2247
    }
2248

    
2249
    /**
2250
     * Gets the value of the maximumElevationInMeters property.
2251
     *
2252
     * @return
2253
     *     possible object is
2254
     *     {@link Double }
2255
     *
2256
     */
2257
    public Double getMaximumElevationInMeters() {
2258
        return maximumElevationInMeters;
2259
    }
2260

    
2261
    /**
2262
     * Sets the value of the maximumElevationInMeters property.
2263
     *
2264
     * @param value
2265
     *     allowed object is
2266
     *     {@link Double }
2267
     *
2268
     */
2269
    public void setMaximumElevationInMeters(Double value) {
2270
        this.maximumElevationInMeters = value;
2271
    }
2272

    
2273
    /**
2274
     * Gets the value of the verbatimDepth property.
2275
     *
2276
     * @return
2277
     *     possible object is
2278
     *     {@link String }
2279
     *
2280
     */
2281
    public String getVerbatimDepth() {
2282
        return verbatimDepth;
2283
    }
2284

    
2285
    /**
2286
     * Sets the value of the verbatimDepth property.
2287
     *
2288
     * @param value
2289
     *     allowed object is
2290
     *     {@link String }
2291
     *
2292
     */
2293
    public void setVerbatimDepth(String value) {
2294
        this.verbatimDepth = value;
2295
    }
2296

    
2297
    /**
2298
     * Gets the value of the minimumDepthInMeters property.
2299
     *
2300
     * @return
2301
     *     possible object is
2302
     *     {@link Double }
2303
     *
2304
     */
2305
    public Double getMinimumDepthInMeters() {
2306
        return minimumDepthInMeters;
2307
    }
2308

    
2309
    /**
2310
     * Sets the value of the minimumDepthInMeters property.
2311
     *
2312
     * @param value
2313
     *     allowed object is
2314
     *     {@link Double }
2315
     *
2316
     */
2317
    public void setMinimumDepthInMeters(Double value) {
2318
        this.minimumDepthInMeters = value;
2319
    }
2320

    
2321
    /**
2322
     * Gets the value of the maximumDepthInMeters property.
2323
     *
2324
     * @return
2325
     *     possible object is
2326
     *     {@link Double }
2327
     *
2328
     */
2329
    public Double getMaximumDepthInMeters() {
2330
        return maximumDepthInMeters;
2331
    }
2332

    
2333
    /**
2334
     * Sets the value of the maximumDepthInMeters property.
2335
     *
2336
     * @param value
2337
     *     allowed object is
2338
     *     {@link Double }
2339
     *
2340
     */
2341
    public void setMaximumDepthInMeters(Double value) {
2342
        this.maximumDepthInMeters = value;
2343
    }
2344

    
2345
    /**
2346
     * Gets the value of the minimumDistanceAboveSurfaceInMeters property.
2347
     *
2348
     * @return
2349
     *     possible object is
2350
     *     {@link Double }
2351
     *
2352
     */
2353
    public Double getMinimumDistanceAboveSurfaceInMeters() {
2354
        return minimumDistanceAboveSurfaceInMeters;
2355
    }
2356

    
2357
    /**
2358
     * Sets the value of the minimumDistanceAboveSurfaceInMeters property.
2359
     *
2360
     * @param value
2361
     *     allowed object is
2362
     *     {@link Double }
2363
     *
2364
     */
2365
    public void setMinimumDistanceAboveSurfaceInMeters(Double value) {
2366
        this.minimumDistanceAboveSurfaceInMeters = value;
2367
    }
2368

    
2369
    /**
2370
     * Gets the value of the maximumDistanceAboveSurfaceInMeters property.
2371
     *
2372
     * @return
2373
     *     possible object is
2374
     *     {@link Double }
2375
     *
2376
     */
2377
    public Double getMaximumDistanceAboveSurfaceInMeters() {
2378
        return maximumDistanceAboveSurfaceInMeters;
2379
    }
2380

    
2381
    /**
2382
     * Sets the value of the maximumDistanceAboveSurfaceInMeters property.
2383
     *
2384
     * @param value
2385
     *     allowed object is
2386
     *     {@link Double }
2387
     *
2388
     */
2389
    public void setMaximumDistanceAboveSurfaceInMeters(Double value) {
2390
        this.maximumDistanceAboveSurfaceInMeters = value;
2391
    }
2392

    
2393
    /**
2394
     * Gets the value of the locationAccordingTo property.
2395
     *
2396
     * @return
2397
     *     possible object is
2398
     *     {@link String }
2399
     *
2400
     */
2401
    public String getLocationAccordingTo() {
2402
        return locationAccordingTo;
2403
    }
2404

    
2405
    /**
2406
     * Sets the value of the locationAccordingTo property.
2407
     *
2408
     * @param value
2409
     *     allowed object is
2410
     *     {@link String }
2411
     *
2412
     */
2413
    public void setLocationAccordingTo(String value) {
2414
        this.locationAccordingTo = value;
2415
    }
2416

    
2417
    /**
2418
     * Gets the value of the locationRemarks property.
2419
     *
2420
     * @return
2421
     *     possible object is
2422
     *     {@link String }
2423
     *
2424
     */
2425
    public String getLocationRemarks() {
2426
        return locationRemarks;
2427
    }
2428

    
2429
    /**
2430
     * Sets the value of the locationRemarks property.
2431
     *
2432
     * @param value
2433
     *     allowed object is
2434
     *     {@link String }
2435
     *
2436
     */
2437
    public void setLocationRemarks(String value) {
2438
        this.locationRemarks = value;
2439
    }
2440

    
2441
    /**
2442
     * Gets the value of the verbatimCoordinates property.
2443
     *
2444
     * @return
2445
     *     possible object is
2446
     *     {@link String }
2447
     *
2448
     */
2449
    public String getVerbatimCoordinates() {
2450
        return verbatimCoordinates;
2451
    }
2452

    
2453
    /**
2454
     * Sets the value of the verbatimCoordinates property.
2455
     *
2456
     * @param value
2457
     *     allowed object is
2458
     *     {@link String }
2459
     *
2460
     */
2461
    public void setVerbatimCoordinates(String value) {
2462
        this.verbatimCoordinates = value;
2463
    }
2464

    
2465
    /**
2466
     * Gets the value of the verbatimLatitude property.
2467
     *
2468
     * @return
2469
     *     possible object is
2470
     *     {@link String }
2471
     *
2472
     */
2473
    public String getVerbatimLatitude() {
2474
        return verbatimLatitude;
2475
    }
2476

    
2477
    /**
2478
     * Sets the value of the verbatimLatitude property.
2479
     *
2480
     * @param value
2481
     *     allowed object is
2482
     *     {@link String }
2483
     *
2484
     */
2485
    public void setVerbatimLatitude(String value) {
2486
        this.verbatimLatitude = value;
2487
    }
2488

    
2489
    /**
2490
     * Gets the value of the verbatimLongitude property.
2491
     *
2492
     * @return
2493
     *     possible object is
2494
     *     {@link String }
2495
     *
2496
     */
2497
    public String getVerbatimLongitude() {
2498
        return verbatimLongitude;
2499
    }
2500

    
2501
    /**
2502
     * Sets the value of the verbatimLongitude property.
2503
     *
2504
     * @param value
2505
     *     allowed object is
2506
     *     {@link String }
2507
     *
2508
     */
2509
    public void setVerbatimLongitude(String value) {
2510
        this.verbatimLongitude = value;
2511
    }
2512

    
2513
    /**
2514
     * Gets the value of the verbatimCoordinateSystem property.
2515
     *
2516
     * @return
2517
     *     possible object is
2518
     *     {@link String }
2519
     *
2520
     */
2521
    public String getVerbatimCoordinateSystem() {
2522
        return verbatimCoordinateSystem;
2523
    }
2524

    
2525
    /**
2526
     * Sets the value of the verbatimCoordinateSystem property.
2527
     *
2528
     * @param value
2529
     *     allowed object is
2530
     *     {@link String }
2531
     *
2532
     */
2533
    public void setVerbatimCoordinateSystem(String value) {
2534
        this.verbatimCoordinateSystem = value;
2535
    }
2536

    
2537
    /**
2538
     * Gets the value of the verbatimSRS property.
2539
     *
2540
     * @return
2541
     *     possible object is
2542
     *     {@link String }
2543
     *
2544
     */
2545
    public String getVerbatimSRS() {
2546
        return verbatimSRS;
2547
    }
2548

    
2549
    /**
2550
     * Sets the value of the verbatimSRS property.
2551
     *
2552
     * @param value
2553
     *     allowed object is
2554
     *     {@link String }
2555
     *
2556
     */
2557
    public void setVerbatimSRS(String value) {
2558
        this.verbatimSRS = value;
2559
    }
2560

    
2561
    /**
2562
     * Gets the value of the decimalLatitude property.
2563
     *
2564
     * @return
2565
     *     possible object is
2566
     *     {@link Double }
2567
     *
2568
     */
2569
    public Double getDecimalLatitude() {
2570
        return decimalLatitude;
2571
    }
2572

    
2573
    /**
2574
     * Sets the value of the decimalLatitude property.
2575
     *
2576
     * @param value
2577
     *     allowed object is
2578
     *     {@link Double }
2579
     *
2580
     */
2581
    public void setDecimalLatitude(Double value) {
2582
        this.decimalLatitude = value;
2583
    }
2584

    
2585
    /**
2586
     * Gets the value of the decimalLongitude property.
2587
     *
2588
     * @return
2589
     *     possible object is
2590
     *     {@link Double }
2591
     *
2592
     */
2593
    public Double getDecimalLongitude() {
2594
        return decimalLongitude;
2595
    }
2596

    
2597
    /**
2598
     * Sets the value of the decimalLongitude property.
2599
     *
2600
     * @param value
2601
     *     allowed object is
2602
     *     {@link Double }
2603
     *
2604
     */
2605
    public void setDecimalLongitude(Double value) {
2606
        this.decimalLongitude = value;
2607
    }
2608

    
2609
    /**
2610
     * Gets the value of the geodeticDatum property.
2611
     *
2612
     * @return
2613
     *     possible object is
2614
     *     {@link String }
2615
     *
2616
     */
2617
    public String getGeodeticDatum() {
2618
        return geodeticDatum;
2619
    }
2620

    
2621
    /**
2622
     * Sets the value of the geodeticDatum property.
2623
     *
2624
     * @param value
2625
     *     allowed object is
2626
     *     {@link String }
2627
     *
2628
     */
2629
    public void setGeodeticDatum(String value) {
2630
        this.geodeticDatum = value;
2631
    }
2632

    
2633
    /**
2634
     * Gets the value of the coordinateUncertaintyInMeters property.
2635
     *
2636
     * @return
2637
     *     possible object is
2638
     *     {@link Double }
2639
     *
2640
     */
2641
    public Double getCoordinateUncertaintyInMeters() {
2642
        return coordinateUncertaintyInMeters;
2643
    }
2644

    
2645
    /**
2646
     * Sets the value of the coordinateUncertaintyInMeters property.
2647
     *
2648
     * @param value
2649
     *     allowed object is
2650
     *     {@link Double }
2651
     *
2652
     */
2653
    public void setCoordinateUncertaintyInMeters(Double value) {
2654
        this.coordinateUncertaintyInMeters = value;
2655
    }
2656

    
2657
    /**
2658
     * Gets the value of the coordinatePrecision property.
2659
     *
2660
     * @return
2661
     *     possible object is
2662
     *     {@link String }
2663
     *
2664
     */
2665
    public String getCoordinatePrecision() {
2666
        return coordinatePrecision;
2667
    }
2668

    
2669
    /**
2670
     * Sets the value of the coordinatePrecision property.
2671
     *
2672
     * @param value
2673
     *     allowed object is
2674
     *     {@link String }
2675
     *
2676
     */
2677
    public void setCoordinatePrecision(String value) {
2678
        this.coordinatePrecision = value;
2679
    }
2680

    
2681
    /**
2682
     * Gets the value of the pointRadiusSpatialFit property.
2683
     *
2684
     * @return
2685
     *     possible object is
2686
     *     {@link String }
2687
     *
2688
     */
2689
    public String getPointRadiusSpatialFit() {
2690
        return pointRadiusSpatialFit;
2691
    }
2692

    
2693
    /**
2694
     * Sets the value of the pointRadiusSpatialFit property.
2695
     *
2696
     * @param value
2697
     *     allowed object is
2698
     *     {@link String }
2699
     *
2700
     */
2701
    public void setPointRadiusSpatialFit(String value) {
2702
        this.pointRadiusSpatialFit = value;
2703
    }
2704

    
2705
    /**
2706
     * Gets the value of the footprintWKT property.
2707
     *
2708
     * @return
2709
     *     possible object is
2710
     *     {@link String }
2711
     *
2712
     */
2713
    public String getFootprintWKT() {
2714
        return footprintWKT;
2715
    }
2716

    
2717
    /**
2718
     * Sets the value of the footprintWKT property.
2719
     *
2720
     * @param value
2721
     *     allowed object is
2722
     *     {@link String }
2723
     *
2724
     */
2725
    public void setFootprintWKT(String value) {
2726
        this.footprintWKT = value;
2727
    }
2728

    
2729
    /**
2730
     * Gets the value of the footprintSRS property.
2731
     *
2732
     * @return
2733
     *     possible object is
2734
     *     {@link String }
2735
     *
2736
     */
2737
    public String getFootprintSRS() {
2738
        return footprintSRS;
2739
    }
2740

    
2741
    /**
2742
     * Sets the value of the footprintSRS property.
2743
     *
2744
     * @param value
2745
     *     allowed object is
2746
     *     {@link String }
2747
     *
2748
     */
2749
    public void setFootprintSRS(String value) {
2750
        this.footprintSRS = value;
2751
    }
2752

    
2753
    /**
2754
     * Gets the value of the footprintSpatialFit property.
2755
     *
2756
     * @return
2757
     *     possible object is
2758
     *     {@link String }
2759
     *
2760
     */
2761
    public String getFootprintSpatialFit() {
2762
        return footprintSpatialFit;
2763
    }
2764

    
2765
    /**
2766
     * Sets the value of the footprintSpatialFit property.
2767
     *
2768
     * @param value
2769
     *     allowed object is
2770
     *     {@link String }
2771
     *
2772
     */
2773
    public void setFootprintSpatialFit(String value) {
2774
        this.footprintSpatialFit = value;
2775
    }
2776

    
2777
    /**
2778
     * Gets the value of the georeferencedBy property.
2779
     *
2780
     * @return
2781
     *     possible object is
2782
     *     {@link String }
2783
     *
2784
     */
2785
    public String getGeoreferencedBy() {
2786
        return georeferencedBy;
2787
    }
2788

    
2789
    /**
2790
     * Sets the value of the georeferencedBy property.
2791
     *
2792
     * @param value
2793
     *     allowed object is
2794
     *     {@link String }
2795
     *
2796
     */
2797
    public void setGeoreferencedBy(String value) {
2798
        this.georeferencedBy = value;
2799
    }
2800

    
2801
    /**
2802
     * Gets the value of the georeferenceProtocol property.
2803
     *
2804
     * @return
2805
     *     possible object is
2806
     *     {@link String }
2807
     *
2808
     */
2809
    public String getGeoreferenceProtocol() {
2810
        return georeferenceProtocol;
2811
    }
2812

    
2813
    /**
2814
     * Sets the value of the georeferenceProtocol property.
2815
     *
2816
     * @param value
2817
     *     allowed object is
2818
     *     {@link String }
2819
     *
2820
     */
2821
    public void setGeoreferenceProtocol(String value) {
2822
        this.georeferenceProtocol = value;
2823
    }
2824

    
2825
    /**
2826
     * Gets the value of the georeferenceSources property.
2827
     *
2828
     * @return
2829
     *     possible object is
2830
     *     {@link String }
2831
     *
2832
     */
2833
    public String getGeoreferenceSources() {
2834
        return georeferenceSources;
2835
    }
2836

    
2837
    /**
2838
     * Sets the value of the georeferenceSources property.
2839
     *
2840
     * @param value
2841
     *     allowed object is
2842
     *     {@link String }
2843
     *
2844
     */
2845
    public void setGeoreferenceSources(String value) {
2846
        this.georeferenceSources = value;
2847
    }
2848

    
2849
    /**
2850
     * Gets the value of the georeferenceVerificationStatus property.
2851
     *
2852
     * @return
2853
     *     possible object is
2854
     *     {@link String }
2855
     *
2856
     */
2857
    public String getGeoreferenceVerificationStatus() {
2858
        return georeferenceVerificationStatus;
2859
    }
2860

    
2861
    /**
2862
     * Sets the value of the georeferenceVerificationStatus property.
2863
     *
2864
     * @param value
2865
     *     allowed object is
2866
     *     {@link String }
2867
     *
2868
     */
2869
    public void setGeoreferenceVerificationStatus(String value) {
2870
        this.georeferenceVerificationStatus = value;
2871
    }
2872

    
2873
    /**
2874
     * Gets the value of the georeferenceRemarks property.
2875
     *
2876
     * @return
2877
     *     possible object is
2878
     *     {@link String }
2879
     *
2880
     */
2881
    public String getGeoreferenceRemarks() {
2882
        return georeferenceRemarks;
2883
    }
2884

    
2885
    /**
2886
     * Sets the value of the georeferenceRemarks property.
2887
     *
2888
     * @param value
2889
     *     allowed object is
2890
     *     {@link String }
2891
     *
2892
     */
2893
    public void setGeoreferenceRemarks(String value) {
2894
        this.georeferenceRemarks = value;
2895
    }
2896

    
2897
    /**
2898
     * Gets the value of the geologicalContextID property.
2899
     *
2900
     * @return
2901
     *     possible object is
2902
     *     {@link String }
2903
     *
2904
     */
2905
    public String getGeologicalContextID() {
2906
        return geologicalContextID;
2907
    }
2908

    
2909
    /**
2910
     * Sets the value of the geologicalContextID property.
2911
     *
2912
     * @param value
2913
     *     allowed object is
2914
     *     {@link String }
2915
     *
2916
     */
2917
    public void setGeologicalContextID(String value) {
2918
        this.geologicalContextID = value;
2919
    }
2920

    
2921
    /**
2922
     * Gets the value of the earliestEonOrLowestEonothem property.
2923
     *
2924
     * @return
2925
     *     possible object is
2926
     *     {@link String }
2927
     *
2928
     */
2929
    public String getEarliestEonOrLowestEonothem() {
2930
        return earliestEonOrLowestEonothem;
2931
    }
2932

    
2933
    /**
2934
     * Sets the value of the earliestEonOrLowestEonothem property.
2935
     *
2936
     * @param value
2937
     *     allowed object is
2938
     *     {@link String }
2939
     *
2940
     */
2941
    public void setEarliestEonOrLowestEonothem(String value) {
2942
        this.earliestEonOrLowestEonothem = value;
2943
    }
2944

    
2945
    /**
2946
     * Gets the value of the latestEonOrHighestEonothem property.
2947
     *
2948
     * @return
2949
     *     possible object is
2950
     *     {@link String }
2951
     *
2952
     */
2953
    public String getLatestEonOrHighestEonothem() {
2954
        return latestEonOrHighestEonothem;
2955
    }
2956

    
2957
    /**
2958
     * Sets the value of the latestEonOrHighestEonothem property.
2959
     *
2960
     * @param value
2961
     *     allowed object is
2962
     *     {@link String }
2963
     *
2964
     */
2965
    public void setLatestEonOrHighestEonothem(String value) {
2966
        this.latestEonOrHighestEonothem = value;
2967
    }
2968

    
2969
    /**
2970
     * Gets the value of the earliestEraOrLowestErathem property.
2971
     *
2972
     * @return
2973
     *     possible object is
2974
     *     {@link String }
2975
     *
2976
     */
2977
    public String getEarliestEraOrLowestErathem() {
2978
        return earliestEraOrLowestErathem;
2979
    }
2980

    
2981
    /**
2982
     * Sets the value of the earliestEraOrLowestErathem property.
2983
     *
2984
     * @param value
2985
     *     allowed object is
2986
     *     {@link String }
2987
     *
2988
     */
2989
    public void setEarliestEraOrLowestErathem(String value) {
2990
        this.earliestEraOrLowestErathem = value;
2991
    }
2992

    
2993
    /**
2994
     * Gets the value of the latestEraOrHighestErathem property.
2995
     *
2996
     * @return
2997
     *     possible object is
2998
     *     {@link String }
2999
     *
3000
     */
3001
    public String getLatestEraOrHighestErathem() {
3002
        return latestEraOrHighestErathem;
3003
    }
3004

    
3005
    /**
3006
     * Sets the value of the latestEraOrHighestErathem property.
3007
     *
3008
     * @param value
3009
     *     allowed object is
3010
     *     {@link String }
3011
     *
3012
     */
3013
    public void setLatestEraOrHighestErathem(String value) {
3014
        this.latestEraOrHighestErathem = value;
3015
    }
3016

    
3017
    /**
3018
     * Gets the value of the earliestPeriodOrLowestSystem property.
3019
     *
3020
     * @return
3021
     *     possible object is
3022
     *     {@link String }
3023
     *
3024
     */
3025
    public String getEarliestPeriodOrLowestSystem() {
3026
        return earliestPeriodOrLowestSystem;
3027
    }
3028

    
3029
    /**
3030
     * Sets the value of the earliestPeriodOrLowestSystem property.
3031
     *
3032
     * @param value
3033
     *     allowed object is
3034
     *     {@link String }
3035
     *
3036
     */
3037
    public void setEarliestPeriodOrLowestSystem(String value) {
3038
        this.earliestPeriodOrLowestSystem = value;
3039
    }
3040

    
3041
    /**
3042
     * Gets the value of the latestPeriodOrHighestSystem property.
3043
     *
3044
     * @return
3045
     *     possible object is
3046
     *     {@link String }
3047
     *
3048
     */
3049
    public String getLatestPeriodOrHighestSystem() {
3050
        return latestPeriodOrHighestSystem;
3051
    }
3052

    
3053
    /**
3054
     * Sets the value of the latestPeriodOrHighestSystem property.
3055
     *
3056
     * @param value
3057
     *     allowed object is
3058
     *     {@link String }
3059
     *
3060
     */
3061
    public void setLatestPeriodOrHighestSystem(String value) {
3062
        this.latestPeriodOrHighestSystem = value;
3063
    }
3064

    
3065
    /**
3066
     * Gets the value of the earliestEpochOrLowestSeries property.
3067
     *
3068
     * @return
3069
     *     possible object is
3070
     *     {@link String }
3071
     *
3072
     */
3073
    public String getEarliestEpochOrLowestSeries() {
3074
        return earliestEpochOrLowestSeries;
3075
    }
3076

    
3077
    /**
3078
     * Sets the value of the earliestEpochOrLowestSeries property.
3079
     *
3080
     * @param value
3081
     *     allowed object is
3082
     *     {@link String }
3083
     *
3084
     */
3085
    public void setEarliestEpochOrLowestSeries(String value) {
3086
        this.earliestEpochOrLowestSeries = value;
3087
    }
3088

    
3089
    /**
3090
     * Gets the value of the latestEpochOrHighestSeries property.
3091
     *
3092
     * @return
3093
     *     possible object is
3094
     *     {@link String }
3095
     *
3096
     */
3097
    public String getLatestEpochOrHighestSeries() {
3098
        return latestEpochOrHighestSeries;
3099
    }
3100

    
3101
    /**
3102
     * Sets the value of the latestEpochOrHighestSeries property.
3103
     *
3104
     * @param value
3105
     *     allowed object is
3106
     *     {@link String }
3107
     *
3108
     */
3109
    public void setLatestEpochOrHighestSeries(String value) {
3110
        this.latestEpochOrHighestSeries = value;
3111
    }
3112

    
3113
    /**
3114
     * Gets the value of the earliestAgeOrLowestStage property.
3115
     *
3116
     * @return
3117
     *     possible object is
3118
     *     {@link String }
3119
     *
3120
     */
3121
    public String getEarliestAgeOrLowestStage() {
3122
        return earliestAgeOrLowestStage;
3123
    }
3124

    
3125
    /**
3126
     * Sets the value of the earliestAgeOrLowestStage property.
3127
     *
3128
     * @param value
3129
     *     allowed object is
3130
     *     {@link String }
3131
     *
3132
     */
3133
    public void setEarliestAgeOrLowestStage(String value) {
3134
        this.earliestAgeOrLowestStage = value;
3135
    }
3136

    
3137
    /**
3138
     * Gets the value of the latestAgeOrHighestStage property.
3139
     *
3140
     * @return
3141
     *     possible object is
3142
     *     {@link String }
3143
     *
3144
     */
3145
    public String getLatestAgeOrHighestStage() {
3146
        return latestAgeOrHighestStage;
3147
    }
3148

    
3149
    /**
3150
     * Sets the value of the latestAgeOrHighestStage property.
3151
     *
3152
     * @param value
3153
     *     allowed object is
3154
     *     {@link String }
3155
     *
3156
     */
3157
    public void setLatestAgeOrHighestStage(String value) {
3158
        this.latestAgeOrHighestStage = value;
3159
    }
3160

    
3161
    /**
3162
     * Gets the value of the lowestBiostratigraphicZone property.
3163
     *
3164
     * @return
3165
     *     possible object is
3166
     *     {@link String }
3167
     *
3168
     */
3169
    public String getLowestBiostratigraphicZone() {
3170
        return lowestBiostratigraphicZone;
3171
    }
3172

    
3173
    /**
3174
     * Sets the value of the lowestBiostratigraphicZone property.
3175
     *
3176
     * @param value
3177
     *     allowed object is
3178
     *     {@link String }
3179
     *
3180
     */
3181
    public void setLowestBiostratigraphicZone(String value) {
3182
        this.lowestBiostratigraphicZone = value;
3183
    }
3184

    
3185
    /**
3186
     * Gets the value of the highestBiostratigraphicZone property.
3187
     *
3188
     * @return
3189
     *     possible object is
3190
     *     {@link String }
3191
     *
3192
     */
3193
    public String getHighestBiostratigraphicZone() {
3194
        return highestBiostratigraphicZone;
3195
    }
3196

    
3197
    /**
3198
     * Sets the value of the highestBiostratigraphicZone property.
3199
     *
3200
     * @param value
3201
     *     allowed object is
3202
     *     {@link String }
3203
     *
3204
     */
3205
    public void setHighestBiostratigraphicZone(String value) {
3206
        this.highestBiostratigraphicZone = value;
3207
    }
3208

    
3209
    /**
3210
     * Gets the value of the lithostratigraphicTerms property.
3211
     *
3212
     * @return
3213
     *     possible object is
3214
     *     {@link String }
3215
     *
3216
     */
3217
    public String getLithostratigraphicTerms() {
3218
        return lithostratigraphicTerms;
3219
    }
3220

    
3221
    /**
3222
     * Sets the value of the lithostratigraphicTerms property.
3223
     *
3224
     * @param value
3225
     *     allowed object is
3226
     *     {@link String }
3227
     *
3228
     */
3229
    public void setLithostratigraphicTerms(String value) {
3230
        this.lithostratigraphicTerms = value;
3231
    }
3232

    
3233
    /**
3234
     * Gets the value of the group property.
3235
     *
3236
     * @return
3237
     *     possible object is
3238
     *     {@link String }
3239
     *
3240
     */
3241
    public String getGroup() {
3242
        return group;
3243
    }
3244

    
3245
    /**
3246
     * Sets the value of the group property.
3247
     *
3248
     * @param value
3249
     *     allowed object is
3250
     *     {@link String }
3251
     *
3252
     */
3253
    public void setGroup(String value) {
3254
        this.group = value;
3255
    }
3256

    
3257
    /**
3258
     * Gets the value of the formation property.
3259
     *
3260
     * @return
3261
     *     possible object is
3262
     *     {@link String }
3263
     *
3264
     */
3265
    public String getFormation() {
3266
        return formation;
3267
    }
3268

    
3269
    /**
3270
     * Sets the value of the formation property.
3271
     *
3272
     * @param value
3273
     *     allowed object is
3274
     *     {@link String }
3275
     *
3276
     */
3277
    public void setFormation(String value) {
3278
        this.formation = value;
3279
    }
3280

    
3281
    /**
3282
     * Gets the value of the member property.
3283
     *
3284
     * @return
3285
     *     possible object is
3286
     *     {@link String }
3287
     *
3288
     */
3289
    public String getMember() {
3290
        return member;
3291
    }
3292

    
3293
    /**
3294
     * Sets the value of the member property.
3295
     *
3296
     * @param value
3297
     *     allowed object is
3298
     *     {@link String }
3299
     *
3300
     */
3301
    public void setMember(String value) {
3302
        this.member = value;
3303
    }
3304

    
3305
    /**
3306
     * Gets the value of the bed property.
3307
     *
3308
     * @return
3309
     *     possible object is
3310
     *     {@link String }
3311
     *
3312
     */
3313
    public String getBed() {
3314
        return bed;
3315
    }
3316

    
3317
    /**
3318
     * Sets the value of the bed property.
3319
     *
3320
     * @param value
3321
     *     allowed object is
3322
     *     {@link String }
3323
     *
3324
     */
3325
    public void setBed(String value) {
3326
        this.bed = value;
3327
    }
3328

    
3329
    /**
3330
     * Gets the value of the identificationID property.
3331
     *
3332
     * @return
3333
     *     possible object is
3334
     *     {@link String }
3335
     *
3336
     */
3337
    public String getIdentificationID() {
3338
        return identificationID;
3339
    }
3340

    
3341
    /**
3342
     * Sets the value of the identificationID property.
3343
     *
3344
     * @param value
3345
     *     allowed object is
3346
     *     {@link String }
3347
     *
3348
     */
3349
    public void setIdentificationID(String value) {
3350
        this.identificationID = value;
3351
    }
3352

    
3353
    /**
3354
     * Gets the value of the identifiedBy property.
3355
     *
3356
     * @return
3357
     *     possible object is
3358
     *     {@link String }
3359
     *
3360
     */
3361
    public String getIdentifiedBy() {
3362
        return identifiedBy;
3363
    }
3364

    
3365
    /**
3366
     * Sets the value of the identifiedBy property.
3367
     *
3368
     * @param value
3369
     *     allowed object is
3370
     *     {@link String }
3371
     *
3372
     */
3373
    public void setIdentifiedBy(String value) {
3374
        this.identifiedBy = value;
3375
    }
3376

    
3377
    /**
3378
     * Gets the value of the dateIdentified property.
3379
     *
3380
     * @return
3381
     *     possible object is
3382
     *     {@link XMLGregorianCalendar }
3383
     *
3384
     */
3385
    public XMLGregorianCalendar getDateIdentified() {
3386
        return dateIdentified;
3387
    }
3388

    
3389
    /**
3390
     * Sets the value of the dateIdentified property.
3391
     *
3392
     * @param value
3393
     *     allowed object is
3394
     *     {@link XMLGregorianCalendar }
3395
     *
3396
     */
3397
    public void setDateIdentified(XMLGregorianCalendar value) {
3398
        this.dateIdentified = value;
3399
    }
3400

    
3401
    /**
3402
     * Gets the value of the identificationReferences property.
3403
     *
3404
     * @return
3405
     *     possible object is
3406
     *     {@link String }
3407
     *
3408
     */
3409
    public String getIdentificationReferences() {
3410
        return identificationReferences;
3411
    }
3412

    
3413
    /**
3414
     * Sets the value of the identificationReferences property.
3415
     *
3416
     * @param value
3417
     *     allowed object is
3418
     *     {@link String }
3419
     *
3420
     */
3421
    public void setIdentificationReferences(String value) {
3422
        this.identificationReferences = value;
3423
    }
3424

    
3425
    /**
3426
     * Gets the value of the identificationRemarks property.
3427
     *
3428
     * @return
3429
     *     possible object is
3430
     *     {@link String }
3431
     *
3432
     */
3433
    public String getIdentificationRemarks() {
3434
        return identificationRemarks;
3435
    }
3436

    
3437
    /**
3438
     * Sets the value of the identificationRemarks property.
3439
     *
3440
     * @param value
3441
     *     allowed object is
3442
     *     {@link String }
3443
     *
3444
     */
3445
    public void setIdentificationRemarks(String value) {
3446
        this.identificationRemarks = value;
3447
    }
3448

    
3449
    /**
3450
     * Gets the value of the identificationQualifier property.
3451
     *
3452
     * @return
3453
     *     possible object is
3454
     *     {@link String }
3455
     *
3456
     */
3457
    public String getIdentificationQualifier() {
3458
        return identificationQualifier;
3459
    }
3460

    
3461
    /**
3462
     * Sets the value of the identificationQualifier property.
3463
     *
3464
     * @param value
3465
     *     allowed object is
3466
     *     {@link String }
3467
     *
3468
     */
3469
    public void setIdentificationQualifier(String value) {
3470
        this.identificationQualifier = value;
3471
    }
3472

    
3473
    /**
3474
     * Gets the value of the typeStatus property.
3475
     *
3476
     * @return
3477
     *     possible object is
3478
     *     {@link String }
3479
     *
3480
     */
3481
    public String getTypeStatus() {
3482
        return typeStatus;
3483
    }
3484

    
3485
    /**
3486
     * Sets the value of the typeStatus property.
3487
     *
3488
     * @param value
3489
     *     allowed object is
3490
     *     {@link String }
3491
     *
3492
     */
3493
    public void setTypeStatus(String value) {
3494
        this.typeStatus = value;
3495
    }
3496

    
3497
    /**
3498
     * Gets the value of the taxonID property.
3499
     *
3500
     * @return
3501
     *     possible object is
3502
     *     {@link String }
3503
     *
3504
     */
3505
    public String getTaxonID() {
3506
        return taxonID;
3507
    }
3508

    
3509
    /**
3510
     * Sets the value of the taxonID property.
3511
     *
3512
     * @param value
3513
     *     allowed object is
3514
     *     {@link String }
3515
     *
3516
     */
3517
    public void setTaxonID(String value) {
3518
        this.taxonID = value;
3519
    }
3520

    
3521
    /**
3522
     * Gets the value of the scientificNameID property.
3523
     *
3524
     * @return
3525
     *     possible object is
3526
     *     {@link String }
3527
     *
3528
     */
3529
    public String getScientificNameID() {
3530
        return scientificNameID;
3531
    }
3532

    
3533
    /**
3534
     * Sets the value of the scientificNameID property.
3535
     *
3536
     * @param value
3537
     *     allowed object is
3538
     *     {@link String }
3539
     *
3540
     */
3541
    public void setScientificNameID(String value) {
3542
        this.scientificNameID = value;
3543
    }
3544

    
3545
    /**
3546
     * Gets the value of the acceptedNameUsageID property.
3547
     *
3548
     * @return
3549
     *     possible object is
3550
     *     {@link String }
3551
     *
3552
     */
3553
    public String getAcceptedNameUsageID() {
3554
        return acceptedNameUsageID;
3555
    }
3556

    
3557
    /**
3558
     * Sets the value of the acceptedNameUsageID property.
3559
     *
3560
     * @param value
3561
     *     allowed object is
3562
     *     {@link String }
3563
     *
3564
     */
3565
    public void setAcceptedNameUsageID(String value) {
3566
        this.acceptedNameUsageID = value;
3567
    }
3568

    
3569
    /**
3570
     * Gets the value of the parentNameUsageID property.
3571
     *
3572
     * @return
3573
     *     possible object is
3574
     *     {@link String }
3575
     *
3576
     */
3577
    public String getParentNameUsageID() {
3578
        return parentNameUsageID;
3579
    }
3580

    
3581
    /**
3582
     * Sets the value of the parentNameUsageID property.
3583
     *
3584
     * @param value
3585
     *     allowed object is
3586
     *     {@link String }
3587
     *
3588
     */
3589
    public void setParentNameUsageID(String value) {
3590
        this.parentNameUsageID = value;
3591
    }
3592

    
3593
    /**
3594
     * Gets the value of the originalNameUsageID property.
3595
     *
3596
     * @return
3597
     *     possible object is
3598
     *     {@link String }
3599
     *
3600
     */
3601
    public String getOriginalNameUsageID() {
3602
        return originalNameUsageID;
3603
    }
3604

    
3605
    /**
3606
     * Sets the value of the originalNameUsageID property.
3607
     *
3608
     * @param value
3609
     *     allowed object is
3610
     *     {@link String }
3611
     *
3612
     */
3613
    public void setOriginalNameUsageID(String value) {
3614
        this.originalNameUsageID = value;
3615
    }
3616

    
3617
    /**
3618
     * Gets the value of the nameAccordingToID property.
3619
     *
3620
     * @return
3621
     *     possible object is
3622
     *     {@link String }
3623
     *
3624
     */
3625
    public String getNameAccordingToID() {
3626
        return nameAccordingToID;
3627
    }
3628

    
3629
    /**
3630
     * Sets the value of the nameAccordingToID property.
3631
     *
3632
     * @param value
3633
     *     allowed object is
3634
     *     {@link String }
3635
     *
3636
     */
3637
    public void setNameAccordingToID(String value) {
3638
        this.nameAccordingToID = value;
3639
    }
3640

    
3641
    /**
3642
     * Gets the value of the namePublishedInID property.
3643
     *
3644
     * @return
3645
     *     possible object is
3646
     *     {@link String }
3647
     *
3648
     */
3649
    public String getNamePublishedInID() {
3650
        return namePublishedInID;
3651
    }
3652

    
3653
    /**
3654
     * Sets the value of the namePublishedInID property.
3655
     *
3656
     * @param value
3657
     *     allowed object is
3658
     *     {@link String }
3659
     *
3660
     */
3661
    public void setNamePublishedInID(String value) {
3662
        this.namePublishedInID = value;
3663
    }
3664

    
3665
    /**
3666
     * Gets the value of the taxonConceptID property.
3667
     *
3668
     * @return
3669
     *     possible object is
3670
     *     {@link String }
3671
     *
3672
     */
3673
    public String getTaxonConceptID() {
3674
        return taxonConceptID;
3675
    }
3676

    
3677
    /**
3678
     * Sets the value of the taxonConceptID property.
3679
     *
3680
     * @param value
3681
     *     allowed object is
3682
     *     {@link String }
3683
     *
3684
     */
3685
    public void setTaxonConceptID(String value) {
3686
        this.taxonConceptID = value;
3687
    }
3688

    
3689
    /**
3690
     * Gets the value of the scientificName property.
3691
     *
3692
     * @return
3693
     *     possible object is
3694
     *     {@link String }
3695
     *
3696
     */
3697
    public String getScientificName() {
3698
        return scientificName;
3699
    }
3700

    
3701
    /**
3702
     * Sets the value of the scientificName property.
3703
     *
3704
     * @param value
3705
     *     allowed object is
3706
     *     {@link String }
3707
     *
3708
     */
3709
    public void setScientificName(String value) {
3710
        this.scientificName = value;
3711
    }
3712

    
3713
    /**
3714
     * Gets the value of the acceptedNameUsage property.
3715
     *
3716
     * @return
3717
     *     possible object is
3718
     *     {@link String }
3719
     *
3720
     */
3721
    public String getAcceptedNameUsage() {
3722
        return acceptedNameUsage;
3723
    }
3724

    
3725
    /**
3726
     * Sets the value of the acceptedNameUsage property.
3727
     *
3728
     * @param value
3729
     *     allowed object is
3730
     *     {@link String }
3731
     *
3732
     */
3733
    public void setAcceptedNameUsage(String value) {
3734
        this.acceptedNameUsage = value;
3735
    }
3736

    
3737
    /**
3738
     * Gets the value of the parentNameUsage property.
3739
     *
3740
     * @return
3741
     *     possible object is
3742
     *     {@link String }
3743
     *
3744
     */
3745
    public String getParentNameUsage() {
3746
        return parentNameUsage;
3747
    }
3748

    
3749
    /**
3750
     * Sets the value of the parentNameUsage property.
3751
     *
3752
     * @param value
3753
     *     allowed object is
3754
     *     {@link String }
3755
     *
3756
     */
3757
    public void setParentNameUsage(String value) {
3758
        this.parentNameUsage = value;
3759
    }
3760

    
3761
    /**
3762
     * Gets the value of the originalNameUsage property.
3763
     *
3764
     * @return
3765
     *     possible object is
3766
     *     {@link String }
3767
     *
3768
     */
3769
    public String getOriginalNameUsage() {
3770
        return originalNameUsage;
3771
    }
3772

    
3773
    /**
3774
     * Sets the value of the originalNameUsage property.
3775
     *
3776
     * @param value
3777
     *     allowed object is
3778
     *     {@link String }
3779
     *
3780
     */
3781
    public void setOriginalNameUsage(String value) {
3782
        this.originalNameUsage = value;
3783
    }
3784

    
3785
    /**
3786
     * Gets the value of the nameAccordingTo property.
3787
     *
3788
     * @return
3789
     *     possible object is
3790
     *     {@link String }
3791
     *
3792
     */
3793
    public String getNameAccordingTo() {
3794
        return nameAccordingTo;
3795
    }
3796

    
3797
    /**
3798
     * Sets the value of the nameAccordingTo property.
3799
     *
3800
     * @param value
3801
     *     allowed object is
3802
     *     {@link String }
3803
     *
3804
     */
3805
    public void setNameAccordingTo(String value) {
3806
        this.nameAccordingTo = value;
3807
    }
3808

    
3809
    /**
3810
     * Gets the value of the namePublishedIn property.
3811
     *
3812
     * @return
3813
     *     possible object is
3814
     *     {@link String }
3815
     *
3816
     */
3817
    public String getNamePublishedIn() {
3818
        return namePublishedIn;
3819
    }
3820

    
3821
    /**
3822
     * Sets the value of the namePublishedIn property.
3823
     *
3824
     * @param value
3825
     *     allowed object is
3826
     *     {@link String }
3827
     *
3828
     */
3829
    public void setNamePublishedIn(String value) {
3830
        this.namePublishedIn = value;
3831
    }
3832

    
3833
    /**
3834
     * Gets the value of the higherClassification property.
3835
     *
3836
     * @return
3837
     *     possible object is
3838
     *     {@link String }
3839
     *
3840
     */
3841
    public String getHigherClassification() {
3842
        return higherClassification;
3843
    }
3844

    
3845
    /**
3846
     * Sets the value of the higherClassification property.
3847
     *
3848
     * @param value
3849
     *     allowed object is
3850
     *     {@link String }
3851
     *
3852
     */
3853
    public void setHigherClassification(String value) {
3854
        this.higherClassification = value;
3855
    }
3856

    
3857
    /**
3858
     * Gets the value of the kingdom property.
3859
     *
3860
     * @return
3861
     *     possible object is
3862
     *     {@link String }
3863
     *
3864
     */
3865
    public String getKingdom() {
3866
        return kingdom;
3867
    }
3868

    
3869
    /**
3870
     * Sets the value of the kingdom property.
3871
     *
3872
     * @param value
3873
     *     allowed object is
3874
     *     {@link String }
3875
     *
3876
     */
3877
    public void setKingdom(String value) {
3878
        this.kingdom = value;
3879
    }
3880

    
3881
    /**
3882
     * Gets the value of the phylum property.
3883
     *
3884
     * @return
3885
     *     possible object is
3886
     *     {@link String }
3887
     *
3888
     */
3889
    public String getPhylum() {
3890
        return phylum;
3891
    }
3892

    
3893
    /**
3894
     * Sets the value of the phylum property.
3895
     *
3896
     * @param value
3897
     *     allowed object is
3898
     *     {@link String }
3899
     *
3900
     */
3901
    public void setPhylum(String value) {
3902
        this.phylum = value;
3903
    }
3904

    
3905
    /**
3906
     * Gets the value of the clazz property.
3907
     *
3908
     * @return
3909
     *     possible object is
3910
     *     {@link String }
3911
     *
3912
     */
3913
    public String getClazz() {
3914
        return clazz;
3915
    }
3916

    
3917
    /**
3918
     * Sets the value of the clazz property.
3919
     *
3920
     * @param value
3921
     *     allowed object is
3922
     *     {@link String }
3923
     *
3924
     */
3925
    public void setClazz(String value) {
3926
        this.clazz = value;
3927
    }
3928

    
3929
    /**
3930
     * Gets the value of the order property.
3931
     *
3932
     * @return
3933
     *     possible object is
3934
     *     {@link String }
3935
     *
3936
     */
3937
    public String getOrder() {
3938
        return order;
3939
    }
3940

    
3941
    /**
3942
     * Sets the value of the order property.
3943
     *
3944
     * @param value
3945
     *     allowed object is
3946
     *     {@link String }
3947
     *
3948
     */
3949
    public void setOrder(String value) {
3950
        this.order = value;
3951
    }
3952

    
3953
    /**
3954
     * Gets the value of the family property.
3955
     *
3956
     * @return
3957
     *     possible object is
3958
     *     {@link String }
3959
     *
3960
     */
3961
    public String getFamily() {
3962
        return family;
3963
    }
3964

    
3965
    /**
3966
     * Sets the value of the family property.
3967
     *
3968
     * @param value
3969
     *     allowed object is
3970
     *     {@link String }
3971
     *
3972
     */
3973
    public void setFamily(String value) {
3974
        this.family = value;
3975
    }
3976

    
3977
    /**
3978
     * Gets the value of the genus property.
3979
     *
3980
     * @return
3981
     *     possible object is
3982
     *     {@link String }
3983
     *
3984
     */
3985
    public String getGenus() {
3986
        return genus;
3987
    }
3988

    
3989
    /**
3990
     * Sets the value of the genus property.
3991
     *
3992
     * @param value
3993
     *     allowed object is
3994
     *     {@link String }
3995
     *
3996
     */
3997
    public void setGenus(String value) {
3998
        this.genus = value;
3999
    }
4000

    
4001
    /**
4002
     * Gets the value of the subgenus property.
4003
     *
4004
     * @return
4005
     *     possible object is
4006
     *     {@link String }
4007
     *
4008
     */
4009
    public String getSubgenus() {
4010
        return subgenus;
4011
    }
4012

    
4013
    /**
4014
     * Sets the value of the subgenus property.
4015
     *
4016
     * @param value
4017
     *     allowed object is
4018
     *     {@link String }
4019
     *
4020
     */
4021
    public void setSubgenus(String value) {
4022
        this.subgenus = value;
4023
    }
4024

    
4025
    /**
4026
     * Gets the value of the specificEpithet property.
4027
     *
4028
     * @return
4029
     *     possible object is
4030
     *     {@link String }
4031
     *
4032
     */
4033
    public String getSpecificEpithet() {
4034
        return specificEpithet;
4035
    }
4036

    
4037
    /**
4038
     * Sets the value of the specificEpithet property.
4039
     *
4040
     * @param value
4041
     *     allowed object is
4042
     *     {@link String }
4043
     *
4044
     */
4045
    public void setSpecificEpithet(String value) {
4046
        this.specificEpithet = value;
4047
    }
4048

    
4049
    /**
4050
     * Gets the value of the infraspecificEpithet property.
4051
     *
4052
     * @return
4053
     *     possible object is
4054
     *     {@link String }
4055
     *
4056
     */
4057
    public String getInfraspecificEpithet() {
4058
        return infraspecificEpithet;
4059
    }
4060

    
4061
    /**
4062
     * Sets the value of the infraspecificEpithet property.
4063
     *
4064
     * @param value
4065
     *     allowed object is
4066
     *     {@link String }
4067
     *
4068
     */
4069
    public void setInfraspecificEpithet(String value) {
4070
        this.infraspecificEpithet = value;
4071
    }
4072

    
4073
    /**
4074
     * Gets the value of the taxonRank property.
4075
     *
4076
     * @return
4077
     *     possible object is
4078
     *     {@link String }
4079
     *
4080
     */
4081
    public String getTaxonRank() {
4082
        return taxonRank;
4083
    }
4084

    
4085
    /**
4086
     * Sets the value of the taxonRank property.
4087
     *
4088
     * @param value
4089
     *     allowed object is
4090
     *     {@link String }
4091
     *
4092
     */
4093
    public void setTaxonRank(String value) {
4094
        this.taxonRank = value;
4095
    }
4096

    
4097
    /**
4098
     * Gets the value of the verbatimTaxonRank property.
4099
     *
4100
     * @return
4101
     *     possible object is
4102
     *     {@link String }
4103
     *
4104
     */
4105
    public String getVerbatimTaxonRank() {
4106
        return verbatimTaxonRank;
4107
    }
4108

    
4109
    /**
4110
     * Sets the value of the verbatimTaxonRank property.
4111
     *
4112
     * @param value
4113
     *     allowed object is
4114
     *     {@link String }
4115
     *
4116
     */
4117
    public void setVerbatimTaxonRank(String value) {
4118
        this.verbatimTaxonRank = value;
4119
    }
4120

    
4121
    /**
4122
     * Gets the value of the scientificNameAuthorship property.
4123
     *
4124
     * @return
4125
     *     possible object is
4126
     *     {@link String }
4127
     *
4128
     */
4129
    public String getScientificNameAuthorship() {
4130
        return scientificNameAuthorship;
4131
    }
4132

    
4133
    /**
4134
     * Sets the value of the scientificNameAuthorship property.
4135
     *
4136
     * @param value
4137
     *     allowed object is
4138
     *     {@link String }
4139
     *
4140
     */
4141
    public void setScientificNameAuthorship(String value) {
4142
        this.scientificNameAuthorship = value;
4143
    }
4144

    
4145
    /**
4146
     * Gets the value of the vernacularName property.
4147
     *
4148
     * @return
4149
     *     possible object is
4150
     *     {@link String }
4151
     *
4152
     */
4153
    public String getVernacularName() {
4154
        return vernacularName;
4155
    }
4156

    
4157
    /**
4158
     * Sets the value of the vernacularName property.
4159
     *
4160
     * @param value
4161
     *     allowed object is
4162
     *     {@link String }
4163
     *
4164
     */
4165
    public void setVernacularName(String value) {
4166
        this.vernacularName = value;
4167
    }
4168

    
4169
    /**
4170
     * Gets the value of the nomenclaturalCode property.
4171
     *
4172
     * @return
4173
     *     possible object is
4174
     *     {@link String }
4175
     *
4176
     */
4177
    public String getNomenclaturalCode() {
4178
        return nomenclaturalCode;
4179
    }
4180

    
4181
    /**
4182
     * Sets the value of the nomenclaturalCode property.
4183
     *
4184
     * @param value
4185
     *     allowed object is
4186
     *     {@link String }
4187
     *
4188
     */
4189
    public void setNomenclaturalCode(String value) {
4190
        this.nomenclaturalCode = value;
4191
    }
4192

    
4193
    /**
4194
     * Gets the value of the taxonomicStatus property.
4195
     *
4196
     * @return
4197
     *     possible object is
4198
     *     {@link String }
4199
     *
4200
     */
4201
    public String getTaxonomicStatus() {
4202
        return taxonomicStatus;
4203
    }
4204

    
4205
    /**
4206
     * Sets the value of the taxonomicStatus property.
4207
     *
4208
     * @param value
4209
     *     allowed object is
4210
     *     {@link String }
4211
     *
4212
     */
4213
    public void setTaxonomicStatus(String value) {
4214
        this.taxonomicStatus = value;
4215
    }
4216

    
4217
    /**
4218
     * Gets the value of the nomenclaturalStatus property.
4219
     *
4220
     * @return
4221
     *     possible object is
4222
     *     {@link String }
4223
     *
4224
     */
4225
    public String getNomenclaturalStatus() {
4226
        return nomenclaturalStatus;
4227
    }
4228

    
4229
    /**
4230
     * Sets the value of the nomenclaturalStatus property.
4231
     *
4232
     * @param value
4233
     *     allowed object is
4234
     *     {@link String }
4235
     *
4236
     */
4237
    public void setNomenclaturalStatus(String value) {
4238
        this.nomenclaturalStatus = value;
4239
    }
4240

    
4241
    /**
4242
     * Gets the value of the taxonRemarks property.
4243
     *
4244
     * @return
4245
     *     possible object is
4246
     *     {@link String }
4247
     *
4248
     */
4249
    public String getTaxonRemarks() {
4250
        return taxonRemarks;
4251
    }
4252

    
4253
    /**
4254
     * Sets the value of the taxonRemarks property.
4255
     *
4256
     * @param value
4257
     *     allowed object is
4258
     *     {@link String }
4259
     *
4260
     */
4261
    public void setTaxonRemarks(String value) {
4262
        this.taxonRemarks = value;
4263
    }
4264

    
4265
}
(1-1/3)