Project

General

Profile

« Previous | Next » 

Revision 113008ea

Added by Andreas Müller almost 6 years ago

cleanup

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/dwc/SimpleDarwinRecord.java
1 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 
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 6
//
7 7

  
8 8

  
......
20 20

  
21 21
/**
22 22
 * <p>Java class for anonymous complex type.
23
 * 
23
 *
24 24
 * <p>The following schema fragment specifies the expected content contained within this class.
25
 * 
25
 *
26 26
 * <pre>
27 27
 * &lt;complexType>
28 28
 *   &lt;complexContent>
......
189 189
 *   &lt;/complexContent>
190 190
 * &lt;/complexType>
191 191
 * </pre>
192
 * 
193
 * 
192
 *
193
 *
194 194
 */
195 195
@XmlAccessorType(XmlAccessType.FIELD)
196 196
@XmlType(name = "", propOrder = {
......
522 522

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  
1123 1123
    /**
1124 1124
     * Gets the value of the individualCount property.
1125
     * 
1125
     *
1126 1126
     * @return
1127 1127
     *     possible object is
1128 1128
     *     {@link BigInteger }
......
1134 1134

  
1135 1135
    /**
1136 1136
     * Sets the value of the individualCount property.
1137
     * 
1137
     *
1138 1138
     * @param value
1139 1139
     *     allowed object is
1140 1140
     *     {@link BigInteger }
......
1146 1146

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  
1771 1771
    /**
1772 1772
     * Gets the value of the habitat property.
1773
     * 
1773
     *
1774 1774
     * @return
1775 1775
     *     possible object is
1776 1776
     *     {@link String }
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff