Project

General

Profile

« Previous | Next » 

Revision 29024880

Added by Andreas Müller over 6 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/jaxb/Field.java
1 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.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: 2011.10.17 at 04:06:44 PM CEST 
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.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: 2011.10.17 at 04:06:44 PM CEST
6 6
//
7 7

  
8 8

  
......
17 17

  
18 18
/**
19 19
 * <p>Java class for anonymous complex type.
20
 * 
20
 *
21 21
 * <p>The following schema fragment specifies the expected content contained within this class.
22
 * 
22
 *
23 23
 * <pre>
24 24
 * &lt;complexType>
25 25
 *   &lt;complexContent>
......
52 52
 *   &lt;/complexContent>
53 53
 * &lt;/complexType>
54 54
 * </pre>
55
 * 
56
 * 
55
 *
56
 *
57 57
 */
58 58
@XmlAccessorType(XmlAccessType.FIELD)
59 59
@XmlType(name = "")
......
65 65
    @XmlAttribute(required = true)
66 66
    protected byte index;
67 67

  
68
    /**
69
     * Gets the value of the term property.
70
     * 
71
     * @return
72
     *     possible object is
73
     *     {@link String }
74
     *     
75
     */
76 68
    public String getTerm() {
77 69
        return term;
78 70
    }
79

  
80
    /**
81
     * Sets the value of the term property.
82
     * 
83
     * @param value
84
     *     allowed object is
85
     *     {@link String }
86
     *     
87
     */
88 71
    public void setTerm(String value) {
89 72
        this.term = value;
90 73
    }
91 74

  
92
    /**
93
     * Gets the value of the index property.
94
     * 
95
     */
75

  
96 76
    public byte getIndex() {
97 77
        return index;
98 78
    }
99

  
100
    /**
101
     * Sets the value of the index property.
102
     * 
103
     */
104 79
    public void setIndex(byte value) {
105 80
        this.index = value;
106 81
    }

Also available in: Unified diff