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
024 package microsoft.exchange.webservices.data.core;
025
026 /**
027 * XML attribute names.
028 */
029 public 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 /**
160 * The Constant SendMeetingInvitationsOrCancellations.
161 */
162 public static final String SendMeetingInvitationsOrCancellations =
163 "SendMeetingInvitationsOrCancellations";
164
165 /**
166 * The Constant CharacterSet.
167 */
168 public static final String CharacterSet = "CharacterSet";
169
170 /**
171 * The Constant HeaderName.
172 */
173 public static final String HeaderName = "HeaderName";
174
175 /**
176 * The Constant SendMeetingInvitations.
177 */
178 public static final String SendMeetingInvitations =
179 "SendMeetingInvitations";
180
181 /**
182 * The Constant Key.
183 */
184 public static final String Key = "Key";
185
186 /**
187 * The Constant RoutingType.
188 */
189 public static final String RoutingType = "RoutingType";
190
191 /**
192 * The Constant MailboxType.
193 */
194 public static final String MailboxType = "MailboxType";
195
196 /**
197 * The Constant DistinguishedPropertySetId.
198 */
199 public static final String DistinguishedPropertySetId =
200 "DistinguishedPropertySetId";
201
202 /**
203 * The Constant PropertySetId.
204 */
205 public static final String PropertySetId = "PropertySetId";
206
207 /**
208 * The Constant PropertyTag.
209 */
210 public static final String PropertyTag = "PropertyTag";
211
212 /**
213 * The Constant PropertyName.
214 */
215 public static final String PropertyName = "PropertyName";
216
217 /**
218 * The Constant PropertyId.
219 */
220 public static final String PropertyId = "PropertyId";
221
222 /**
223 * The Constant PropertyType.
224 */
225 public static final String PropertyType = "PropertyType";
226
227 /**
228 * The Constant TimeZoneName.
229 */
230 public static final String TimeZoneName = "TimeZoneName";
231
232 /**
233 * The Constant ReturnFullContactData.
234 */
235 public static final String ReturnFullContactData = "ReturnFullContactData";
236
237 /**
238 * The Constant ContactDataShape.
239 */
240 public static final String ContactDataShape = "ContactDataShape";
241
242 /**
243 * The Constant Numerator.
244 */
245 public static final String Numerator = "Numerator";
246
247 /**
248 * The Constant Denominator.
249 */
250 public static final String Denominator = "Numerator";
251
252 /**
253 * The Constant Value.
254 */
255 public static final String Value = "Value";
256
257 /**
258 * The Constant ContainmentMode.
259 */
260 public static final String ContainmentMode = "ContainmentMode";
261
262 /**
263 * The Constant ContainmentComparison.
264 */
265 public static final String ContainmentComparison = "ContainmentComparison";
266
267 /**
268 * The Constant Order.
269 */
270 public static final String Order = "Order";
271
272 /**
273 * The Constant StartDate.
274 */
275 public static final String StartDate = "StartDate";
276
277 /**
278 * The Constant EndDate.
279 */
280 public static final String EndDate = "EndDate";
281
282 /**
283 * The Constant Version.
284 */
285 public static final String Version = "Version";
286
287 /**
288 * The Constant Aggregate.
289 */
290 public static final String Aggregate = "Aggregate";
291
292 /**
293 * The Constant SearchScope.
294 */
295 public static final String SearchScope = "SearchScope";
296
297 /**
298 * The Constant Format.
299 */
300 public static final String Format = "Format";
301
302 /**
303 * The Constant Mailbox.
304 */
305 public static final String Mailbox = "Mailbox";
306
307 /**
308 * The Constant DestinationFormat.
309 */
310 public static final String DestinationFormat = "DestinationFormat";
311
312 /**
313 * The Constant FolderId.
314 */
315 public static final String FolderId = "FolderId";
316
317 /**
318 * The Constant ItemId.
319 */
320 public static final String ItemId = "ItemId";
321
322 /**
323 * The Constant IncludePermissions.
324 */
325 public static final String IncludePermissions = "IncludePermissions";
326
327 /**
328 * The Constant InitialName.
329 */
330 public static final String InitialName = "InitialName";
331
332 /**
333 * The Constant FinalName.
334 */
335 public static final String FinalName = "FinalName";
336
337 /**
338 * The Constant AuthenticationMethod.
339 */
340 public static final String AuthenticationMethod = "AuthenticationMethod";
341
342 /**
343 * The Constant Time.
344 */
345 public static final String Time = "Time";
346
347 /**
348 * The Constant Name.
349 */
350 public static final String Name = "Name";
351
352 /**
353 * The Constant Bias.
354 */
355 public static final String Bias = "Bias";
356
357 /**
358 * The Constant Kind.
359 */
360 public static final String Kind = "Kind";
361
362 /**
363 * The Constant SubscribeToAllFolders.
364 */
365 public static final String SubscribeToAllFolders = "SubscribeToAllFolders";
366
367 /**
368 * The Constant PublicFolderServer.
369 */
370 public static final String PublicFolderServer = "PublicFolderServer";
371
372 /**
373 * The Constant IsArchive.
374 */
375 public static final String IsArchive = "IsArchive";
376 // xsi attribute
377 /**
378 * The Constant Nil.
379 */
380 public static final String Nil = "nil";
381
382 /**
383 * The Constant Type.
384 */
385 public static final String Type = "type";
386 }