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 26... Line 27...
26
 * <complexType name="BaseExtensionType">
27
 * <complexType name="BaseExtensionType">
27
 *   <complexContent>
28
 *   <complexContent>
28
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
29
 *       <sequence>
30
 *       <sequence>
30
 *         <any namespace='targetnamespace' maxOccurs="unbounded"/>
31
 *         <any processContents='lax' namespace='http://www.eclipse.org/alf/schema/EventBase/1' maxOccurs="unbounded"/>
31
 *       </sequence>
32
 *       </sequence>
32
 *       <anyAttribute/>
33
 *       <anyAttribute/>
33
 *     </restriction>
34
 *     </restriction>
34
 *   </complexContent>
35
 *   </complexContent>
35
 * </complexType>
36
 * </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 }
-
 
71
     * {@link Object }
70
     * 
72
     * 
71
     * 
73
     * 
72
     */
74
     */
73
    public List<Object> getAny() {
75
    public List<Object> getAny() {
74
        if (any == null) {
76
        if (any == null) {