Subversion Repositories XServices

Rev

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

Rev 201 Rev 203
Line 9... Line 9...
9
import javax.xml.bind.annotation.XmlAnyAttribute;
9
import javax.xml.bind.annotation.XmlAnyAttribute;
10
import javax.xml.bind.annotation.XmlAnyElement;
10
import javax.xml.bind.annotation.XmlAnyElement;
11
import javax.xml.bind.annotation.XmlType;
11
import javax.xml.bind.annotation.XmlType;
12
import javax.xml.namespace.QName;
12
import javax.xml.namespace.QName;
13
 
13
import org.w3c.dom.Element;
-
 
14
 
Line 14... Line 15...
14
 
15
 
15
/**
16
/**
16
 * 
17
 * 
Line 25... Line 26...
25
 * <complexType name="EmExtensionType">
26
 * <complexType name="EmExtensionType">
26
 *   <complexContent>
27
 *   <complexContent>
27
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
28
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
28
 *       <sequence>
29
 *       <sequence>
29
 *         <any namespace='targetnamespace' maxOccurs="unbounded"/>
30
 *         <any processContents='lax' namespace='http://www.eclipse.org/alf/schema/EventBase/1' maxOccurs="unbounded"/>
30
 *       </sequence>
31
 *       </sequence>
31
 *       <anyAttribute/>
32
 *       <anyAttribute/>
32
 *     </restriction>
33
 *     </restriction>
33
 *   </complexContent>
34
 *   </complexContent>
34
 * </complexType>
35
 * </complexType>
35
 * </pre>
36
 * </pre>
Line 64... Line 65...
64
     * 
65
     * 
65
     * 
66
     * 
66
     * <p>
67
     * <p>
67
     * Objects of the following type(s) are allowed in the list
68
     * Objects of the following type(s) are allowed in the list
68
     * {@link Object }
69
     * {@link Element }
-
 
70
     * {@link Object }
69
     * 
71
     * 
70
     * 
72
     * 
71
     */
73
     */
72
    public List<Object> getAny() {
74
    public List<Object> getAny() {
73
        if (any == null) {
75
        if (any == null) {