Subversion Repositories XServices

Rev

Rev 201 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 203
1
package net.brutex.xservices.types.alfevent;
1
package net.brutex.xservices.types.alfevent;
2
 
2
 
3
import javax.xml.bind.JAXBElement;
3
import javax.xml.bind.JAXBElement;
4
import javax.xml.bind.annotation.XmlElementDecl;
4
import javax.xml.bind.annotation.XmlElementDecl;
5
import javax.xml.bind.annotation.XmlRegistry;
5
import javax.xml.bind.annotation.XmlRegistry;
6
import javax.xml.namespace.QName;
6
import javax.xml.namespace.QName;
7
 
7
 
8
 
8
 
9
/**
9
/**
10
 * This object contains factory methods for each 
10
 * This object contains factory methods for each 
11
 * Java content interface and Java element interface 
11
 * Java content interface and Java element interface 
12
 * generated in the net.brutex.xservices.types.alfevent package. 
12
 * generated in the net.brutex.xservices.types.alfevent package. 
13
 * <p>An ObjectFactory allows you to programatically 
13
 * <p>An ObjectFactory allows you to programatically 
14
 * construct new instances of the Java representation 
14
 * construct new instances of the Java representation 
15
 * for XML content. The Java representation of XML 
15
 * for XML content. The Java representation of XML 
16
 * content can consist of schema derived interfaces 
16
 * content can consist of schema derived interfaces 
17
 * and classes representing the binding of schema 
17
 * and classes representing the binding of schema 
18
 * type definitions, element declarations and model 
18
 * type definitions, element declarations and model 
19
 * groups.  Factory methods for each of these are 
19
 * groups.  Factory methods for each of these are 
20
 * provided in this class.
20
 * provided in this class.
21
 * 
21
 * 
22
 */
22
 */
