001/*
002 * The MIT License
003 * Copyright (c) 2012 Microsoft Corporation
004 *
005 * Permission is hereby granted, free of charge, to any person obtaining a copy
006 * of this software and associated documentation files (the "Software"), to deal
007 * in the Software without restriction, including without limitation the rights
008 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
009 * copies of the Software, and to permit persons to whom the Software is
010 * furnished to do so, subject to the following conditions:
011 *
012 * The above copyright notice and this permission notice shall be included in
013 * all copies or substantial portions of the Software.
014 *
015 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
016 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
017 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
018 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
019 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
020 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
021 * THE SOFTWARE.
022 */
023
024package microsoft.exchange.webservices.data.core;
025
026/**
027 * XML attribute names.
028 */
029public class XmlAttributeNames {
030
031  /**
032   * The Constant XmlNs.
033   */
034  public static final String XmlNs = "xmlns";
035
036  /**
037   * The Constant Id.
038   */
039  public static final String Id = "Id";
040
041  /**
042   * The Constant ChangeKey.
043   */
044  public static final String ChangeKey = "ChangeKey";
045
046  /**
047   * The Constant RecurringMasterId.
048   */
049  public static final String RecurringMasterId = "RecurringMasterId";
050
051  /**
052   * The Constant InstanceIndex.
053   */
054  public static final String InstanceIndex = "InstanceIndex";
055
056  /**
057   * The Constant OccurrenceId.
058   */
059  public static final String OccurrenceId = "OccurrenceId";
060
061  /**
062   * The Constant Traversal.
063   */
064  public static final String Traversal = "Traversal";
065
066  /**
067   * The Constant Offset.
068   */
069  public static final String Offset = "Offset";
070
071  /**
072   * The Constant MaxEntriesReturned.
073   */
074  public static final String MaxEntriesReturned = "MaxEntriesReturned";
075
076  /**
077   * The Constant BasePoint.
078   */
079  public static final String BasePoint = "BasePoint";
080
081  /**
082   * The Constant ResponseClass.
083   */
084  public static final String ResponseClass = "ResponseClass";
085
086  /**
087   * The Constant IndexedPagingOffset.
088   */
089  public static final String IndexedPagingOffset = "IndexedPagingOffset";
090
091  /**
092   * The Constant TotalItemsInView.
093   */
094  public static final String TotalItemsInView = "TotalItemsInView";
095
096  /**
097   * The Constant IncludesLastItemInRange.
098   */
099  public static final String IncludesLastItemInRange =
100      "IncludesLastItemInRange";
101
102  /**
103   * The Constant BodyType.
104   */
105  public static final String BodyType = "BodyType";
106
107  /**
108   * The Constant MessageDisposition.
109   */
110  public static final String MessageDisposition = "MessageDisposition";
111
112  /**
113   * The Constant SaveItemToFolder.
114   */
115  public static final String SaveItemToFolder = "SaveItemToFolder";
116
117  /**
118   * The Constant RootItemChangeKey.
119   */
120  public static final String RootItemChangeKey = "RootItemChangeKey";
121
122  /**
123   * The Constant DeleteType.
124   */
125  public static final String DeleteType = "DeleteType";
126
127  /**
128   * The Constant DeleteSubFolders.
129   */
130  public static final String DeleteSubFolders = "DeleteSubFolders";
131
132  /**
133   * The Constant AffectedTaskOccurrences.
134   */
135  public static final String AffectedTaskOccurrences =
136      "AffectedTaskOccurrences";
137
138  /**
139   * The Constant SendMeetingCancellations.
140   */
141  public static final String SendMeetingCancellations =
142      "SendMeetingCancellations";
143
144  /**
145   * The Constant FieldURI.
146   */
147  public static final String FieldURI = "FieldURI";
148
149  /**
150   * The Constant FieldIndex.
151   */
152  public static final String FieldIndex = "FieldIndex";
153
154  /**
155   * The Constant ConflictResolution.
156   */
157  public static final String ConflictResolution = "ConflictResolution";
158
159  public static final String CreateAction = "CreateAction";
160
161  /**
162   * The Constant SendMeetingInvitationsOrCancellations.
163   */
164  public static final String SendMeetingInvitationsOrCancellations =
165      "SendMeetingInvitationsOrCancellations";
166
167  /**
168   * The Constant CharacterSet.
169   */
170  public static final String CharacterSet = "CharacterSet";
171
172  /**
173   * The Constant HeaderName.
174   */
175  public static final String HeaderName = "HeaderName";
176
177  /**
178   * The Constant SendMeetingInvitations.
179   */
180  public static final String SendMeetingInvitations =
181      "SendMeetingInvitations";
182
183  /**
184   * The Constant Key.
185   */
186  public static final String Key = "Key";
187
188  /**
189   * The Constant RoutingType.
190   */
191  public static final String RoutingType = "RoutingType";
192
193  /**
194   * The Constant MailboxType.
195   */
196  public static final String MailboxType = "MailboxType";
197
198  /**
199   * The Constant DistinguishedPropertySetId.
200   */
201  public static final String DistinguishedPropertySetId =
202      "DistinguishedPropertySetId";
203
204  /**
205   * The Constant PropertySetId.
206   */
207  public static final String PropertySetId = "PropertySetId";
208
209  /**
210   * The Constant PropertyTag.
211   */
212  public static final String PropertyTag = "PropertyTag";
213
214  /**
215   * The Constant PropertyName.
216   */
217  public static final String PropertyName = "PropertyName";
218
219  /**
220   * The Constant PropertyId.
221   */
222  public static final String PropertyId = "PropertyId";
223
224  /**
225   * The Constant PropertyType.
226   */
227  public static final String PropertyType = "PropertyType";
228
229  /**
230   * The Constant TimeZoneName.
231   */
232  public static final String TimeZoneName = "TimeZoneName";
233
234  /**
235   * The Constant ReturnFullContactData.
236   */
237  public static final String ReturnFullContactData = "ReturnFullContactData";
238
239  /**
240   * The Constant ContactDataShape.
241   */
242  public static final String ContactDataShape = "ContactDataShape";
243
244  /**
245   * The Constant Numerator.
246   */
247  public static final String Numerator = "Numerator";
248
249  /**
250   * The Constant Denominator.
251   */
252  public static final String Denominator = "Numerator";
253
254  /**
255   * The Constant Value.
256   */
257  public static final String Value = "Value";
258
259  /**
260   * The Constant ContainmentMode.
261   */
262  public static final String ContainmentMode = "ContainmentMode";
263
264  /**
265   * The Constant ContainmentComparison.
266   */
267  public static final String ContainmentComparison = "ContainmentComparison";
268
269  /**
270   * The Constant Order.
271   */
272  public static final String Order = "Order";
273
274  /**
275   * The Constant StartDate.
276   */
277  public static final String StartDate = "StartDate";
278
279  /**
280   * The Constant EndDate.
281   */
282  public static final String EndDate = "EndDate";
283
284  /**
285   * The Constant Version.
286   */
287  public static final String Version = "Version";
288
289  /**
290   * The Constant Aggregate.
291   */
292  public static final String Aggregate = "Aggregate";
293
294  /**
295   * The Constant SearchScope.
296   */
297  public static final String SearchScope = "SearchScope";
298
299  /**
300   * The Constant Format.
301   */
302  public static final String Format = "Format";
303
304  /**
305   * The Constant Mailbox.
306   */
307  public static final String Mailbox = "Mailbox";
308
309  /**
310   * The Constant DestinationFormat.
311   */
312  public static final String DestinationFormat = "DestinationFormat";
313
314  /**
315   * The Constant FolderId.
316   */
317  public static final String FolderId = "FolderId";
318
319  /**
320   * The Constant ItemId.
321   */
322  public static final String ItemId = "ItemId";
323
324  /**
325   * The Constant IncludePermissions.
326   */
327  public static final String IncludePermissions = "IncludePermissions";
328
329  /**
330   * The Constant InitialName.
331   */
332  public static final String InitialName = "InitialName";
333
334  /**
335   * The Constant FinalName.
336   */
337  public static final String FinalName = "FinalName";
338
339  /**
340   * The Constant AuthenticationMethod.
341   */
342  public static final String AuthenticationMethod = "AuthenticationMethod";
343
344  /**
345   * The Constant Time.
346   */
347  public static final String Time = "Time";
348
349  /**
350   * The Constant Name.
351   */
352  public static final String Name = "Name";
353
354  /**
355   * The Constant Bias.
356   */
357  public static final String Bias = "Bias";
358
359  /**
360   * The Constant Kind.
361   */
362  public static final String Kind = "Kind";
363
364  /**
365   * The Constant SubscribeToAllFolders.
366   */
367  public static final String SubscribeToAllFolders = "SubscribeToAllFolders";
368
369  /**
370   * The Constant PublicFolderServer.
371   */
372  public static final String PublicFolderServer = "PublicFolderServer";
373
374  /**
375   * The Constant IsArchive.
376   */
377  public static final String IsArchive = "IsArchive";
378  // xsi attribute
379  /**
380   * The Constant Nil.
381   */
382  public static final String Nil = "nil";
383
384  /**
385   * The Constant Type.
386   */
387  public static final String Type = "type";
388}