Subversion Repositories XServices

Rev

Rev 201 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 203
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
 
15
 
16
/**
16
/**
17
 * 
17
 * 
-
 
18
 *                 Place holder type for vocabulary based Event payload
18
 *                 Place holder type for vocabulary based Event payload "details"
19
 *                 "details"
19
 *             
20
 *             
20
 * 
21
 * 
21
 * <p>Java-Klasse für DetailExtensionType complex type.
22
 * <p>Java-Klasse für DetailExtensionType complex type.
22
 * 
23
 * 
Line 65... Line 66...
65
     * 
66
     * 
66
     * 
67
     * 
67
     * <p>
68
     * <p>
68
     * Objects of the following type(s) are allowed in the list
69
     * Objects of the following type(s) are allowed in the list
69
     * {@link Object }
70
     * {@link Element }
70
     * {@link Element }
-
 
71
     * 
71
     * {@link Object }
-
 
72
     * 
72
     * 
73
     * 
73
     */
74
     */
74
    public List<Object> getAny() {
75
    public List<Object> getAny() {
75
        if (any == null) {
76
        if (any == null) {
76
            any = new ArrayList<Object>();
77
            any = new ArrayList<Object>();