Subversion Repositories XServices

Rev

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

Rev 201 Rev 203
Line 15... Line 15...
15
 
15
 
16
/**
16
/**
17
 * 
17
 * 
-
 
18
 *                 Place holder type for custom Event payload "extensions"
18
 *                 Place holder type for custom Event payload "extensions"
19
 *                 ##other namespace is recommended but ##any is specified allowing more primitive sources
19
 *             
20
 *             
20
 * 
21
 * 
21
 * <p>Java-Klasse für CustomExtensionType complex type.
22
 * <p>Java-Klasse für CustomExtensionType complex type.
22
 * 
23
 * 
Line 26... Line 27...
26
 * &lt;complexType name="CustomExtensionType">
27
 * &lt;complexType name="CustomExtensionType">
27
 *   &lt;complexContent>
28
 *   &lt;complexContent>
28
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *       &lt;sequence>
30
 *       &lt;sequence>
30
 *         &lt;any processContents='lax' namespace='##other' maxOccurs="unbounded"/>
31
 *         &lt;any processContents='lax' maxOccurs="unbounded"/>
31
 *       &lt;/sequence>
32
 *       &lt;/sequence>
32
 *       &lt;anyAttribute/>
33
 *       &lt;anyAttribute/>
33
 *     &lt;/restriction>
34
 *     &lt;/restriction>
34
 *   &lt;/complexContent>
35
 *   &lt;/complexContent>
35
 * &lt;/complexType>
36
 * &lt;/complexType>
36
 * </pre>
37
 * </pre>
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>();