View Javadoc
1   
2   package fr.paris.lutece.plugins.eudonetbp.event25;
3   
4   import javax.xml.bind.annotation.XmlRegistry;
5   
6   
7   /**
8    * This object contains factory methods for each 
9    * Java content interface and Java element interface 
10   * generated in the fr.paris.lutece.plugins.eudonetbp.event25 package. 
11   * <p>An ObjectFactory allows you to programatically 
12   * construct new instances of the Java representation 
13   * for XML content. The Java representation of XML 
14   * content can consist of schema derived interfaces 
15   * and classes representing the binding of schema 
16   * type definitions, element declarations and model 
17   * groups.  Factory methods for each of these are 
18   * provided in this class.
19   * 
20   */
21  @XmlRegistry
22  public class ObjectFactory {
23  
24  
25      /**
26       * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: fr.paris.lutece.plugins.eudonetbp.event25
27       * 
28       */
29      public ObjectFactory() {
30      }
31  
32      /**
33       * Create an instance of {@link AddResponse }
34       * 
35       */
36      public AddResponse createAddResponse() {
37          return new AddResponse();
38      }
39  
40      /**
41       * Create an instance of {@link SearchByCustomField }
42       * 
43       */
44      public SearchByCustomField createSearchByCustomField() {
45          return new SearchByCustomField();
46      }
47  
48      /**
49       * Create an instance of {@link SearchByFilterName }
50       * 
51       */
52      public SearchByFilterName createSearchByFilterName() {
53          return new SearchByFilterName();
54      }
55  
56      /**
57       * Create an instance of {@link UpdateResponse }
58       * 
59       */
60      public UpdateResponse createUpdateResponse() {
61          return new UpdateResponse();
62      }
63  
64      /**
65       * Create an instance of {@link ArrayOfFieldFilter }
66       * 
67       */
68      public ArrayOfFieldFilter createArrayOfFieldFilter() {
69          return new ArrayOfFieldFilter();
70      }
71  
72      /**
73       * Create an instance of {@link GetMRUResponse }
74       * 
75       */
76      public GetMRUResponse createGetMRUResponse() {
77          return new GetMRUResponse();
78      }
79  
80      /**
81       * Create an instance of {@link DeleteResponse }
82       * 
83       */
84      public DeleteResponse createDeleteResponse() {
85          return new DeleteResponse();
86      }
87  
88      /**
89       * Create an instance of {@link SearchByIdResponse }
90       * 
91       */
92      public SearchByIdResponse createSearchByIdResponse() {
93          return new SearchByIdResponse();
94      }
95  
96      /**
97       * Create an instance of {@link SearchByCustomFields }
98       * 
99       */
100     public SearchByCustomFields createSearchByCustomFields() {
101         return new SearchByCustomFields();
102     }
103 
104     /**
105      * Create an instance of {@link EudoField }
106      * 
107      */
108     public EudoField createEudoField() {
109         return new EudoField();
110     }
111 
112     /**
113      * Create an instance of {@link FieldFilter }
114      * 
115      */
116     public FieldFilter createFieldFilter() {
117         return new FieldFilter();
118     }
119 
120     /**
121      * Create an instance of {@link SearchById }
122      * 
123      */
124     public SearchById createSearchById() {
125         return new SearchById();
126     }
127 
128     /**
129      * Create an instance of {@link ResultEVENT25 }
130      * 
131      */
132     public ResultEVENT25 createResultEVENT25() {
133         return new ResultEVENT25();
134     }
135 
136     /**
137      * Create an instance of {@link ArrayOfEudoField }
138      * 
139      */
140     public ArrayOfEudoField createArrayOfEudoField() {
141         return new ArrayOfEudoField();
142     }
143 
144     /**
145      * Create an instance of {@link SearchByMainFieldResponse }
146      * 
147      */
148     public SearchByMainFieldResponse createSearchByMainFieldResponse() {
149         return new SearchByMainFieldResponse();
150     }
151 
152     /**
153      * Create an instance of {@link SearchByFilterIdResponse }
154      * 
155      */
156     public SearchByFilterIdResponse createSearchByFilterIdResponse() {
157         return new SearchByFilterIdResponse();
158     }
159 
160     /**
161      * Create an instance of {@link Delete }
162      * 
163      */
164     public Delete createDelete() {
165         return new Delete();
166     }
167 
168     /**
169      * Create an instance of {@link Update }
170      * 
171      */
172     public Update createUpdate() {
173         return new Update();
174     }
175 
176     /**
177      * Create an instance of {@link EVENT25Data }
178      * 
179      */
180     public EVENT25Data createEVENT25Data() {
181         return new EVENT25Data();
182     }
183 
184     /**
185      * Create an instance of {@link SearchByFilterId }
186      * 
187      */
188     public SearchByFilterId createSearchByFilterId() {
189         return new SearchByFilterId();
190     }
191 
192     /**
193      * Create an instance of {@link SearchByCustomFieldResponse }
194      * 
195      */
196     public SearchByCustomFieldResponse createSearchByCustomFieldResponse() {
197         return new SearchByCustomFieldResponse();
198     }
199 
200     /**
201      * Create an instance of {@link Add }
202      * 
203      */
204     public Add createAdd() {
205         return new Add();
206     }
207 
208     /**
209      * Create an instance of {@link SearchByCustomFieldsResponse }
210      * 
211      */
212     public SearchByCustomFieldsResponse createSearchByCustomFieldsResponse() {
213         return new SearchByCustomFieldsResponse();
214     }
215 
216     /**
217      * Create an instance of {@link SearchByFilterNameResponse }
218      * 
219      */
220     public SearchByFilterNameResponse createSearchByFilterNameResponse() {
221         return new SearchByFilterNameResponse();
222     }
223 
224     /**
225      * Create an instance of {@link ArrayOfAnyType }
226      * 
227      */
228     public ArrayOfAnyType createArrayOfAnyType() {
229         return new ArrayOfAnyType();
230     }
231 
232     /**
233      * Create an instance of {@link SearchByMainField }
234      * 
235      */
236     public SearchByMainField createSearchByMainField() {
237         return new SearchByMainField();
238     }
239 
240     /**
241      * Create an instance of {@link GetMRU }
242      * 
243      */
244     public GetMRU createGetMRU() {
245         return new GetMRU();
246     }
247 
248 }