23
@XmlRegistry
23
@XmlRegistry
24
public class ObjectFactory {
24
public class ObjectFactory {
25
 
25
 
26
    private final static QName _EventNotice_QNAME = new QName("http://www.eclipse.org/alf/schema/EventBase/1", "EventNotice");
26
    private final static QName _ALFEventNoticeDoc_QNAME = new QName("http://www.eclipse.org/alf/schema/EventBase/1", "ALFEventNoticeDoc");
27
 
27
 
28
    /**
28
    /**
29
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.brutex.xservices.types.alfevent
29
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.brutex.xservices.types.alfevent
30
     * 
30
     * 
31
     */
31
     */
32
    public ObjectFactory() {
32
    public ObjectFactory() {
33
    }
33
    }
34
 
34
 
35
    /**
35
    /**
36
     * Create an instance of {@link ALFEventType }
36
     * Create an instance of {@link ALFSecurityType }
-
 
37
     * 
-
 
38
     */
-
 
39
    public ALFSecurityType createALFSecurityType() {
-
 
40
        return new ALFSecurityType();
-
 
41
    }
-
 
42
 
-
 
43
    /**
-
 
44
     * Create an instance of {@link ALFEventType }
37
     * 
45
     * 
38
     */
46
     */
39
    public ALFEventType createALFEventType() {
47
    public ALFEventType createALFEventType() {
40
        return new ALFEventType();
48
        return new ALFEventType();
41
    }
49
    }
42
 
50
 
43
    /**
51
    /**
44
     * Create an instance of {@link DetailExtensionType }
52
     * Create an instance of {@link DetailExtensionType }
45
     * 
53
     * 
46
     */
54
     */
47
    public DetailExtensionType createDetailExtensionType() {
55
    public DetailExtensionType createDetailExtensionType() {
48
        return new DetailExtensionType();
56
        return new DetailExtensionType();
49
    }
57
    }
50
 
58
 
51
    /**
59
    /**
52
     * Create an instance of {@link CustomExtensionType }
60
     * Create an instance of {@link CustomExtensionType }
53
     * 
61
     * 
54
     */
62
     */
55
    public CustomExtensionType createCustomExtensionType() {
63
    public CustomExtensionType createCustomExtensionType() {
56
        return new CustomExtensionType();
64
        return new CustomExtensionType();
57
    }
65
    }
58
 
66
 
59
    /**
67
    /**
60
     * Create an instance of {@link CredentialsType }
68
     * Create an instance of {@link CredentialsType }
61
     * 
69
     * 
62
     */
70
     */
63
    public CredentialsType createCredentialsType() {
71
    public CredentialsType createCredentialsType() {
64
        return new CredentialsType();
72
        return new CredentialsType();
65
    }
73
    }
66
 
74
 
67
    /**
75
    /**
68
     * Create an instance of {@link SourceType }
76
     * Create an instance of {@link SourceType }
69
     * 
77
     * 
70
     */
78
     */
71
    public SourceType createSourceType() {
79
    public SourceType createSourceType() {
72
        return new SourceType();
80
        return new SourceType();
73
    }
81
    }
74
 
82
 
75
    /**
83
    /**
76
     * Create an instance of {@link BaseExtensionType }
84
     * Create an instance of {@link BaseExtensionType }
77
     * 
85
     * 
78
     */
86
     */
79
    public BaseExtensionType createBaseExtensionType() {
87
    public BaseExtensionType createBaseExtensionType() {
80
        return new BaseExtensionType();
88
        return new BaseExtensionType();
81
    }
89
    }
82
 
90
 
83
    /**
91
    /**
84
     * Create an instance of {@link EmExtensionType }
92
     * Create an instance of {@link EmExtensionType }
85
     * 
93
     * 
86
     */
94
     */
87
    public EmExtensionType createEmExtensionType() {
95
    public EmExtensionType createEmExtensionType() {
88
        return new EmExtensionType();
96
        return new EmExtensionType();
89
    }
97
    }
90
 
98
 
91
    /**
99
    /**
92
     * Create an instance of {@link ALFEventWithReplyResponseType }
100
     * Create an instance of {@link ALFEventWithReplyResponseType }
93
     * 
101
     * 
94
     */
102
     */
95
    public ALFEventWithReplyResponseType createALFEventWithReplyResponseType() {
103
    public ALFEventWithReplyResponseType createALFEventWithReplyResponseType() {
96
        return new ALFEventWithReplyResponseType();
104
        return new ALFEventWithReplyResponseType();
97
    }
105
    }
98
 
106
 
99
    /**
107
    /**
100
     * Create an instance of {@link EventBaseType }
108
     * Create an instance of {@link EventBaseType }
101
     * 
109
     * 
102
     */
110
     */
103
    public EventBaseType createEventBaseType() {
111
    public EventBaseType createEventBaseType() {
104
        return new EventBaseType();
112
        return new EventBaseType();
105
    }
113
    }
106
 
114
 
107
    /**
115
    /**
108
     * Create an instance of {@link ALFEventResponseType }
116
     * Create an instance of {@link ALFEventResponseType }
109
     * 
117
     * 
110
     */
118
     */
111
    public ALFEventResponseType createALFEventResponseType() {
119
    public ALFEventResponseType createALFEventResponseType() {
112
        return new ALFEventResponseType();
120
        return new ALFEventResponseType();
113
    }
121
    }
114
 
122
 
115
    /**
123
    /**
116
     * Create an instance of {@link EmBaseType }
124
     * Create an instance of {@link EmBaseType }
117
     * 
125
     * 
118
     */
126
     */
119
    public EmBaseType createEmBaseType() {
127
    public EmBaseType createEmBaseType() {
120
        return new EmBaseType();
128
        return new EmBaseType();
121
    }
129
    }
122
 
130
 
123
    /**
131
    /**
124
     * Create an instance of {@link JAXBElement }{@code <}{@link ALFEventType }{@code >}}
132
     * Create an instance of {@link ALFSecurityType.UsernameToken }
-
 
133
     * 
-
 
134
     */
-
 
135
    public ALFSecurityType.UsernameToken createALFSecurityTypeUsernameToken() {
-
 
136
        return new ALFSecurityType.UsernameToken();
-
 
137
    }
-
 
138
 
-
 
139
    /**
-
 
140
     * Create an instance of {@link JAXBElement }{@code <}{@link ALFEventType }{@code >}}
125
     * 
141
     * 
126
     */
142
     */
127
    @XmlElementDecl(namespace = "http://www.eclipse.org/alf/schema/EventBase/1", name = "EventNotice")
143
    @XmlElementDecl(namespace = "http://www.eclipse.org/alf/schema/EventBase/1", name = "ALFEventNoticeDoc")
128
    public JAXBElement<ALFEventType> createEventNotice(ALFEventType value) {
144
    public JAXBElement<ALFEventType> createALFEventNoticeDoc(ALFEventType value) {
129
        return new JAXBElement<ALFEventType>(_EventNotice_QNAME, ALFEventType.class, null, value);
145
        return new JAXBElement<ALFEventType>(_ALFEventNoticeDoc_QNAME, ALFEventType.class, null, value);
130
    }
146
    }
131
 
147
 
132
}
148
}