diff options
Diffstat (limited to 'kresources/groupwise/soap/soapStub.h')
-rw-r--r-- | kresources/groupwise/soap/soapStub.h | 8923 |
1 files changed, 0 insertions, 8923 deletions
diff --git a/kresources/groupwise/soap/soapStub.h b/kresources/groupwise/soap/soapStub.h deleted file mode 100644 index 5566ba0ba..000000000 --- a/kresources/groupwise/soap/soapStub.h +++ /dev/null @@ -1,8923 +0,0 @@ -/* soapStub.h - Generated by gSOAP 2.7.3 from ./groupwise.h - Copyright (C) 2000-2005, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ -#ifndef soapStub_H -#define soapStub_H -#include <vector> -#include "stdsoap2.h" - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -#ifndef SOAP_TYPE_ngwt__ItemSourceList -#define SOAP_TYPE_ngwt__ItemSourceList (336) -/* Bimask ngwt:ItemSourceList */ -enum ngwt__ItemSourceList {received = 1, sent = 2, draft = 4, personal = 8}; -#endif - -#ifndef SOAP_TYPE_ngwt__MessageTypeList -#define SOAP_TYPE_ngwt__MessageTypeList (337) -/* Bimask ngwt:MessageTypeList */ -enum ngwt__MessageTypeList {Appointment = 1, CalendarItem = 2, DocumentReference = 4, Mail = 8, Note = 16, PhoneMessage = 32, Task = 64}; -#endif - -#ifndef SOAP_TYPE_ngwe__FieldList -#define SOAP_TYPE_ngwe__FieldList (339) -/* Bimask ngwe:FieldList */ -enum ngwe__FieldList {AcceptLevel = 1, Alarm = 2, AllDayEvent = 4, Attachment = 8, Category = 16, Classification = 32, Contact = 64, DueDate = 128, Duration = 256, EmailAddress = 512, ExpirationDate = 1024, Hidden = 2048, IMAddress = 4096, MessageBody = 8192, Name = 16384, Organization = 32768, Owner = 65536, PersonalSubject = 131072, PhoneNumber = 262144, Place = 524288, PostalAddress = 1048576, RecipientStatus = 2097152, Rights = 4194304, Security = 8388608, SendPriority = 16777216, StartDate = 33554432, Subject = 67108864, TaskCategory = 134217728, TaskPriority = 268435456}; -#endif - -#ifndef SOAP_TYPE_ngwe__ItemTypeList -#define SOAP_TYPE_ngwe__ItemTypeList (340) -/* Bimask ngwe:ItemTypeList */ -enum ngwe__ItemTypeList {AddressBookItem = 1, Appointment_ = 2, CalendarItem_ = 4, Contact_ = 8, Group = 16, Mail_ = 32, Note_ = 64, Organization_ = 128, PhoneMessage_ = 256, Resource = 512, Task_ = 1024, DocumentRef = 2048}; -#endif - -#ifndef SOAP_TYPE_ngwt__AcceptLevel -#define SOAP_TYPE_ngwt__AcceptLevel (341) -/* ngwt:AcceptLevel */ -enum ngwt__AcceptLevel {Free = 0, Tentative = 1, Busy = 2, OutOfOffice = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__AgeAction -#define SOAP_TYPE_ngwt__AgeAction (342) -/* ngwt:AgeAction */ -enum ngwt__AgeAction {archive = 0, delete__ = 1, retain = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__AppointmentConflict -#define SOAP_TYPE_ngwt__AppointmentConflict (343) -/* ngwt:AppointmentConflict */ -enum ngwt__AppointmentConflict {Yes = 0, No = 1, Ignore = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__CalendarFolderFlags -#define SOAP_TYPE_ngwt__CalendarFolderFlags (344) -/* ngwt:CalendarFolderFlags */ -enum ngwt__CalendarFolderFlags {ShowInList = 0, DontIncludeContent = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__CategoryType -#define SOAP_TYPE_ngwt__CategoryType (345) -/* ngwt:CategoryType */ -enum ngwt__CategoryType {Normal = 0, Personal = 1, FollowUp = 2, Urgent = 3, LowPriority = 4}; -#endif - -#ifndef SOAP_TYPE_ngwt__ContactType -#define SOAP_TYPE_ngwt__ContactType (346) -/* ngwt:ContactType */ -enum ngwt__ContactType {Contact__ = 0, Group_ = 1, Resource_ = 2, Organization__ = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__CursorSeek -#define SOAP_TYPE_ngwt__CursorSeek (347) -/* ngwt:CursorSeek */ -enum ngwt__CursorSeek {current = 0, start = 1, end = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__CustomType -#define SOAP_TYPE_ngwt__CustomType (348) -/* ngwt:CustomType */ -enum ngwt__CustomType {String = 0, Numeric = 1, Date = 2, Binary = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__DeltaSyncType -#define SOAP_TYPE_ngwt__DeltaSyncType (353) -/* ngwt:DeltaSyncType */ -enum ngwt__DeltaSyncType {add = 0, delete_ = 1, update = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__DistributionType -#define SOAP_TYPE_ngwt__DistributionType (354) -/* ngwt:DistributionType */ -enum ngwt__DistributionType {TO = 0, CC = 1, BC = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__Execution -#define SOAP_TYPE_ngwt__Execution (355) -/* ngwt:Execution */ -enum ngwt__Execution {Startup = 0, Exit = 1, New = 2, FolderOpen = 3, FolderClose = 4, FolderNew = 5, User = 6}; -#endif - -#ifndef SOAP_TYPE_ngwt__FilterDate -#define SOAP_TYPE_ngwt__FilterDate (356) -/* ngwt:FilterDate */ -enum ngwt__FilterDate {Today = 0, Tomorrow = 1, ThisMonth = 2, ThisWeek = 3, ThisYear = 4, Yesterday = 5}; -#endif - -#ifndef SOAP_TYPE_ngwt__FilterOp -#define SOAP_TYPE_ngwt__FilterOp (357) -/* ngwt:FilterOp */ -enum ngwt__FilterOp {and_ = 0, or_ = 1, not_ = 2, eq = 3, ne = 4, gt = 5, lt = 6, gte = 7, lte = 8, contains = 9, containsWord = 10, begins = 11, exists = 12, notExist = 13, isOf = 14, isNotOf = 15, fieldEqual = 16, fieldGTE = 17, fieldGT = 18, fieldLTE = 19, fieldLT = 20, fieldNE = 21, fieldDateEqual = 22}; -#endif - -#ifndef SOAP_TYPE_ngwt__FolderACLStatus -#define SOAP_TYPE_ngwt__FolderACLStatus (358) -/* ngwt:FolderACLStatus */ -enum ngwt__FolderACLStatus {pending = 0, accepted = 1, deleted = 2, opened = 3, owner = 4}; -#endif - -#ifndef SOAP_TYPE_ngwt__FolderType -#define SOAP_TYPE_ngwt__FolderType (359) -/* ngwt:FolderType */ -enum ngwt__FolderType {Mailbox = 0, SentItems = 1, Draft = 2, Trash = 3, Calendar = 4, Contacts = 5, Documents = 6, Checklist = 7, Cabinet = 8, Normal_ = 9, NNTPServer = 10, NNTPNewsGroup = 11, IMAP = 12, Query = 13, Root = 14, JunkMail = 15, Notes = 16}; -#endif - -#ifndef SOAP_TYPE_ngwt__Frequency -#define SOAP_TYPE_ngwt__Frequency (360) -/* ngwt:Frequency */ -enum ngwt__Frequency {Daily = 0, Weekly = 1, Monthly = 2, Yearly = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemClass -#define SOAP_TYPE_ngwt__ItemClass (363) -/* ngwt:ItemClass */ -enum ngwt__ItemClass {Public = 0, Private = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemOptionsPriority -#define SOAP_TYPE_ngwt__ItemOptionsPriority (364) -/* ngwt:ItemOptionsPriority */ -enum ngwt__ItemOptionsPriority {High = 0, Standard = 1, Low = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemSecurity -#define SOAP_TYPE_ngwt__ItemSecurity (365) -/* ngwt:ItemSecurity */ -enum ngwt__ItemSecurity {Normal__ = 0, Proprietary = 1, Confidential = 2, Secret = 3, TopSecret = 4, ForYourEyesOnly = 5}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemSource -#define SOAP_TYPE_ngwt__ItemSource (366) -/* ngwt:ItemSource */ -enum ngwt__ItemSource {received_ = 0, sent_ = 1, draft_ = 2, personal_ = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__JunkHandlingListType -#define SOAP_TYPE_ngwt__JunkHandlingListType (367) -/* ngwt:JunkHandlingListType */ -enum ngwt__JunkHandlingListType {junk = 0, block = 1, trust = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__JunkMatchType -#define SOAP_TYPE_ngwt__JunkMatchType (368) -/* ngwt:JunkMatchType */ -enum ngwt__JunkMatchType {email = 0, domain = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__LinkType -#define SOAP_TYPE_ngwt__LinkType (369) -/* ngwt:LinkType */ -enum ngwt__LinkType {forward = 0, reply = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__MessageList -#define SOAP_TYPE_ngwt__MessageList (370) -/* ngwt:MessageList */ -enum ngwt__MessageList {All = 0, Modified = 1, New_ = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__MessageType -#define SOAP_TYPE_ngwt__MessageType (371) -/* ngwt:MessageType */ -enum ngwt__MessageType {Appointment__ = 0, CalendarItem__ = 1, DocumentReference_ = 2, Mail__ = 3, Note__ = 4, PhoneMessage__ = 5, Task__ = 6}; -#endif - -#ifndef SOAP_TYPE_ngwt__NotificationType -#define SOAP_TYPE_ngwt__NotificationType (374) -/* ngwt:NotificationType */ -enum ngwt__NotificationType {SharedAddressBook = 0, SharedFolder = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__OccurrenceType -#define SOAP_TYPE_ngwt__OccurrenceType (375) -/* ngwt:OccurrenceType */ -enum ngwt__OccurrenceType {First = 0, Second = 1, Third = 2, Fourth = 3, Fifth = 4, Last = 5}; -#endif - -#ifndef SOAP_TYPE_ngwt__PhoneNumberType -#define SOAP_TYPE_ngwt__PhoneNumberType (376) -/* ngwt:PhoneNumberType */ -enum ngwt__PhoneNumberType {Fax = 0, Home = 1, Mobile = 2, Office = 3, Pager = 4}; -#endif - -#ifndef SOAP_TYPE_ngwt__PostalAddressType -#define SOAP_TYPE_ngwt__PostalAddressType (377) -/* ngwt:PostalAddressType */ -enum ngwt__PostalAddressType {Home_ = 0, Office_ = 1}; -#endif - -#ifndef SOAP_TYPE_ngwt__RecipientType -#define SOAP_TYPE_ngwt__RecipientType (378) -/* ngwt:RecipientType */ -enum ngwt__RecipientType {User_ = 0, Resource__ = 1, PersonalGroup = 2, SystemGroup = 3, PersonalGroupMember = 4, SystemGroupMember = 5}; -#endif - -#ifndef SOAP_TYPE_ngwt__RetractType -#define SOAP_TYPE_ngwt__RetractType (379) -/* ngwt:RetractType */ -enum ngwt__RetractType {myMailbox = 0, recipientMailboxes = 1, allMailboxes = 2}; -#endif - -#ifndef SOAP_TYPE_ngwt__RuleActionType -#define SOAP_TYPE_ngwt__RuleActionType (380) -/* ngwt:RuleActionType */ -enum ngwt__RuleActionType {Accept = 0, Archive = 1, Category_ = 2, Delegate = 3, Delete = 4, Forward = 5, Link = 6, MarkPrivate = 7, MarkRead = 8, MarkUnread = 9, Move = 10, Purge = 11, Reply = 12, Send = 13, StopRules = 14, Unknown = 15}; -#endif - -#ifndef SOAP_TYPE_ngwt__StatusTrackingOptions -#define SOAP_TYPE_ngwt__StatusTrackingOptions (381) -/* ngwt:StatusTrackingOptions */ -enum ngwt__StatusTrackingOptions {None = 0, Delivered = 1, DeliveredAndOpened = 2, All_ = 3}; -#endif - -#ifndef SOAP_TYPE_ngwt__VersionEventType -#define SOAP_TYPE_ngwt__VersionEventType (384) -/* ngwt:VersionEventType */ -enum ngwt__VersionEventType {archive_ = 0, checkIn = 1, checkOut = 2, copyIn = 3, copyOut = 4, copyVersion = 5, created = 6, deleteVersion = 7, endAccess = 8, resetStatus = 9, restore = 10, retrieve = 11, securityModified = 12, versionDownloaded = 13, viewed = 14, unknown = 15}; -#endif - -#ifndef SOAP_TYPE_ngwt__VersionStatus -#define SOAP_TYPE_ngwt__VersionStatus (385) -/* ngwt:VersionStatus */ -enum ngwt__VersionStatus {available = 0, checkedOut = 1, inUse = 2, deleted_ = 3, archived = 4, massInUse = 5, unavailable = 6}; -#endif - -#ifndef SOAP_TYPE_ngwt__WeekDay -#define SOAP_TYPE_ngwt__WeekDay (386) -/* ngwt:WeekDay */ -enum ngwt__WeekDay {Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6}; -#endif - -#ifndef SOAP_TYPE_ngwe__EventType -#define SOAP_TYPE_ngwe__EventType (388) -/* ngwe:EventType */ -enum ngwe__EventType {AddressBookAdd = 0, AddressBookDelete = 1, AddressBookModify = 2, AddressBookItemAdd = 3, AddressBookItemDelete = 4, AddressBookItemModify = 5, FolderAccept = 6, FolderAdd = 7, FolderDelete = 8, FolderItemAdd = 9, FolderItemDelete = 10, FolderItemMove = 11, FolderModify = 12, ItemAccept = 13, ItemArchive = 14, ItemComplete = 15, ItemDecline = 16, ItemDelete = 17, ItemMarkPrivate = 18, ItemMarkRead = 19, ItemMarkUnread = 20, ItemModify = 21, ItemPurge = 22, ItemUnarchive = 23, ItemUndelete = 24, Login = 25, Logout = 26, ProxyAccessAdd = 27, ProxyAccessModify = 28, ProxyAccessDelete = 29, ProxyLogin = 30, SessionTimedOut = 31, TrustedApplicationLogin = 32, ItemMarkUnprivate = 33, ItemUnaccept = 34, ItemUncomplete = 35, PersonalGroupItemAdd = 36, PersonalGroupItemDelete = 37}; -#endif - -#ifndef SOAP_TYPE_ngwe__Field -#define SOAP_TYPE_ngwe__Field (389) -/* ngwe:Field */ -enum ngwe__Field {AcceptLevel_ = 0, Alarm_ = 1, AllDayEvent_ = 2, Attachment_ = 3, Category__ = 4, Classification_ = 5, Contact___ = 6, DueDate_ = 7, Duration_ = 8, EmailAddress_ = 9, ExpirationDate_ = 10, Hidden_ = 11, IMAddress_ = 12, MessageBody_ = 13, Name_ = 14, Organization___ = 15, Owner_ = 16, PersonalSubject_ = 17, PhoneNumber_ = 18, Place_ = 19, PostalAddress_ = 20, RecipientStatus_ = 21, Rights_ = 22, Security_ = 23, SendPriority_ = 24, StartDate_ = 25, Subject_ = 26, TaskCategory_ = 27, TaskPriority_ = 28}; -#endif - -#ifndef SOAP_TYPE_ngwe__ItemType -#define SOAP_TYPE_ngwe__ItemType (390) -/* ngwe:ItemType */ -enum ngwe__ItemType {AddressBookItem_ = 0, Appointment___ = 1, CalendarItem___ = 2, Contact____ = 3, Group__ = 4, Mail___ = 5, Note___ = 6, Organization____ = 7, PhoneMessage___ = 8, Resource___ = 9, Task___ = 10, DocumentRef_ = 11}; -#endif - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - - - -#ifndef SOAP_TYPE_xsd__base64Binary -#define SOAP_TYPE_xsd__base64Binary (7) -/* Base64 schema type: */ -class SOAP_CMAC xsd__base64Binary -{ -public: - unsigned char *__ptr; - int __size; - char *id; /* optional element of type xsd:string */ - char *type; /* optional element of type xsd:string */ - char *option; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 7; } /* = unique id SOAP_TYPE_xsd__base64Binary */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__base64Binary() { } - virtual ~xsd__base64Binary() { } -}; -#endif - -#if 0 /* volatile type: do no redeclare */ - -#endif - -#ifndef SOAP_TYPE_ngwt__AccessControlList -#define SOAP_TYPE_ngwt__AccessControlList (19) -/* ngwt:AccessControlList */ -class SOAP_CMAC ngwt__AccessControlList -{ -public: - std::vector<class ngwt__AccessControlListEntry * >entry; /* optional element of type ngwt:AccessControlListEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 19; } /* = unique id SOAP_TYPE_ngwt__AccessControlList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessControlList() { } - virtual ~ngwt__AccessControlList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessMiscRight -#define SOAP_TYPE_ngwt__AccessMiscRight (20) -/* ngwt:AccessMiscRight */ -class SOAP_CMAC ngwt__AccessMiscRight -{ -public: - bool *alarms; /* optional element of type xsd:boolean */ - bool *notify; /* optional element of type xsd:boolean */ - bool *readHidden; /* optional element of type xsd:boolean */ - bool *setup; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 20; } /* = unique id SOAP_TYPE_ngwt__AccessMiscRight */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessMiscRight() { } - virtual ~ngwt__AccessMiscRight() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessRight -#define SOAP_TYPE_ngwt__AccessRight (21) -/* ngwt:AccessRight */ -class SOAP_CMAC ngwt__AccessRight -{ -public: - bool *read; /* optional element of type xsd:boolean */ - bool *write; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 21; } /* = unique id SOAP_TYPE_ngwt__AccessRight */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessRight() { } - virtual ~ngwt__AccessRight() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessRightChanges -#define SOAP_TYPE_ngwt__AccessRightChanges (22) -/* ngwt:AccessRightChanges */ -class SOAP_CMAC ngwt__AccessRightChanges -{ -public: - class ngwt__AccessRightEntry *add; /* optional element of type ngwt:AccessRightEntry */ - ngwt__AccessRightEntry *_delete; /* optional element of type ngwt:AccessRightEntry */ - ngwt__AccessRightEntry *update; /* optional element of type ngwt:AccessRightEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 22; } /* = unique id SOAP_TYPE_ngwt__AccessRightChanges */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessRightChanges() { } - virtual ~ngwt__AccessRightChanges() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessRightList -#define SOAP_TYPE_ngwt__AccessRightList (24) -/* ngwt:AccessRightList */ -class SOAP_CMAC ngwt__AccessRightList -{ -public: - std::vector<ngwt__AccessRightEntry * >entry; /* optional element of type ngwt:AccessRightEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 24; } /* = unique id SOAP_TYPE_ngwt__AccessRightList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessRightList() { } - virtual ~ngwt__AccessRightList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AddressBookList -#define SOAP_TYPE_ngwt__AddressBookList (27) -/* ngwt:AddressBookList */ -class SOAP_CMAC ngwt__AddressBookList -{ -public: - std::vector<class ngwt__AddressBook * >book; /* optional element of type ngwt:AddressBook */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 27; } /* = unique id SOAP_TYPE_ngwt__AddressBookList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AddressBookList() { } - virtual ~ngwt__AddressBookList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AttachmentInfo -#define SOAP_TYPE_ngwt__AttachmentInfo (31) -/* ngwt:AttachmentInfo */ -class SOAP_CMAC ngwt__AttachmentInfo -{ -public: - std::vector<class ngwt__AttachmentItemInfo * >attachment; /* required element of type ngwt:AttachmentItemInfo */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 31; } /* = unique id SOAP_TYPE_ngwt__AttachmentInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AttachmentInfo() { } - virtual ~ngwt__AttachmentInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AttachmentItemInfo -#define SOAP_TYPE_ngwt__AttachmentItemInfo (32) -/* ngwt:AttachmentItemInfo */ -class SOAP_CMAC ngwt__AttachmentItemInfo -{ -public: - class ngwt__AttachmentID *id; /* optional element of type ngwt:AttachmentID */ - std::string *name; /* optional element of type xsd:string */ - std::string *contentId; /* optional element of type xsd:string */ - std::string *contentType; /* optional element of type xsd:string */ - unsigned long *size; /* optional element of type xsd:unsignedLong */ - char *date; /* optional element of type xsd:string */ - xsd__base64Binary *data; /* optional element of type xsd:base64Binary */ - bool *hidden; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 32; } /* = unique id SOAP_TYPE_ngwt__AttachmentItemInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AttachmentItemInfo() { } - virtual ~ngwt__AttachmentItemInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Authentication -#define SOAP_TYPE_ngwt__Authentication (33) -/* ngwt:Authentication */ -class SOAP_CMAC ngwt__Authentication -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 33; } /* = unique id SOAP_TYPE_ngwt__Authentication */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Authentication() { } - virtual ~ngwt__Authentication() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CalendarFolderAttribute -#define SOAP_TYPE_ngwt__CalendarFolderAttribute (35) -/* ngwt:CalendarFolderAttribute */ -class SOAP_CMAC ngwt__CalendarFolderAttribute -{ -public: - std::vector<enum ngwt__CalendarFolderFlags >flags; /* sequence of 0 to 2 elements */ - unsigned long *color; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 35; } /* = unique id SOAP_TYPE_ngwt__CalendarFolderAttribute */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CalendarFolderAttribute() { } - virtual ~ngwt__CalendarFolderAttribute() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CategoryList -#define SOAP_TYPE_ngwt__CategoryList (38) -/* ngwt:CategoryList */ -class SOAP_CMAC ngwt__CategoryList -{ -public: - std::vector<class ngwt__Category * >category; /* optional element of type ngwt:Category */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 38; } /* = unique id SOAP_TYPE_ngwt__CategoryList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CategoryList() { } - virtual ~ngwt__CategoryList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CategoryRefList -#define SOAP_TYPE_ngwt__CategoryRefList (39) -/* ngwt:CategoryRefList */ -class SOAP_CMAC ngwt__CategoryRefList -{ -public: - std::vector<std::string >category; /* optional element of type ngwt:uid */ - std::string *primary; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 39; } /* = unique id SOAP_TYPE_ngwt__CategoryRefList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CategoryRefList() { } - virtual ~ngwt__CategoryRefList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Custom -#define SOAP_TYPE_ngwt__Custom (45) -/* ngwt:Custom */ -class SOAP_CMAC ngwt__Custom -{ -public: - std::string field; /* required element of type xsd:string */ -public: - std::string *value; /* optional element of type xsd:string */ - bool *locked; /* optional element of type xsd:boolean */ - enum ngwt__CustomType *type; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 45; } /* = unique id SOAP_TYPE_ngwt__Custom */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Custom() { } - virtual ~ngwt__Custom() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CustomList -#define SOAP_TYPE_ngwt__CustomList (46) -/* ngwt:CustomList */ -class SOAP_CMAC ngwt__CustomList -{ -public: - std::vector<ngwt__Custom * >custom; /* optional element of type ngwt:Custom */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 46; } /* = unique id SOAP_TYPE_ngwt__CustomList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CustomList() { } - virtual ~ngwt__CustomList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfMonthList -#define SOAP_TYPE_ngwt__DayOfMonthList (47) -/* ngwt:DayOfMonthList */ -class SOAP_CMAC ngwt__DayOfMonthList -{ -public: - std::vector<char >day; /* optional element of type ngwt:DayOfMonth */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 47; } /* = unique id SOAP_TYPE_ngwt__DayOfMonthList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DayOfMonthList() { } - virtual ~ngwt__DayOfMonthList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfYearList -#define SOAP_TYPE_ngwt__DayOfYearList (49) -/* ngwt:DayOfYearList */ -class SOAP_CMAC ngwt__DayOfYearList -{ -public: - std::vector<short >day; /* optional element of type ngwt:DayOfYear */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 49; } /* = unique id SOAP_TYPE_ngwt__DayOfYearList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DayOfYearList() { } - virtual ~ngwt__DayOfYearList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfYearWeekList -#define SOAP_TYPE_ngwt__DayOfYearWeekList (51) -/* ngwt:DayOfYearWeekList */ -class SOAP_CMAC ngwt__DayOfYearWeekList -{ -public: - std::vector<class ngwt__DayOfYearWeek * >day; /* optional element of type ngwt:DayOfYearWeek */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 51; } /* = unique id SOAP_TYPE_ngwt__DayOfYearWeekList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DayOfYearWeekList() { } - virtual ~ngwt__DayOfYearWeekList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DeltaInfo -#define SOAP_TYPE_ngwt__DeltaInfo (54) -/* ngwt:DeltaInfo */ -class SOAP_CMAC ngwt__DeltaInfo -{ -public: - int *count; /* optional element of type xsd:int */ - unsigned long *firstSequence; /* optional element of type xsd:unsignedLong */ - unsigned long *lastSequence; /* optional element of type xsd:unsignedLong */ - unsigned long lastTimePORebuild; /* required element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 54; } /* = unique id SOAP_TYPE_ngwt__DeltaInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DeltaInfo() { } - virtual ~ngwt__DeltaInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Distribution -#define SOAP_TYPE_ngwt__Distribution (55) -/* ngwt:Distribution */ -class SOAP_CMAC ngwt__Distribution -{ -public: - class ngwt__From *from; /* optional element of type ngwt:From */ - std::string *to; /* optional element of type xsd:string */ - std::string *cc; /* optional element of type xsd:string */ - std::string *bc; /* optional element of type xsd:string */ - class ngwt__RecipientList *recipients; /* optional element of type ngwt:RecipientList */ - class ngwt__SendOptions *sendoptions; /* optional element of type ngwt:SendOptions */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 55; } /* = unique id SOAP_TYPE_ngwt__Distribution */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Distribution() { } - virtual ~ngwt__Distribution() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DocumentType -#define SOAP_TYPE_ngwt__DocumentType (58) -/* ngwt:DocumentType */ -class SOAP_CMAC ngwt__DocumentType -{ -public: - std::string name; /* required element of type xsd:string */ -public: - unsigned long *life; /* optional element of type xsd:unsignedLong */ - unsigned long *maximumVersions; /* optional element of type xsd:unsignedLong */ - enum ngwt__AgeAction *ageAction; /* optional element of type ngwt:AgeAction */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 58; } /* = unique id SOAP_TYPE_ngwt__DocumentType */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DocumentType() { } - virtual ~ngwt__DocumentType() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DocumentTypeList -#define SOAP_TYPE_ngwt__DocumentTypeList (59) -/* ngwt:DocumentTypeList */ -class SOAP_CMAC ngwt__DocumentTypeList -{ -public: - std::vector<ngwt__DocumentType * >item; /* optional element of type ngwt:DocumentType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 59; } /* = unique id SOAP_TYPE_ngwt__DocumentTypeList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DocumentTypeList() { } - virtual ~ngwt__DocumentTypeList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__EmailAddressList -#define SOAP_TYPE_ngwt__EmailAddressList (60) -/* ngwt:EmailAddressList */ -class SOAP_CMAC ngwt__EmailAddressList -{ -public: - std::vector<std::string >email; /* optional element of type xsd:string */ - std::string *primary; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 60; } /* = unique id SOAP_TYPE_ngwt__EmailAddressList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__EmailAddressList() { } - virtual ~ngwt__EmailAddressList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Filter -#define SOAP_TYPE_ngwt__Filter (61) -/* ngwt:Filter */ -class SOAP_CMAC ngwt__Filter -{ -public: - class ngwt__FilterElement *element; /* optional element of type ngwt:FilterElement */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 61; } /* = unique id SOAP_TYPE_ngwt__Filter */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Filter() { } - virtual ~ngwt__Filter() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FilterElement -#define SOAP_TYPE_ngwt__FilterElement (62) -/* ngwt:FilterElement */ -class SOAP_CMAC ngwt__FilterElement -{ -public: - enum ngwt__FilterOp op; /* required element of type ngwt:FilterOp */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 62; } /* = unique id SOAP_TYPE_ngwt__FilterElement */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FilterElement() { } - virtual ~ngwt__FilterElement() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FolderACL -#define SOAP_TYPE_ngwt__FolderACL (66) -/* ngwt:FolderACL */ -class SOAP_CMAC ngwt__FolderACL -{ -public: - std::vector<class ngwt__FolderACLEntry * >entry; /* optional element of type ngwt:FolderACLEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 66; } /* = unique id SOAP_TYPE_ngwt__FolderACL */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FolderACL() { } - virtual ~ngwt__FolderACL() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FolderList -#define SOAP_TYPE_ngwt__FolderList (68) -/* ngwt:FolderList */ -class SOAP_CMAC ngwt__FolderList -{ -public: - std::vector<class ngwt__Folder * >folder; /* optional element of type ngwt:Folder */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 68; } /* = unique id SOAP_TYPE_ngwt__FolderList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FolderList() { } - virtual ~ngwt__FolderList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyBlockList -#define SOAP_TYPE_ngwt__FreeBusyBlockList (69) -/* ngwt:FreeBusyBlockList */ -class SOAP_CMAC ngwt__FreeBusyBlockList -{ -public: - std::vector<class ngwt__FreeBusyBlock * >block; /* optional element of type ngwt:FreeBusyBlock */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 69; } /* = unique id SOAP_TYPE_ngwt__FreeBusyBlockList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyBlockList() { } - virtual ~ngwt__FreeBusyBlockList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyBlock -#define SOAP_TYPE_ngwt__FreeBusyBlock (70) -/* ngwt:FreeBusyBlock */ -class SOAP_CMAC ngwt__FreeBusyBlock -{ -public: - char *startDate; /* required element of type xsd:string */ - char *endDate; /* required element of type xsd:string */ - enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ - std::string *subject; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 70; } /* = unique id SOAP_TYPE_ngwt__FreeBusyBlock */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyBlock() { } - virtual ~ngwt__FreeBusyBlock() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyUserList -#define SOAP_TYPE_ngwt__FreeBusyUserList (72) -/* ngwt:FreeBusyUserList */ -class SOAP_CMAC ngwt__FreeBusyUserList -{ -public: - std::vector<class ngwt__NameAndEmail * >user; /* optional element of type ngwt:NameAndEmail */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 72; } /* = unique id SOAP_TYPE_ngwt__FreeBusyUserList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyUserList() { } - virtual ~ngwt__FreeBusyUserList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyInfoList -#define SOAP_TYPE_ngwt__FreeBusyInfoList (73) -/* ngwt:FreeBusyInfoList */ -class SOAP_CMAC ngwt__FreeBusyInfoList -{ -public: - std::vector<class ngwt__FreeBusyInfo * >user; /* optional element of type ngwt:FreeBusyInfo */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 73; } /* = unique id SOAP_TYPE_ngwt__FreeBusyInfoList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyInfoList() { } - virtual ~ngwt__FreeBusyInfoList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyStats -#define SOAP_TYPE_ngwt__FreeBusyStats (74) -/* ngwt:FreeBusyStats */ -class SOAP_CMAC ngwt__FreeBusyStats -{ -public: - int responded; /* required element of type xsd:int */ - int outstanding; /* required element of type xsd:int */ - int total; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 74; } /* = unique id SOAP_TYPE_ngwt__FreeBusyStats */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyStats() { } - virtual ~ngwt__FreeBusyStats() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FullName -#define SOAP_TYPE_ngwt__FullName (76) -/* ngwt:FullName */ -class SOAP_CMAC ngwt__FullName -{ -public: - std::string *displayName; /* optional element of type xsd:string */ - std::string *namePrefix; /* optional element of type xsd:string */ - std::string *firstName; /* optional element of type xsd:string */ - std::string *middleName; /* optional element of type xsd:string */ - std::string *lastName; /* optional element of type xsd:string */ - std::string *nameSuffix; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 76; } /* = unique id SOAP_TYPE_ngwt__FullName */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FullName() { } - virtual ~ngwt__FullName() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__GroupMember -#define SOAP_TYPE_ngwt__GroupMember (78) -/* ngwt:GroupMember */ -class SOAP_CMAC ngwt__GroupMember -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *name; /* optional element of type xsd:string */ - std::string email; /* required element of type xsd:string */ -public: - enum ngwt__DistributionType distType; /* optional element of type ngwt:DistributionType */ - enum ngwt__ContactType itemType; /* optional element of type ngwt:ContactType */ - class ngwt__GroupMemberList *members; /* optional element of type ngwt:GroupMemberList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 78; } /* = unique id SOAP_TYPE_ngwt__GroupMember */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__GroupMember() { } - virtual ~ngwt__GroupMember() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__GroupMemberList -#define SOAP_TYPE_ngwt__GroupMemberList (79) -/* ngwt:GroupMemberList */ -class SOAP_CMAC ngwt__GroupMemberList -{ -public: - std::vector<ngwt__GroupMember * >member; /* optional element of type ngwt:GroupMember */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 79; } /* = unique id SOAP_TYPE_ngwt__GroupMemberList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__GroupMemberList() { } - virtual ~ngwt__GroupMemberList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Host -#define SOAP_TYPE_ngwt__Host (80) -/* ngwt:Host */ -class SOAP_CMAC ngwt__Host -{ -public: - std::string *ipAddress; /* optional element of type xsd:string */ - unsigned long *port; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 80; } /* = unique id SOAP_TYPE_ngwt__Host */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Host() { } - virtual ~ngwt__Host() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ImAddress -#define SOAP_TYPE_ngwt__ImAddress (81) -/* ngwt:ImAddress */ -class SOAP_CMAC ngwt__ImAddress -{ -public: - std::string *service; /* optional element of type xsd:string */ - std::string *address; /* optional element of type xsd:string */ - std::string *type; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 81; } /* = unique id SOAP_TYPE_ngwt__ImAddress */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ImAddress() { } - virtual ~ngwt__ImAddress() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ImAddressList -#define SOAP_TYPE_ngwt__ImAddressList (82) -/* ngwt:ImAddressList */ -class SOAP_CMAC ngwt__ImAddressList -{ -public: - std::vector<ngwt__ImAddress * >im; /* optional element of type ngwt:ImAddress */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 82; } /* = unique id SOAP_TYPE_ngwt__ImAddressList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ImAddressList() { } - virtual ~ngwt__ImAddressList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Item -#define SOAP_TYPE_ngwt__Item (83) -/* ngwt:Item */ -class SOAP_CMAC ngwt__Item -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - std::string *name; /* optional element of type xsd:string */ - unsigned long *version; /* optional element of type xsd:unsignedLong */ - char *modified; /* optional element of type xsd:string */ - class ngwt__ItemChanges *changes; /* optional element of type ngwt:ItemChanges */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 83; } /* = unique id SOAP_TYPE_ngwt__Item */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Item() { } - virtual ~ngwt__Item() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemChanges -#define SOAP_TYPE_ngwt__ItemChanges (84) -/* ngwt:ItemChanges */ -class SOAP_CMAC ngwt__ItemChanges -{ -public: - ngwt__Item *add; /* optional element of type ngwt:Item */ - ngwt__Item *_delete; /* optional element of type ngwt:Item */ - ngwt__Item *update; /* optional element of type ngwt:Item */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 84; } /* = unique id SOAP_TYPE_ngwt__ItemChanges */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemChanges() { } - virtual ~ngwt__ItemChanges() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemList -#define SOAP_TYPE_ngwt__ItemList (85) -/* ngwt:ItemList */ -class SOAP_CMAC ngwt__ItemList -{ -public: - std::vector<ngwt__Item * >item; /* optional element of type ngwt:Item */ - int *offset; /* optional attribute */ - int *count; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 85; } /* = unique id SOAP_TYPE_ngwt__ItemList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemList() { } - virtual ~ngwt__ItemList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemOptions -#define SOAP_TYPE_ngwt__ItemOptions (86) -/* ngwt:ItemOptions */ -class SOAP_CMAC ngwt__ItemOptions -{ -public: - enum ngwt__ItemOptionsPriority priority; /* optional element of type ngwt:ItemOptionsPriority */ - char *expires; /* optional element of type xsd:string */ - char *delayDeliveryUntil; /* optional element of type xsd:string */ - bool *concealSubject; /* optional element of type xsd:boolean */ - bool *hidden; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 86; } /* = unique id SOAP_TYPE_ngwt__ItemOptions */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemOptions() { } - virtual ~ngwt__ItemOptions() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemRefList -#define SOAP_TYPE_ngwt__ItemRefList (88) -/* ngwt:ItemRefList */ -class SOAP_CMAC ngwt__ItemRefList -{ -public: - std::vector<std::string >item; /* required element of type ngwt:uid */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 88; } /* = unique id SOAP_TYPE_ngwt__ItemRefList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemRefList() { } - virtual ~ngwt__ItemRefList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Items -#define SOAP_TYPE_ngwt__Items (89) -/* ngwt:Items */ -class SOAP_CMAC ngwt__Items -{ -public: - std::vector<ngwt__Item * >item; /* optional element of type ngwt:Item */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 89; } /* = unique id SOAP_TYPE_ngwt__Items */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Items() { } - virtual ~ngwt__Items() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemStatus -#define SOAP_TYPE_ngwt__ItemStatus (90) -/* ngwt:ItemStatus */ -class SOAP_CMAC ngwt__ItemStatus -{ -public: - bool *accepted; /* optional element of type xsd:boolean */ - bool *completed; /* optional element of type xsd:boolean */ - bool *delegated; /* optional element of type xsd:boolean */ - bool *deleted; /* optional element of type xsd:boolean */ - bool *forwarded; /* optional element of type xsd:boolean */ - bool *private_; /* optional element of type xsd:boolean */ - bool *opened; /* optional element of type xsd:boolean */ - bool *read; /* optional element of type xsd:boolean */ - bool *replied; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 90; } /* = unique id SOAP_TYPE_ngwt__ItemStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemStatus() { } - virtual ~ngwt__ItemStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__JunkEntry -#define SOAP_TYPE_ngwt__JunkEntry (91) -/* ngwt:JunkEntry */ -class SOAP_CMAC ngwt__JunkEntry -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - std::string match; /* required element of type xsd:string */ -public: - enum ngwt__JunkMatchType matchType; /* required element of type ngwt:JunkMatchType */ - enum ngwt__JunkHandlingListType *listType; /* optional element of type ngwt:JunkHandlingListType */ - int *useCount; /* optional element of type xsd:int */ - char *lastUsed; /* optional element of type xsd:string */ - unsigned long *version; /* optional element of type xsd:unsignedLong */ - char *modified; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 91; } /* = unique id SOAP_TYPE_ngwt__JunkEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__JunkEntry() { } - virtual ~ngwt__JunkEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__JunkHandlingList -#define SOAP_TYPE_ngwt__JunkHandlingList (92) -/* ngwt:JunkHandlingList */ -class SOAP_CMAC ngwt__JunkHandlingList -{ -public: - std::vector<ngwt__JunkEntry * >entry; /* optional element of type ngwt:JunkEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 92; } /* = unique id SOAP_TYPE_ngwt__JunkHandlingList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__JunkHandlingList() { } - virtual ~ngwt__JunkHandlingList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__LibraryList -#define SOAP_TYPE_ngwt__LibraryList (94) -/* ngwt:LibraryList */ -class SOAP_CMAC ngwt__LibraryList -{ -public: - std::vector<class ngwt__Library * >library; /* optional element of type ngwt:Library */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 94; } /* = unique id SOAP_TYPE_ngwt__LibraryList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__LibraryList() { } - virtual ~ngwt__LibraryList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__LinkInfo -#define SOAP_TYPE_ngwt__LinkInfo (95) -/* ngwt:LinkInfo */ -class SOAP_CMAC ngwt__LinkInfo -{ -public: - std::string id; /* required element of type xsd:string */ -public: - enum ngwt__LinkType type; /* required element of type ngwt:LinkType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 95; } /* = unique id SOAP_TYPE_ngwt__LinkInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__LinkInfo() { } - virtual ~ngwt__LinkInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__MessageBody -#define SOAP_TYPE_ngwt__MessageBody (97) -/* ngwt:MessageBody */ -class SOAP_CMAC ngwt__MessageBody -{ -public: - std::vector<class ngwt__MessagePart * >part; /* required element of type ngwt:MessagePart */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 97; } /* = unique id SOAP_TYPE_ngwt__MessageBody */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__MessageBody() { } - virtual ~ngwt__MessageBody() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ModifyItem -#define SOAP_TYPE_ngwt__ModifyItem (99) -/* ngwt:ModifyItem */ -class SOAP_CMAC ngwt__ModifyItem -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - class ngwt__SharedFolderNotification *notification; /* optional element of type ngwt:SharedFolderNotification */ - ngwt__ItemChanges *updates; /* required element of type ngwt:ItemChanges */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 99; } /* = unique id SOAP_TYPE_ngwt__ModifyItem */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ModifyItem() { } - virtual ~ngwt__ModifyItem() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__MonthList -#define SOAP_TYPE_ngwt__MonthList (100) -/* ngwt:MonthList */ -class SOAP_CMAC ngwt__MonthList -{ -public: - std::vector<unsigned char >month; /* optional element of type ngwt:Month */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 100; } /* = unique id SOAP_TYPE_ngwt__MonthList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__MonthList() { } - virtual ~ngwt__MonthList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__NameAndEmail -#define SOAP_TYPE_ngwt__NameAndEmail (101) -/* ngwt:NameAndEmail */ -class SOAP_CMAC ngwt__NameAndEmail -{ -public: - std::string *displayName; /* optional element of type xsd:string */ - std::string *email; /* optional element of type xsd:string */ - std::string *uuid; /* optional element of type ngwt:UUID */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 101; } /* = unique id SOAP_TYPE_ngwt__NameAndEmail */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__NameAndEmail() { } - virtual ~ngwt__NameAndEmail() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__OfficeInfo -#define SOAP_TYPE_ngwt__OfficeInfo (103) -/* ngwt:OfficeInfo */ -class SOAP_CMAC ngwt__OfficeInfo -{ -public: - class ngwt__ItemRef *organization; /* optional element of type ngwt:ItemRef */ - std::string *department; /* optional element of type xsd:string */ - std::string *title; /* optional element of type xsd:string */ - std::string *website; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 103; } /* = unique id SOAP_TYPE_ngwt__OfficeInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__OfficeInfo() { } - virtual ~ngwt__OfficeInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PersonalInfo -#define SOAP_TYPE_ngwt__PersonalInfo (105) -/* ngwt:PersonalInfo */ -class SOAP_CMAC ngwt__PersonalInfo -{ -public: - std::string *birthday; /* optional element of type xsd:date */ - std::string *website; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 105; } /* = unique id SOAP_TYPE_ngwt__PersonalInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PersonalInfo() { } - virtual ~ngwt__PersonalInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PhoneFlags -#define SOAP_TYPE_ngwt__PhoneFlags (106) -/* ngwt:PhoneFlags */ -class SOAP_CMAC ngwt__PhoneFlags -{ -public: - bool *called; /* optional element of type xsd:boolean */ - bool *pleaseCall; /* optional element of type xsd:boolean */ - bool *willCall; /* optional element of type xsd:boolean */ - bool *returnedYourCall; /* optional element of type xsd:boolean */ - bool *wantsToSeeYou; /* optional element of type xsd:boolean */ - bool *cameToSeeYou; /* optional element of type xsd:boolean */ - bool *urgent; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 106; } /* = unique id SOAP_TYPE_ngwt__PhoneFlags */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PhoneFlags() { } - virtual ~ngwt__PhoneFlags() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PhoneList -#define SOAP_TYPE_ngwt__PhoneList (107) -/* ngwt:PhoneList */ -class SOAP_CMAC ngwt__PhoneList -{ -public: - std::vector<class ngwt__PhoneNumber * >phone; /* optional element of type ngwt:PhoneNumber */ - std::string *default_; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 107; } /* = unique id SOAP_TYPE_ngwt__PhoneList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PhoneList() { } - virtual ~ngwt__PhoneList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PostalAddress -#define SOAP_TYPE_ngwt__PostalAddress (111) -/* ngwt:PostalAddress */ -class SOAP_CMAC ngwt__PostalAddress -{ -public: - std::string *description; /* optional element of type xsd:string */ - std::string *streetAddress; /* optional element of type xsd:string */ - std::string *location; /* optional element of type xsd:string */ - std::string *city; /* optional element of type xsd:string */ - std::string *state; /* optional element of type xsd:string */ - std::string *postalCode; /* optional element of type xsd:string */ - std::string *country; /* optional element of type xsd:string */ - enum ngwt__PostalAddressType type; /* required attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 111; } /* = unique id SOAP_TYPE_ngwt__PostalAddress */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PostalAddress() { } - virtual ~ngwt__PostalAddress() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PostalAddressList -#define SOAP_TYPE_ngwt__PostalAddressList (112) -/* ngwt:PostalAddressList */ -class SOAP_CMAC ngwt__PostalAddressList -{ -public: - std::vector<ngwt__PostalAddress * >address; /* optional element of type ngwt:PostalAddress */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 112; } /* = unique id SOAP_TYPE_ngwt__PostalAddressList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PostalAddressList() { } - virtual ~ngwt__PostalAddressList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ProblemEntry -#define SOAP_TYPE_ngwt__ProblemEntry (113) -/* ngwt:ProblemEntry */ -class SOAP_CMAC ngwt__ProblemEntry -{ -public: - std::string *element; /* optional element of type xsd:string */ - int *code; /* optional element of type xsd:int */ - std::string *description; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 113; } /* = unique id SOAP_TYPE_ngwt__ProblemEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ProblemEntry() { } - virtual ~ngwt__ProblemEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ProblemList -#define SOAP_TYPE_ngwt__ProblemList (114) -/* ngwt:ProblemList */ -class SOAP_CMAC ngwt__ProblemList -{ -public: - std::vector<ngwt__ProblemEntry * >entry; /* optional element of type ngwt:ProblemEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 114; } /* = unique id SOAP_TYPE_ngwt__ProblemList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ProblemList() { } - virtual ~ngwt__ProblemList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ProxyList -#define SOAP_TYPE_ngwt__ProxyList (117) -/* ngwt:ProxyList */ -class SOAP_CMAC ngwt__ProxyList -{ -public: - std::vector<class ngwt__ProxyUser * >proxy; /* optional element of type ngwt:ProxyUser */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 117; } /* = unique id SOAP_TYPE_ngwt__ProxyList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ProxyList() { } - virtual ~ngwt__ProxyList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Query -#define SOAP_TYPE_ngwt__Query (118) -/* ngwt:Query */ -class SOAP_CMAC ngwt__Query -{ -public: - class ngwt__QueryTarget *target; /* required element of type ngwt:QueryTarget */ - ngwt__Filter *filter; /* required element of type ngwt:Filter */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 118; } /* = unique id SOAP_TYPE_ngwt__Query */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Query() { } - virtual ~ngwt__Query() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__QueryTarget -#define SOAP_TYPE_ngwt__QueryTarget (120) -/* ngwt:QueryTarget */ -class SOAP_CMAC ngwt__QueryTarget -{ -public: - std::string *source; /* optional element of type ngwt:uid */ - std::vector<std::string >container; /* optional element of type ngwt:uid */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 120; } /* = unique id SOAP_TYPE_ngwt__QueryTarget */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__QueryTarget() { } - virtual ~ngwt__QueryTarget() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RecipientList -#define SOAP_TYPE_ngwt__RecipientList (122) -/* ngwt:RecipientList */ -class SOAP_CMAC ngwt__RecipientList -{ -public: - std::vector<class ngwt__Recipient * >recipient; /* optional element of type ngwt:Recipient */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 122; } /* = unique id SOAP_TYPE_ngwt__RecipientList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RecipientList() { } - virtual ~ngwt__RecipientList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RecipientStatus -#define SOAP_TYPE_ngwt__RecipientStatus (123) -/* ngwt:RecipientStatus */ -class SOAP_CMAC ngwt__RecipientStatus -{ -public: - char *delivered; /* optional element of type xsd:string */ - char *undeliverable; /* optional element of type xsd:string */ - char *transferred; /* optional element of type xsd:string */ - char *transferDelayed; /* optional element of type xsd:string */ - class ngwt__TransferFailedStatus *transferFailed; /* optional element of type ngwt:TransferFailedStatus */ - char *downloaded; /* optional element of type xsd:string */ - char *downloadedByThirdParty; /* optional element of type xsd:string */ - char *retractRequested; /* optional element of type xsd:string */ - char *retracted; /* optional element of type xsd:string */ - char *opened; /* optional element of type xsd:string */ - char *deleted; /* optional element of type xsd:string */ - char *undeleted; /* optional element of type xsd:string */ - char *purged; /* optional element of type xsd:string */ - class ngwt__CommentStatus *accepted; /* optional element of type ngwt:CommentStatus */ - ngwt__CommentStatus *declined; /* optional element of type ngwt:CommentStatus */ - char *replied; /* optional element of type xsd:string */ - char *forwarded; /* optional element of type xsd:string */ - char *shared; /* optional element of type xsd:string */ - char *started; /* optional element of type xsd:string */ - char *completed; /* optional element of type xsd:string */ - char *incomplete; /* optional element of type xsd:string */ - class ngwt__DelegatedStatus *delegated; /* optional element of type ngwt:DelegatedStatus */ - std::vector<class ngwt__DelegateeStatus * >delegateeStatus; /* optional element of type ngwt:DelegateeStatus */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 123; } /* = unique id SOAP_TYPE_ngwt__RecipientStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RecipientStatus() { } - virtual ~ngwt__RecipientStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RecurrenceDateType -#define SOAP_TYPE_ngwt__RecurrenceDateType (124) -/* ngwt:RecurrenceDateType */ -class SOAP_CMAC ngwt__RecurrenceDateType -{ -public: - std::vector<std::string >date; /* required element of type xsd:date */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 124; } /* = unique id SOAP_TYPE_ngwt__RecurrenceDateType */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RecurrenceDateType() { } - virtual ~ngwt__RecurrenceDateType() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RecurrenceRule -#define SOAP_TYPE_ngwt__RecurrenceRule (125) -/* ngwt:RecurrenceRule */ -class SOAP_CMAC ngwt__RecurrenceRule -{ -public: - enum ngwt__Frequency *frequency; /* optional element of type ngwt:Frequency */ - unsigned long *count; /* optional element of type xsd:unsignedLong */ - std::string *until; /* optional element of type xsd:date */ - unsigned long *interval; /* optional element of type xsd:unsignedLong */ - ngwt__DayOfYearWeekList *byDay; /* optional element of type ngwt:DayOfYearWeekList */ - ngwt__DayOfMonthList *byMonthDay; /* optional element of type ngwt:DayOfMonthList */ - ngwt__DayOfYearList *byYearDay; /* optional element of type ngwt:DayOfYearList */ - ngwt__MonthList *byMonth; /* optional element of type ngwt:MonthList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 125; } /* = unique id SOAP_TYPE_ngwt__RecurrenceRule */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RecurrenceRule() { } - virtual ~ngwt__RecurrenceRule() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ReferenceInfo -#define SOAP_TYPE_ngwt__ReferenceInfo (126) -/* ngwt:ReferenceInfo */ -class SOAP_CMAC ngwt__ReferenceInfo -{ -public: - char *lastReferenceDate; /* optional element of type xsd:string */ - int *referenceCount; /* optional element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 126; } /* = unique id SOAP_TYPE_ngwt__ReferenceInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ReferenceInfo() { } - virtual ~ngwt__ReferenceInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ReturnNotification -#define SOAP_TYPE_ngwt__ReturnNotification (128) -/* ngwt:ReturnNotification */ -class SOAP_CMAC ngwt__ReturnNotification -{ -public: - class ngwt__ReturnNotificationOptions *opened; /* optional element of type ngwt:ReturnNotificationOptions */ - ngwt__ReturnNotificationOptions *deleted; /* optional element of type ngwt:ReturnNotificationOptions */ - ngwt__ReturnNotificationOptions *accepted; /* optional element of type ngwt:ReturnNotificationOptions */ - ngwt__ReturnNotificationOptions *declined; /* optional element of type ngwt:ReturnNotificationOptions */ - ngwt__ReturnNotificationOptions *completed; /* optional element of type ngwt:ReturnNotificationOptions */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 128; } /* = unique id SOAP_TYPE_ngwt__ReturnNotification */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ReturnNotification() { } - virtual ~ngwt__ReturnNotification() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ReturnNotificationOptions -#define SOAP_TYPE_ngwt__ReturnNotificationOptions (129) -/* ngwt:ReturnNotificationOptions */ -class SOAP_CMAC ngwt__ReturnNotificationOptions -{ -public: - bool mail; /* optional element of type xsd:boolean */ - bool notify; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 129; } /* = unique id SOAP_TYPE_ngwt__ReturnNotificationOptions */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ReturnNotificationOptions() { } - virtual ~ngwt__ReturnNotificationOptions() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Rights -#define SOAP_TYPE_ngwt__Rights (130) -/* ngwt:Rights */ -class SOAP_CMAC ngwt__Rights -{ -public: - bool *read; /* optional element of type xsd:boolean */ - bool *add; /* optional element of type xsd:boolean */ - bool *edit; /* optional element of type xsd:boolean */ - bool *_delete; /* optional element of type xsd:boolean */ - bool *share; /* optional element of type xsd:boolean */ - bool *manage; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 130; } /* = unique id SOAP_TYPE_ngwt__Rights */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Rights() { } - virtual ~ngwt__Rights() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RuleAction -#define SOAP_TYPE_ngwt__RuleAction (132) -/* ngwt:RuleAction */ -class SOAP_CMAC ngwt__RuleAction -{ -public: - enum ngwt__RuleActionType type; /* required element of type ngwt:RuleActionType */ - std::string *container; /* optional element of type ngwt:uid */ - class ngwt__Mail *item; /* optional element of type ngwt:Mail */ - std::string *message; /* optional element of type xsd:string */ - enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ - ngwt__CategoryRefList *categories; /* optional element of type ngwt:CategoryRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 132; } /* = unique id SOAP_TYPE_ngwt__RuleAction */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RuleAction() { } - virtual ~ngwt__RuleAction() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RuleActionList -#define SOAP_TYPE_ngwt__RuleActionList (133) -/* ngwt:RuleActionList */ -class SOAP_CMAC ngwt__RuleActionList -{ -public: - std::vector<ngwt__RuleAction * >action; /* optional element of type ngwt:RuleAction */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 133; } /* = unique id SOAP_TYPE_ngwt__RuleActionList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RuleActionList() { } - virtual ~ngwt__RuleActionList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__RuleList -#define SOAP_TYPE_ngwt__RuleList (134) -/* ngwt:RuleList */ -class SOAP_CMAC ngwt__RuleList -{ -public: - std::vector<class ngwt__Rule * >rule; /* optional element of type ngwt:Rule */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 134; } /* = unique id SOAP_TYPE_ngwt__RuleList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__RuleList() { } - virtual ~ngwt__RuleList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SendOptionsRequestReply -#define SOAP_TYPE_ngwt__SendOptionsRequestReply (135) -/* ngwt:SendOptionsRequestReply */ -class SOAP_CMAC ngwt__SendOptionsRequestReply -{ -public: - bool *whenConvenient; /* optional element of type xsd:boolean */ - char *byDate; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 135; } /* = unique id SOAP_TYPE_ngwt__SendOptionsRequestReply */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SendOptionsRequestReply() { } - virtual ~ngwt__SendOptionsRequestReply() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SendOptions -#define SOAP_TYPE_ngwt__SendOptions (136) -/* ngwt:SendOptions */ -class SOAP_CMAC ngwt__SendOptions -{ -public: - ngwt__SendOptionsRequestReply *requestReply; /* optional element of type ngwt:SendOptionsRequestReply */ - std::string *mimeEncoding; /* optional element of type xsd:string */ - class ngwt__StatusTracking *statusTracking; /* optional element of type ngwt:StatusTracking */ - ngwt__ReturnNotification *notification; /* optional element of type ngwt:ReturnNotification */ - bool updateFrequentContacts; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 136; } /* = unique id SOAP_TYPE_ngwt__SendOptions */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SendOptions() { } - virtual ~ngwt__SendOptions() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Settings -#define SOAP_TYPE_ngwt__Settings (137) -/* ngwt:Settings */ -class SOAP_CMAC ngwt__Settings -{ -public: - std::vector<class ngwt__SettingsGroup * >group; /* optional element of type ngwt:SettingsGroup */ - std::vector<ngwt__Custom * >setting; /* optional element of type ngwt:Custom */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 137; } /* = unique id SOAP_TYPE_ngwt__Settings */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Settings() { } - virtual ~ngwt__Settings() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SettingsGroup -#define SOAP_TYPE_ngwt__SettingsGroup (138) -/* ngwt:SettingsGroup */ -class SOAP_CMAC ngwt__SettingsGroup -{ -public: - std::vector<ngwt__Custom * >setting; /* optional element of type ngwt:Custom */ - std::string *type; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 138; } /* = unique id SOAP_TYPE_ngwt__SettingsGroup */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SettingsGroup() { } - virtual ~ngwt__SettingsGroup() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SettingsList -#define SOAP_TYPE_ngwt__SettingsList (139) -/* ngwt:SettingsList */ -class SOAP_CMAC ngwt__SettingsList -{ -public: - std::vector<ngwt__Custom * >setting; /* optional element of type ngwt:Custom */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 139; } /* = unique id SOAP_TYPE_ngwt__SettingsList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SettingsList() { } - virtual ~ngwt__SettingsList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SharedFolderNotification -#define SOAP_TYPE_ngwt__SharedFolderNotification (141) -/* ngwt:SharedFolderNotification */ -class SOAP_CMAC ngwt__SharedFolderNotification -{ -public: - std::string *subject; /* optional element of type xsd:string */ - std::string *message; /* optional element of type xsd:string */ - std::string *description; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 141; } /* = unique id SOAP_TYPE_ngwt__SharedFolderNotification */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SharedFolderNotification() { } - virtual ~ngwt__SharedFolderNotification() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Signature -#define SOAP_TYPE_ngwt__Signature (143) -/* ngwt:Signature */ -class SOAP_CMAC ngwt__Signature -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - std::string *name; /* optional element of type xsd:string */ - bool default_; /* optional element of type xsd:boolean */ - class ngwt__SignatureData *part; /* optional element of type ngwt:SignatureData */ - bool global; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 143; } /* = unique id SOAP_TYPE_ngwt__Signature */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Signature() { } - virtual ~ngwt__Signature() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Signatures -#define SOAP_TYPE_ngwt__Signatures (144) -/* ngwt:Signatures */ -class SOAP_CMAC ngwt__Signatures -{ -public: - std::vector<ngwt__Signature * >signature; /* optional element of type ngwt:Signature */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 144; } /* = unique id SOAP_TYPE_ngwt__Signatures */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Signatures() { } - virtual ~ngwt__Signatures() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SignatureData -#define SOAP_TYPE_ngwt__SignatureData (145) -/* ngwt:SignatureData */ -class SOAP_CMAC ngwt__SignatureData -{ -public: - unsigned long *size; /* optional element of type xsd:unsignedLong */ - xsd__base64Binary *data; /* optional element of type xsd:base64Binary */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 145; } /* = unique id SOAP_TYPE_ngwt__SignatureData */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SignatureData() { } - virtual ~ngwt__SignatureData() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SMimeOperation -#define SOAP_TYPE_ngwt__SMimeOperation (146) -/* ngwt:SMimeOperation */ -class SOAP_CMAC ngwt__SMimeOperation -{ -public: - bool *signed_; /* optional element of type xsd:boolean */ - bool *encrypted; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 146; } /* = unique id SOAP_TYPE_ngwt__SMimeOperation */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SMimeOperation() { } - virtual ~ngwt__SMimeOperation() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Status -#define SOAP_TYPE_ngwt__Status (147) -/* ngwt:Status */ -class SOAP_CMAC ngwt__Status -{ -public: - int code; /* required element of type xsd:int */ - std::string *description; /* optional element of type xsd:string */ - std::string *info; /* optional element of type xsd:string */ - ngwt__ProblemList *problems; /* optional element of type ngwt:ProblemList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 147; } /* = unique id SOAP_TYPE_ngwt__Status */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Status() { } - virtual ~ngwt__Status() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Timezone -#define SOAP_TYPE_ngwt__Timezone (151) -/* ngwt:Timezone */ -class SOAP_CMAC ngwt__Timezone -{ -public: - std::string *id; /* optional element of type xsd:string */ - std::string *description; /* optional element of type xsd:string */ - class ngwt__TimezoneComponent *daylight; /* optional element of type ngwt:TimezoneComponent */ - ngwt__TimezoneComponent *standard; /* optional element of type ngwt:TimezoneComponent */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 151; } /* = unique id SOAP_TYPE_ngwt__Timezone */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Timezone() { } - virtual ~ngwt__Timezone() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__TimezoneComponent -#define SOAP_TYPE_ngwt__TimezoneComponent (152) -/* ngwt:TimezoneComponent */ -class SOAP_CMAC ngwt__TimezoneComponent -{ -public: - std::string name; /* required element of type xsd:string */ -public: - unsigned char *month; /* optional element of type ngwt:Month */ - unsigned char *day; /* optional element of type ngwt:Day */ - class ngwt__DayOfWeek *dayOfWeek; /* optional element of type ngwt:DayOfWeek */ - unsigned char *hour; /* optional element of type ngwt:Hour */ - unsigned char *minute; /* optional element of type ngwt:Minute */ - int offset; /* required element of type ngwt:GMTOffset */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 152; } /* = unique id SOAP_TYPE_ngwt__TimezoneComponent */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__TimezoneComponent() { } - virtual ~ngwt__TimezoneComponent() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__TimezoneList -#define SOAP_TYPE_ngwt__TimezoneList (153) -/* ngwt:TimezoneList */ -class SOAP_CMAC ngwt__TimezoneList -{ -public: - std::vector<ngwt__Timezone * >timezone; /* optional element of type ngwt:Timezone */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 153; } /* = unique id SOAP_TYPE_ngwt__TimezoneList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__TimezoneList() { } - virtual ~ngwt__TimezoneList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__UserInfo -#define SOAP_TYPE_ngwt__UserInfo (156) -/* ngwt:UserInfo */ -class SOAP_CMAC ngwt__UserInfo -{ -public: - std::string name; /* required element of type xsd:string */ -public: - std::string *email; /* optional element of type xsd:string */ - std::string *uuid; /* optional element of type ngwt:UUID */ - std::string *userid; /* optional element of type xsd:string */ - enum ngwt__RecipientType *recipType; /* optional element of type ngwt:RecipientType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 156; } /* = unique id SOAP_TYPE_ngwt__UserInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__UserInfo() { } - virtual ~ngwt__UserInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__UserList -#define SOAP_TYPE_ngwt__UserList (157) -/* ngwt:UserList */ -class SOAP_CMAC ngwt__UserList -{ -public: - std::vector<ngwt__UserInfo * >user; /* optional element of type ngwt:UserInfo */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 157; } /* = unique id SOAP_TYPE_ngwt__UserList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__UserList() { } - virtual ~ngwt__UserList() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__acceptRequest -#define SOAP_TYPE__ngwm__acceptRequest (160) -/* ngwm:acceptRequest */ -class SOAP_CMAC _ngwm__acceptRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - std::string *comment; /* optional element of type xsd:string */ - enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ - unsigned long recurrenceAllInstances; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 160; } /* = unique id SOAP_TYPE__ngwm__acceptRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__acceptRequest() { } - virtual ~_ngwm__acceptRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__acceptResponse -#define SOAP_TYPE__ngwm__acceptResponse (161) -/* ngwm:acceptResponse */ -class SOAP_CMAC _ngwm__acceptResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 161; } /* = unique id SOAP_TYPE__ngwm__acceptResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__acceptResponse() { } - virtual ~_ngwm__acceptResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__acceptShareRequest -#define SOAP_TYPE__ngwm__acceptShareRequest (162) -/* ngwm:acceptShareRequest */ -class SOAP_CMAC _ngwm__acceptShareRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *name; /* optional element of type xsd:string */ - std::string *container; /* optional element of type ngwt:uid */ - std::string *ngwt__description; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 162; } /* = unique id SOAP_TYPE__ngwm__acceptShareRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__acceptShareRequest() { } - virtual ~_ngwm__acceptShareRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__acceptShareResponse -#define SOAP_TYPE__ngwm__acceptShareResponse (163) -/* ngwm:acceptShareResponse */ -class SOAP_CMAC _ngwm__acceptShareResponse -{ -public: - std::string *id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 163; } /* = unique id SOAP_TYPE__ngwm__acceptShareResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__acceptShareResponse() { } - virtual ~_ngwm__acceptShareResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addItemRequest -#define SOAP_TYPE__ngwm__addItemRequest (164) -/* ngwm:addItemRequest */ -class SOAP_CMAC _ngwm__addItemRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 164; } /* = unique id SOAP_TYPE__ngwm__addItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addItemRequest() { } - virtual ~_ngwm__addItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addItemResponse -#define SOAP_TYPE__ngwm__addItemResponse (165) -/* ngwm:addItemResponse */ -class SOAP_CMAC _ngwm__addItemResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 165; } /* = unique id SOAP_TYPE__ngwm__addItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addItemResponse() { } - virtual ~_ngwm__addItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addItemsRequest -#define SOAP_TYPE__ngwm__addItemsRequest (166) -/* ngwm:addItemsRequest */ -class SOAP_CMAC _ngwm__addItemsRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 166; } /* = unique id SOAP_TYPE__ngwm__addItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addItemsRequest() { } - virtual ~_ngwm__addItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addItemsResponse -#define SOAP_TYPE__ngwm__addItemsResponse (167) -/* ngwm:addItemsResponse */ -class SOAP_CMAC _ngwm__addItemsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 167; } /* = unique id SOAP_TYPE__ngwm__addItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addItemsResponse() { } - virtual ~_ngwm__addItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addMembersRequest -#define SOAP_TYPE__ngwm__addMembersRequest (168) -/* ngwm:addMembersRequest */ -class SOAP_CMAC _ngwm__addMembersRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - ngwt__GroupMemberList *members; /* required element of type ngwt:GroupMemberList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 168; } /* = unique id SOAP_TYPE__ngwm__addMembersRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addMembersRequest() { } - virtual ~_ngwm__addMembersRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__addMembersResponse -#define SOAP_TYPE__ngwm__addMembersResponse (169) -/* ngwm:addMembersResponse */ -class SOAP_CMAC _ngwm__addMembersResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 169; } /* = unique id SOAP_TYPE__ngwm__addMembersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__addMembersResponse() { } - virtual ~_ngwm__addMembersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__closeFreeBusySessionRequest -#define SOAP_TYPE__ngwm__closeFreeBusySessionRequest (170) -/* ngwm:closeFreeBusySessionRequest */ -class SOAP_CMAC _ngwm__closeFreeBusySessionRequest -{ -public: - int freeBusySessionId; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 170; } /* = unique id SOAP_TYPE__ngwm__closeFreeBusySessionRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__closeFreeBusySessionRequest() { } - virtual ~_ngwm__closeFreeBusySessionRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__closeFreeBusySessionResponse -#define SOAP_TYPE__ngwm__closeFreeBusySessionResponse (171) -/* ngwm:closeFreeBusySessionResponse */ -class SOAP_CMAC _ngwm__closeFreeBusySessionResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 171; } /* = unique id SOAP_TYPE__ngwm__closeFreeBusySessionResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__closeFreeBusySessionResponse() { } - virtual ~_ngwm__closeFreeBusySessionResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__completeRequest -#define SOAP_TYPE__ngwm__completeRequest (172) -/* ngwm:completeRequest */ -class SOAP_CMAC _ngwm__completeRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 172; } /* = unique id SOAP_TYPE__ngwm__completeRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__completeRequest() { } - virtual ~_ngwm__completeRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__completeResponse -#define SOAP_TYPE__ngwm__completeResponse (173) -/* ngwm:completeResponse */ -class SOAP_CMAC _ngwm__completeResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 173; } /* = unique id SOAP_TYPE__ngwm__completeResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__completeResponse() { } - virtual ~_ngwm__completeResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createCursorRequest -#define SOAP_TYPE__ngwm__createCursorRequest (174) -/* ngwm:createCursorRequest */ -class SOAP_CMAC _ngwm__createCursorRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - ngwt__Filter *filter; /* optional element of type ngwt:Filter */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 174; } /* = unique id SOAP_TYPE__ngwm__createCursorRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createCursorRequest() { } - virtual ~_ngwm__createCursorRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createCursorResponse -#define SOAP_TYPE__ngwm__createCursorResponse (175) -/* ngwm:createCursorResponse */ -class SOAP_CMAC _ngwm__createCursorResponse -{ -public: - int *cursor; /* RPC return element */ /* optional element of type xsd:int */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 175; } /* = unique id SOAP_TYPE__ngwm__createCursorResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createCursorResponse() { } - virtual ~_ngwm__createCursorResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createItemRequest -#define SOAP_TYPE__ngwm__createItemRequest (176) -/* ngwm:createItemRequest */ -class SOAP_CMAC _ngwm__createItemRequest -{ -public: - ngwt__Item *item; /* required element of type ngwt:Item */ - ngwt__SharedFolderNotification *notification; /* optional element of type ngwt:SharedFolderNotification */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 176; } /* = unique id SOAP_TYPE__ngwm__createItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createItemRequest() { } - virtual ~_ngwm__createItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createItemResponse -#define SOAP_TYPE__ngwm__createItemResponse (177) -/* ngwm:createItemResponse */ -class SOAP_CMAC _ngwm__createItemResponse -{ -public: - std::vector<std::string >id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 177; } /* = unique id SOAP_TYPE__ngwm__createItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createItemResponse() { } - virtual ~_ngwm__createItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createItemsRequest -#define SOAP_TYPE__ngwm__createItemsRequest (178) -/* ngwm:createItemsRequest */ -class SOAP_CMAC _ngwm__createItemsRequest -{ -public: - std::vector<ngwt__Item * >item; /* required element of type ngwt:Item */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 178; } /* = unique id SOAP_TYPE__ngwm__createItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createItemsRequest() { } - virtual ~_ngwm__createItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createItemsResponse -#define SOAP_TYPE__ngwm__createItemsResponse (179) -/* ngwm:createItemsResponse */ -class SOAP_CMAC _ngwm__createItemsResponse -{ -public: - std::vector<std::string >id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 179; } /* = unique id SOAP_TYPE__ngwm__createItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createItemsResponse() { } - virtual ~_ngwm__createItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createJunkEntryRequest -#define SOAP_TYPE__ngwm__createJunkEntryRequest (180) -/* ngwm:createJunkEntryRequest */ -class SOAP_CMAC _ngwm__createJunkEntryRequest -{ -public: - ngwt__JunkEntry *entry; /* required element of type ngwt:JunkEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 180; } /* = unique id SOAP_TYPE__ngwm__createJunkEntryRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createJunkEntryRequest() { } - virtual ~_ngwm__createJunkEntryRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createJunkEntryResponse -#define SOAP_TYPE__ngwm__createJunkEntryResponse (181) -/* ngwm:createJunkEntryResponse */ -class SOAP_CMAC _ngwm__createJunkEntryResponse -{ -public: - std::string *id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 181; } /* = unique id SOAP_TYPE__ngwm__createJunkEntryResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createJunkEntryResponse() { } - virtual ~_ngwm__createJunkEntryResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createProxyAccessRequest -#define SOAP_TYPE__ngwm__createProxyAccessRequest (182) -/* ngwm:createProxyAccessRequest */ -class SOAP_CMAC _ngwm__createProxyAccessRequest -{ -public: - ngwt__AccessRightEntry *entry; /* required element of type ngwt:AccessRightEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 182; } /* = unique id SOAP_TYPE__ngwm__createProxyAccessRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createProxyAccessRequest() { } - virtual ~_ngwm__createProxyAccessRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createProxyAccessResponse -#define SOAP_TYPE__ngwm__createProxyAccessResponse (183) -/* ngwm:createProxyAccessResponse */ -class SOAP_CMAC _ngwm__createProxyAccessResponse -{ -public: - std::string *id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 183; } /* = unique id SOAP_TYPE__ngwm__createProxyAccessResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createProxyAccessResponse() { } - virtual ~_ngwm__createProxyAccessResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createSignatureRequest -#define SOAP_TYPE__ngwm__createSignatureRequest (184) -/* ngwm:createSignatureRequest */ -class SOAP_CMAC _ngwm__createSignatureRequest -{ -public: - ngwt__Signature *signature; /* required element of type ngwt:Signature */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 184; } /* = unique id SOAP_TYPE__ngwm__createSignatureRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createSignatureRequest() { } - virtual ~_ngwm__createSignatureRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__createSignatureResponse -#define SOAP_TYPE__ngwm__createSignatureResponse (185) -/* ngwm:createSignatureResponse */ -class SOAP_CMAC _ngwm__createSignatureResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 185; } /* = unique id SOAP_TYPE__ngwm__createSignatureResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__createSignatureResponse() { } - virtual ~_ngwm__createSignatureResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__declineRequest -#define SOAP_TYPE__ngwm__declineRequest (186) -/* ngwm:declineRequest */ -class SOAP_CMAC _ngwm__declineRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - std::string *comment; /* optional element of type xsd:string */ - unsigned long recurrenceAllInstances; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 186; } /* = unique id SOAP_TYPE__ngwm__declineRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__declineRequest() { } - virtual ~_ngwm__declineRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__declineResponse -#define SOAP_TYPE__ngwm__declineResponse (187) -/* ngwm:declineResponse */ -class SOAP_CMAC _ngwm__declineResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 187; } /* = unique id SOAP_TYPE__ngwm__declineResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__declineResponse() { } - virtual ~_ngwm__declineResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__delegateRequest -#define SOAP_TYPE__ngwm__delegateRequest (188) -/* ngwm:delegateRequest */ -class SOAP_CMAC _ngwm__delegateRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *commentToOrganizer; /* optional element of type xsd:string */ - std::string *commentToDelegatee; /* optional element of type xsd:string */ - ngwt__Distribution *distribution; /* required element of type ngwt:Distribution */ - unsigned long recurrenceAllInstances; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 188; } /* = unique id SOAP_TYPE__ngwm__delegateRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__delegateRequest() { } - virtual ~_ngwm__delegateRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__delegateResponse -#define SOAP_TYPE__ngwm__delegateResponse (189) -/* ngwm:delegateResponse */ -class SOAP_CMAC _ngwm__delegateResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 189; } /* = unique id SOAP_TYPE__ngwm__delegateResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__delegateResponse() { } - virtual ~_ngwm__delegateResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__destroyCursorRequest -#define SOAP_TYPE__ngwm__destroyCursorRequest (190) -/* ngwm:destroyCursorRequest */ -class SOAP_CMAC _ngwm__destroyCursorRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - int cursor; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 190; } /* = unique id SOAP_TYPE__ngwm__destroyCursorRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__destroyCursorRequest() { } - virtual ~_ngwm__destroyCursorRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__destroyCursorResponse -#define SOAP_TYPE__ngwm__destroyCursorResponse (191) -/* ngwm:destroyCursorResponse */ -class SOAP_CMAC _ngwm__destroyCursorResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 191; } /* = unique id SOAP_TYPE__ngwm__destroyCursorResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__destroyCursorResponse() { } - virtual ~_ngwm__destroyCursorResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__executeRuleRequest -#define SOAP_TYPE__ngwm__executeRuleRequest (192) -/* ngwm:executeRuleRequest */ -class SOAP_CMAC _ngwm__executeRuleRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 192; } /* = unique id SOAP_TYPE__ngwm__executeRuleRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__executeRuleRequest() { } - virtual ~_ngwm__executeRuleRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__executeRuleResponse -#define SOAP_TYPE__ngwm__executeRuleResponse (193) -/* ngwm:executeRuleResponse */ -class SOAP_CMAC _ngwm__executeRuleResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 193; } /* = unique id SOAP_TYPE__ngwm__executeRuleResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__executeRuleResponse() { } - virtual ~_ngwm__executeRuleResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__forwardRequest -#define SOAP_TYPE__ngwm__forwardRequest (194) -/* ngwm:forwardRequest */ -class SOAP_CMAC _ngwm__forwardRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - bool embed; /* required element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 194; } /* = unique id SOAP_TYPE__ngwm__forwardRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__forwardRequest() { } - virtual ~_ngwm__forwardRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__forwardResponse -#define SOAP_TYPE__ngwm__forwardResponse (195) -/* ngwm:forwardResponse */ -class SOAP_CMAC _ngwm__forwardResponse -{ -public: - ngwt__Item *item; /* RPC return element */ /* optional element of type ngwt:Item */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 195; } /* = unique id SOAP_TYPE__ngwm__forwardResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__forwardResponse() { } - virtual ~_ngwm__forwardResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getAddressBookListRequest -#define SOAP_TYPE__ngwm__getAddressBookListRequest (196) -/* ngwm:getAddressBookListRequest */ -class SOAP_CMAC _ngwm__getAddressBookListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 196; } /* = unique id SOAP_TYPE__ngwm__getAddressBookListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getAddressBookListRequest() { } - virtual ~_ngwm__getAddressBookListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getAddressBookListResponse -#define SOAP_TYPE__ngwm__getAddressBookListResponse (197) -/* ngwm:getAddressBookListResponse */ -class SOAP_CMAC _ngwm__getAddressBookListResponse -{ -public: - ngwt__AddressBookList *books; /* RPC return element */ /* optional element of type ngwt:AddressBookList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 197; } /* = unique id SOAP_TYPE__ngwm__getAddressBookListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getAddressBookListResponse() { } - virtual ~_ngwm__getAddressBookListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getAttachmentRequest -#define SOAP_TYPE__ngwm__getAttachmentRequest (198) -/* ngwm:getAttachmentRequest */ -class SOAP_CMAC _ngwm__getAttachmentRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - int offset; /* required element of type xsd:int */ - int length; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 198; } /* = unique id SOAP_TYPE__ngwm__getAttachmentRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getAttachmentRequest() { } - virtual ~_ngwm__getAttachmentRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getAttachmentResponse -#define SOAP_TYPE__ngwm__getAttachmentResponse (199) -/* ngwm:getAttachmentResponse */ -class SOAP_CMAC _ngwm__getAttachmentResponse -{ -public: - ngwt__MessagePart *part; /* RPC return element */ /* optional element of type ngwt:MessagePart */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 199; } /* = unique id SOAP_TYPE__ngwm__getAttachmentResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getAttachmentResponse() { } - virtual ~_ngwm__getAttachmentResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getCategoryListRequest -#define SOAP_TYPE__ngwm__getCategoryListRequest (200) -/* ngwm:getCategoryListRequest */ -class SOAP_CMAC _ngwm__getCategoryListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 200; } /* = unique id SOAP_TYPE__ngwm__getCategoryListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getCategoryListRequest() { } - virtual ~_ngwm__getCategoryListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getCategoryListResponse -#define SOAP_TYPE__ngwm__getCategoryListResponse (201) -/* ngwm:getCategoryListResponse */ -class SOAP_CMAC _ngwm__getCategoryListResponse -{ -public: - ngwt__CategoryList *categories; /* RPC return element */ /* optional element of type ngwt:CategoryList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 201; } /* = unique id SOAP_TYPE__ngwm__getCategoryListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getCategoryListResponse() { } - virtual ~_ngwm__getCategoryListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getCustomListRequest -#define SOAP_TYPE__ngwm__getCustomListRequest (202) -/* ngwm:getCustomListRequest */ -class SOAP_CMAC _ngwm__getCustomListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 202; } /* = unique id SOAP_TYPE__ngwm__getCustomListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getCustomListRequest() { } - virtual ~_ngwm__getCustomListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getCustomListResponse -#define SOAP_TYPE__ngwm__getCustomListResponse (203) -/* ngwm:getCustomListResponse */ -class SOAP_CMAC _ngwm__getCustomListResponse -{ -public: - ngwt__CustomList *customs; /* RPC return element */ /* optional element of type ngwt:CustomList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 203; } /* = unique id SOAP_TYPE__ngwm__getCustomListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getCustomListResponse() { } - virtual ~_ngwm__getCustomListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDeltasRequest -#define SOAP_TYPE__ngwm__getDeltasRequest (204) -/* ngwm:getDeltasRequest */ -class SOAP_CMAC _ngwm__getDeltasRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - ngwt__DeltaInfo *deltaInfo; /* required element of type ngwt:DeltaInfo */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 204; } /* = unique id SOAP_TYPE__ngwm__getDeltasRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDeltasRequest() { } - virtual ~_ngwm__getDeltasRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDeltasResponse -#define SOAP_TYPE__ngwm__getDeltasResponse (205) -/* ngwm:getDeltasResponse */ -class SOAP_CMAC _ngwm__getDeltasResponse -{ -public: - ngwt__Items *items; /* RPC return element */ /* optional element of type ngwt:Items */ - ngwt__DeltaInfo *deltaInfo; /* required element of type ngwt:DeltaInfo */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 205; } /* = unique id SOAP_TYPE__ngwm__getDeltasResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDeltasResponse() { } - virtual ~_ngwm__getDeltasResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDeltaInfoRequest -#define SOAP_TYPE__ngwm__getDeltaInfoRequest (206) -/* ngwm:getDeltaInfoRequest */ -class SOAP_CMAC _ngwm__getDeltaInfoRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 206; } /* = unique id SOAP_TYPE__ngwm__getDeltaInfoRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDeltaInfoRequest() { } - virtual ~_ngwm__getDeltaInfoRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDeltaInfoResponse -#define SOAP_TYPE__ngwm__getDeltaInfoResponse (207) -/* ngwm:getDeltaInfoResponse */ -class SOAP_CMAC _ngwm__getDeltaInfoResponse -{ -public: - ngwt__DeltaInfo *deltaInfo; /* RPC return element */ /* required element of type ngwt:DeltaInfo */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 207; } /* = unique id SOAP_TYPE__ngwm__getDeltaInfoResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDeltaInfoResponse() { } - virtual ~_ngwm__getDeltaInfoResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDocumentTypeListRequest -#define SOAP_TYPE__ngwm__getDocumentTypeListRequest (208) -/* ngwm:getDocumentTypeListRequest */ -class SOAP_CMAC _ngwm__getDocumentTypeListRequest -{ -public: - std::string library; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 208; } /* = unique id SOAP_TYPE__ngwm__getDocumentTypeListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDocumentTypeListRequest() { } - virtual ~_ngwm__getDocumentTypeListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getDocumentTypeListResponse -#define SOAP_TYPE__ngwm__getDocumentTypeListResponse (209) -/* ngwm:getDocumentTypeListResponse */ -class SOAP_CMAC _ngwm__getDocumentTypeListResponse -{ -public: - ngwt__DocumentTypeList *items; /* RPC return element */ /* optional element of type ngwt:DocumentTypeList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 209; } /* = unique id SOAP_TYPE__ngwm__getDocumentTypeListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getDocumentTypeListResponse() { } - virtual ~_ngwm__getDocumentTypeListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFolderRequest -#define SOAP_TYPE__ngwm__getFolderRequest (210) -/* ngwm:getFolderRequest */ -class SOAP_CMAC _ngwm__getFolderRequest -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - enum ngwt__FolderType *folderType; /* optional element of type ngwt:FolderType */ - enum ngwt__MessageTypeList *types; /* optional element of type ngwt:MessageTypeList */ - enum ngwt__ItemSourceList *source; /* optional element of type ngwt:ItemSourceList */ - std::string *view; /* optional element of type ngwt:View */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 210; } /* = unique id SOAP_TYPE__ngwm__getFolderRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFolderRequest() { } - virtual ~_ngwm__getFolderRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFolderResponse -#define SOAP_TYPE__ngwm__getFolderResponse (211) -/* ngwm:getFolderResponse */ -class SOAP_CMAC _ngwm__getFolderResponse -{ -public: - ngwt__Folder *folder; /* RPC return element */ /* optional element of type ngwt:Folder */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 211; } /* = unique id SOAP_TYPE__ngwm__getFolderResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFolderResponse() { } - virtual ~_ngwm__getFolderResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFolderListRequest -#define SOAP_TYPE__ngwm__getFolderListRequest (212) -/* ngwm:getFolderListRequest */ -class SOAP_CMAC _ngwm__getFolderListRequest -{ -public: - std::string parent; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - bool recurse; /* required element of type xsd:boolean */ - bool imap; /* required element of type xsd:boolean */ - bool nntp; /* required element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 212; } /* = unique id SOAP_TYPE__ngwm__getFolderListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFolderListRequest() { } - virtual ~_ngwm__getFolderListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFolderListResponse -#define SOAP_TYPE__ngwm__getFolderListResponse (213) -/* ngwm:getFolderListResponse */ -class SOAP_CMAC _ngwm__getFolderListResponse -{ -public: - ngwt__FolderList *folders; /* RPC return element */ /* optional element of type ngwt:FolderList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 213; } /* = unique id SOAP_TYPE__ngwm__getFolderListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFolderListResponse() { } - virtual ~_ngwm__getFolderListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFreeBusyRequest -#define SOAP_TYPE__ngwm__getFreeBusyRequest (214) -/* ngwm:getFreeBusyRequest */ -class SOAP_CMAC _ngwm__getFreeBusyRequest -{ -public: - std::string freeBusySessionId; /* required element of type xsd:string */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 214; } /* = unique id SOAP_TYPE__ngwm__getFreeBusyRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFreeBusyRequest() { } - virtual ~_ngwm__getFreeBusyRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getFreeBusyResponse -#define SOAP_TYPE__ngwm__getFreeBusyResponse (215) -/* ngwm:getFreeBusyResponse */ -class SOAP_CMAC _ngwm__getFreeBusyResponse -{ -public: - ngwt__FreeBusyStats *freeBusyStats; /* RPC return element */ /* optional element of type ngwt:FreeBusyStats */ - ngwt__FreeBusyInfoList *freeBusyInfo; /* optional element of type ngwt:FreeBusyInfoList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 215; } /* = unique id SOAP_TYPE__ngwm__getFreeBusyResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getFreeBusyResponse() { } - virtual ~_ngwm__getFreeBusyResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getItemRequest -#define SOAP_TYPE__ngwm__getItemRequest (216) -/* ngwm:getItemRequest */ -class SOAP_CMAC _ngwm__getItemRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 216; } /* = unique id SOAP_TYPE__ngwm__getItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getItemRequest() { } - virtual ~_ngwm__getItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getItemResponse -#define SOAP_TYPE__ngwm__getItemResponse (217) -/* ngwm:getItemResponse */ -class SOAP_CMAC _ngwm__getItemResponse -{ -public: - ngwt__Item *item; /* RPC return element */ /* optional element of type ngwt:Item */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 217; } /* = unique id SOAP_TYPE__ngwm__getItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getItemResponse() { } - virtual ~_ngwm__getItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getItemsRequest -#define SOAP_TYPE__ngwm__getItemsRequest (218) -/* ngwm:getItemsRequest */ -class SOAP_CMAC _ngwm__getItemsRequest -{ -public: - std::string *container; /* optional element of type ngwt:uid */ - std::string *view; /* optional element of type ngwt:View */ - ngwt__Filter *filter; /* optional element of type ngwt:Filter */ - ngwt__ItemRefList *items; /* optional element of type ngwt:ItemRefList */ - int count; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 218; } /* = unique id SOAP_TYPE__ngwm__getItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getItemsRequest() { } - virtual ~_ngwm__getItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getItemsResponse -#define SOAP_TYPE__ngwm__getItemsResponse (219) -/* ngwm:getItemsResponse */ -class SOAP_CMAC _ngwm__getItemsResponse -{ -public: - ngwt__Items *items; /* RPC return element */ /* optional element of type ngwt:Items */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 219; } /* = unique id SOAP_TYPE__ngwm__getItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getItemsResponse() { } - virtual ~_ngwm__getItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getJunkEntriesRequest -#define SOAP_TYPE__ngwm__getJunkEntriesRequest (220) -/* ngwm:getJunkEntriesRequest */ -class SOAP_CMAC _ngwm__getJunkEntriesRequest -{ -public: - enum ngwt__JunkHandlingListType *container; /* optional element of type ngwt:JunkHandlingListType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 220; } /* = unique id SOAP_TYPE__ngwm__getJunkEntriesRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getJunkEntriesRequest() { } - virtual ~_ngwm__getJunkEntriesRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getJunkEntriesResponse -#define SOAP_TYPE__ngwm__getJunkEntriesResponse (221) -/* ngwm:getJunkEntriesResponse */ -class SOAP_CMAC _ngwm__getJunkEntriesResponse -{ -public: - ngwt__JunkHandlingList *junk; /* RPC return element */ /* optional element of type ngwt:JunkHandlingList */ - ngwt__JunkHandlingList *block; /* optional element of type ngwt:JunkHandlingList */ - ngwt__JunkHandlingList *trust; /* optional element of type ngwt:JunkHandlingList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 221; } /* = unique id SOAP_TYPE__ngwm__getJunkEntriesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getJunkEntriesResponse() { } - virtual ~_ngwm__getJunkEntriesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getJunkMailSettingsRequest -#define SOAP_TYPE__ngwm__getJunkMailSettingsRequest (222) -/* ngwm:getJunkMailSettingsRequest */ -class SOAP_CMAC _ngwm__getJunkMailSettingsRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 222; } /* = unique id SOAP_TYPE__ngwm__getJunkMailSettingsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getJunkMailSettingsRequest() { } - virtual ~_ngwm__getJunkMailSettingsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getJunkMailSettingsResponse -#define SOAP_TYPE__ngwm__getJunkMailSettingsResponse (223) -/* ngwm:getJunkMailSettingsResponse */ -class SOAP_CMAC _ngwm__getJunkMailSettingsResponse -{ -public: - ngwt__SettingsList *settings; /* RPC return element */ /* optional element of type ngwt:SettingsList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 223; } /* = unique id SOAP_TYPE__ngwm__getJunkMailSettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getJunkMailSettingsResponse() { } - virtual ~_ngwm__getJunkMailSettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getLibraryItemRequest -#define SOAP_TYPE__ngwm__getLibraryItemRequest (224) -/* ngwm:getLibraryItemRequest */ -class SOAP_CMAC _ngwm__getLibraryItemRequest -{ -public: - std::string library; /* required element of type ngwt:uid */ -public: - unsigned long *documentNumber; /* optional element of type xsd:unsignedLong */ - std::string *versionNumber; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 224; } /* = unique id SOAP_TYPE__ngwm__getLibraryItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getLibraryItemRequest() { } - virtual ~_ngwm__getLibraryItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getLibraryItemResponse -#define SOAP_TYPE__ngwm__getLibraryItemResponse (225) -/* ngwm:getLibraryItemResponse */ -class SOAP_CMAC _ngwm__getLibraryItemResponse -{ -public: - ngwt__Item *item; /* RPC return element */ /* optional element of type ngwt:Item */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 225; } /* = unique id SOAP_TYPE__ngwm__getLibraryItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getLibraryItemResponse() { } - virtual ~_ngwm__getLibraryItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getLibraryListRequest -#define SOAP_TYPE__ngwm__getLibraryListRequest (226) -/* ngwm:getLibraryListRequest */ -class SOAP_CMAC _ngwm__getLibraryListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 226; } /* = unique id SOAP_TYPE__ngwm__getLibraryListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getLibraryListRequest() { } - virtual ~_ngwm__getLibraryListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getLibraryListResponse -#define SOAP_TYPE__ngwm__getLibraryListResponse (227) -/* ngwm:getLibraryListResponse */ -class SOAP_CMAC _ngwm__getLibraryListResponse -{ -public: - ngwt__LibraryList *libraries; /* RPC return element */ /* optional element of type ngwt:LibraryList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 227; } /* = unique id SOAP_TYPE__ngwm__getLibraryListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getLibraryListResponse() { } - virtual ~_ngwm__getLibraryListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getQuickMessagesRequest -#define SOAP_TYPE__ngwm__getQuickMessagesRequest (228) -/* ngwm:getQuickMessagesRequest */ -class SOAP_CMAC _ngwm__getQuickMessagesRequest -{ -public: - enum ngwt__MessageList list; /* required element of type ngwt:MessageList */ - char *ngwt__startDate; /* optional element of type xsd:string */ - std::string *container; /* optional element of type ngwt:uid */ - enum ngwt__MessageTypeList *types; /* optional element of type ngwt:MessageTypeList */ - enum ngwt__ItemSourceList *source; /* optional element of type ngwt:ItemSourceList */ - std::string *view; /* optional element of type ngwt:View */ - int count; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 228; } /* = unique id SOAP_TYPE__ngwm__getQuickMessagesRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getQuickMessagesRequest() { } - virtual ~_ngwm__getQuickMessagesRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getQuickMessagesResponse -#define SOAP_TYPE__ngwm__getQuickMessagesResponse (229) -/* ngwm:getQuickMessagesResponse */ -class SOAP_CMAC _ngwm__getQuickMessagesResponse -{ -public: - char *ngwt__startDate; /* RPC return element */ /* optional element of type xsd:string */ - ngwt__Items *items; /* optional element of type ngwt:Items */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 229; } /* = unique id SOAP_TYPE__ngwm__getQuickMessagesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getQuickMessagesResponse() { } - virtual ~_ngwm__getQuickMessagesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getProxyAccessListRequest -#define SOAP_TYPE__ngwm__getProxyAccessListRequest (230) -/* ngwm:getProxyAccessListRequest */ -class SOAP_CMAC _ngwm__getProxyAccessListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 230; } /* = unique id SOAP_TYPE__ngwm__getProxyAccessListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getProxyAccessListRequest() { } - virtual ~_ngwm__getProxyAccessListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getProxyAccessListResponse -#define SOAP_TYPE__ngwm__getProxyAccessListResponse (231) -/* ngwm:getProxyAccessListResponse */ -class SOAP_CMAC _ngwm__getProxyAccessListResponse -{ -public: - ngwt__AccessRightList *accessRights; /* RPC return element */ /* optional element of type ngwt:AccessRightList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 231; } /* = unique id SOAP_TYPE__ngwm__getProxyAccessListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getProxyAccessListResponse() { } - virtual ~_ngwm__getProxyAccessListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getProxyListRequest -#define SOAP_TYPE__ngwm__getProxyListRequest (232) -/* ngwm:getProxyListRequest */ -class SOAP_CMAC _ngwm__getProxyListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 232; } /* = unique id SOAP_TYPE__ngwm__getProxyListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getProxyListRequest() { } - virtual ~_ngwm__getProxyListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getProxyListResponse -#define SOAP_TYPE__ngwm__getProxyListResponse (233) -/* ngwm:getProxyListResponse */ -class SOAP_CMAC _ngwm__getProxyListResponse -{ -public: - ngwt__ProxyList *proxies; /* RPC return element */ /* optional element of type ngwt:ProxyList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 233; } /* = unique id SOAP_TYPE__ngwm__getProxyListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getProxyListResponse() { } - virtual ~_ngwm__getProxyListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getRuleListRequest -#define SOAP_TYPE__ngwm__getRuleListRequest (234) -/* ngwm:getRuleListRequest */ -class SOAP_CMAC _ngwm__getRuleListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 234; } /* = unique id SOAP_TYPE__ngwm__getRuleListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getRuleListRequest() { } - virtual ~_ngwm__getRuleListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getRuleListResponse -#define SOAP_TYPE__ngwm__getRuleListResponse (235) -/* ngwm:getRuleListResponse */ -class SOAP_CMAC _ngwm__getRuleListResponse -{ -public: - ngwt__RuleList *rules; /* RPC return element */ /* optional element of type ngwt:RuleList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 235; } /* = unique id SOAP_TYPE__ngwm__getRuleListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getRuleListResponse() { } - virtual ~_ngwm__getRuleListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getSettingsRequest -#define SOAP_TYPE__ngwm__getSettingsRequest (236) -/* ngwm:getSettingsRequest */ -class SOAP_CMAC _ngwm__getSettingsRequest -{ -public: - std::string *id; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 236; } /* = unique id SOAP_TYPE__ngwm__getSettingsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getSettingsRequest() { } - virtual ~_ngwm__getSettingsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getSettingsResponse -#define SOAP_TYPE__ngwm__getSettingsResponse (237) -/* ngwm:getSettingsResponse */ -class SOAP_CMAC _ngwm__getSettingsResponse -{ -public: - ngwt__Settings *settings; /* RPC return element */ /* optional element of type ngwt:Settings */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 237; } /* = unique id SOAP_TYPE__ngwm__getSettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getSettingsResponse() { } - virtual ~_ngwm__getSettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getSignaturesRequest -#define SOAP_TYPE__ngwm__getSignaturesRequest (238) -/* ngwm:getSignaturesRequest */ -class SOAP_CMAC _ngwm__getSignaturesRequest -{ -public: - bool global; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 238; } /* = unique id SOAP_TYPE__ngwm__getSignaturesRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getSignaturesRequest() { } - virtual ~_ngwm__getSignaturesRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getSignaturesResponse -#define SOAP_TYPE__ngwm__getSignaturesResponse (239) -/* ngwm:getSignaturesResponse */ -class SOAP_CMAC _ngwm__getSignaturesResponse -{ -public: - ngwt__Signatures *signatures; /* RPC return element */ /* optional element of type ngwt:Signatures */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 239; } /* = unique id SOAP_TYPE__ngwm__getSignaturesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getSignaturesResponse() { } - virtual ~_ngwm__getSignaturesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getTimestampRequest -#define SOAP_TYPE__ngwm__getTimestampRequest (240) -/* ngwm:getTimestampRequest */ -class SOAP_CMAC _ngwm__getTimestampRequest -{ -public: - bool *backup; /* optional element of type xsd:boolean */ - bool *retention; /* optional element of type xsd:boolean */ - bool *noop; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 240; } /* = unique id SOAP_TYPE__ngwm__getTimestampRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getTimestampRequest() { } - virtual ~_ngwm__getTimestampRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getTimestampResponse -#define SOAP_TYPE__ngwm__getTimestampResponse (241) -/* ngwm:getTimestampResponse */ -class SOAP_CMAC _ngwm__getTimestampResponse -{ -public: - char *backup; /* RPC return element */ /* optional element of type xsd:string */ - char *retention; /* optional element of type xsd:string */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 241; } /* = unique id SOAP_TYPE__ngwm__getTimestampResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getTimestampResponse() { } - virtual ~_ngwm__getTimestampResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getTimezoneListRequest -#define SOAP_TYPE__ngwm__getTimezoneListRequest (242) -/* ngwm:getTimezoneListRequest */ -class SOAP_CMAC _ngwm__getTimezoneListRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 242; } /* = unique id SOAP_TYPE__ngwm__getTimezoneListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getTimezoneListRequest() { } - virtual ~_ngwm__getTimezoneListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getTimezoneListResponse -#define SOAP_TYPE__ngwm__getTimezoneListResponse (243) -/* ngwm:getTimezoneListResponse */ -class SOAP_CMAC _ngwm__getTimezoneListResponse -{ -public: - ngwt__TimezoneList *timezones; /* RPC return element */ /* optional element of type ngwt:TimezoneList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 243; } /* = unique id SOAP_TYPE__ngwm__getTimezoneListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getTimezoneListResponse() { } - virtual ~_ngwm__getTimezoneListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getUserListRequest -#define SOAP_TYPE__ngwm__getUserListRequest (244) -/* ngwm:getUserListRequest */ -class SOAP_CMAC _ngwm__getUserListRequest -{ -public: - std::string *name; /* optional element of type xsd:string */ - std::string *key; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 244; } /* = unique id SOAP_TYPE__ngwm__getUserListRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getUserListRequest() { } - virtual ~_ngwm__getUserListRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__getUserListResponse -#define SOAP_TYPE__ngwm__getUserListResponse (245) -/* ngwm:getUserListResponse */ -class SOAP_CMAC _ngwm__getUserListResponse -{ -public: - ngwt__UserList *users; /* RPC return element */ /* optional element of type ngwt:UserList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 245; } /* = unique id SOAP_TYPE__ngwm__getUserListResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__getUserListResponse() { } - virtual ~_ngwm__getUserListResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__loginRequest -#define SOAP_TYPE__ngwm__loginRequest (246) -/* ngwm:loginRequest */ -class SOAP_CMAC _ngwm__loginRequest -{ -public: - ngwt__Authentication *auth; /* required element of type ngwt:Authentication */ - std::string language; /* required element of type xsd:language */ - std::string version; /* required element of type xsd:decimal */ -public: - std::string *application; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 246; } /* = unique id SOAP_TYPE__ngwm__loginRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__loginRequest() { } - virtual ~_ngwm__loginRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__loginResponse -#define SOAP_TYPE__ngwm__loginResponse (247) -/* ngwm:loginResponse */ -class SOAP_CMAC _ngwm__loginResponse -{ -public: - std::string *session; /* RPC return element */ /* optional element of type xsd:string */ - ngwt__UserInfo *userinfo; /* optional element of type ngwt:UserInfo */ - ngwt__AccessRightEntry *entry; /* optional element of type ngwt:AccessRightEntry */ - std::string *gwVersion; /* optional element of type xsd:string */ - std::string *build; /* optional element of type xsd:string */ - std::vector<ngwt__Host * >redirectToHost; /* optional element of type ngwt:Host */ - char *serverUTCTime; /* optional element of type xsd:string */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 247; } /* = unique id SOAP_TYPE__ngwm__loginResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__loginResponse() { } - virtual ~_ngwm__loginResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__logoutRequest -#define SOAP_TYPE__ngwm__logoutRequest (248) -/* ngwm:logoutRequest */ -class SOAP_CMAC _ngwm__logoutRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 248; } /* = unique id SOAP_TYPE__ngwm__logoutRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__logoutRequest() { } - virtual ~_ngwm__logoutRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__logoutResponse -#define SOAP_TYPE__ngwm__logoutResponse (249) -/* ngwm:logoutResponse */ -class SOAP_CMAC _ngwm__logoutResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 249; } /* = unique id SOAP_TYPE__ngwm__logoutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__logoutResponse() { } - virtual ~_ngwm__logoutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markPrivateRequest -#define SOAP_TYPE__ngwm__markPrivateRequest (250) -/* ngwm:markPrivateRequest */ -class SOAP_CMAC _ngwm__markPrivateRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 250; } /* = unique id SOAP_TYPE__ngwm__markPrivateRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markPrivateRequest() { } - virtual ~_ngwm__markPrivateRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markPrivateResponse -#define SOAP_TYPE__ngwm__markPrivateResponse (251) -/* ngwm:markPrivateResponse */ -class SOAP_CMAC _ngwm__markPrivateResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 251; } /* = unique id SOAP_TYPE__ngwm__markPrivateResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markPrivateResponse() { } - virtual ~_ngwm__markPrivateResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markReadRequest -#define SOAP_TYPE__ngwm__markReadRequest (252) -/* ngwm:markReadRequest */ -class SOAP_CMAC _ngwm__markReadRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 252; } /* = unique id SOAP_TYPE__ngwm__markReadRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markReadRequest() { } - virtual ~_ngwm__markReadRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markReadResponse -#define SOAP_TYPE__ngwm__markReadResponse (253) -/* ngwm:markReadResponse */ -class SOAP_CMAC _ngwm__markReadResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 253; } /* = unique id SOAP_TYPE__ngwm__markReadResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markReadResponse() { } - virtual ~_ngwm__markReadResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markUnPrivateRequest -#define SOAP_TYPE__ngwm__markUnPrivateRequest (254) -/* ngwm:markUnPrivateRequest */ -class SOAP_CMAC _ngwm__markUnPrivateRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 254; } /* = unique id SOAP_TYPE__ngwm__markUnPrivateRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markUnPrivateRequest() { } - virtual ~_ngwm__markUnPrivateRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markUnPrivateResponse -#define SOAP_TYPE__ngwm__markUnPrivateResponse (255) -/* ngwm:markUnPrivateResponse */ -class SOAP_CMAC _ngwm__markUnPrivateResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 255; } /* = unique id SOAP_TYPE__ngwm__markUnPrivateResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markUnPrivateResponse() { } - virtual ~_ngwm__markUnPrivateResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markUnReadRequest -#define SOAP_TYPE__ngwm__markUnReadRequest (256) -/* ngwm:markUnReadRequest */ -class SOAP_CMAC _ngwm__markUnReadRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 256; } /* = unique id SOAP_TYPE__ngwm__markUnReadRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markUnReadRequest() { } - virtual ~_ngwm__markUnReadRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__markUnReadResponse -#define SOAP_TYPE__ngwm__markUnReadResponse (257) -/* ngwm:markUnReadResponse */ -class SOAP_CMAC _ngwm__markUnReadResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 257; } /* = unique id SOAP_TYPE__ngwm__markUnReadResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__markUnReadResponse() { } - virtual ~_ngwm__markUnReadResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyItemRequest -#define SOAP_TYPE__ngwm__modifyItemRequest (258) -/* ngwm:modifyItemRequest */ -class SOAP_CMAC _ngwm__modifyItemRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - ngwt__SharedFolderNotification *notification; /* optional element of type ngwt:SharedFolderNotification */ - ngwt__ItemChanges *updates; /* required element of type ngwt:ItemChanges */ - unsigned long recurrenceAllInstances; /* optional element of type xsd:unsignedLong */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 258; } /* = unique id SOAP_TYPE__ngwm__modifyItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyItemRequest() { } - virtual ~_ngwm__modifyItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyItemResponse -#define SOAP_TYPE__ngwm__modifyItemResponse (259) -/* ngwm:modifyItemResponse */ -class SOAP_CMAC _ngwm__modifyItemResponse -{ -public: - char *ngwt__modified; /* RPC return element */ /* optional element of type xsd:string */ - std::vector<std::string >id; /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 259; } /* = unique id SOAP_TYPE__ngwm__modifyItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyItemResponse() { } - virtual ~_ngwm__modifyItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyItemsRequest -#define SOAP_TYPE__ngwm__modifyItemsRequest (260) -/* ngwm:modifyItemsRequest */ -class SOAP_CMAC _ngwm__modifyItemsRequest -{ -public: - std::vector<ngwt__ModifyItem * >item; /* required element of type ngwt:ModifyItem */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 260; } /* = unique id SOAP_TYPE__ngwm__modifyItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyItemsRequest() { } - virtual ~_ngwm__modifyItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyItemsResponse -#define SOAP_TYPE__ngwm__modifyItemsResponse (261) -/* ngwm:modifyItemsResponse */ -class SOAP_CMAC _ngwm__modifyItemsResponse -{ -public: - std::vector<char * >ngwt__modified; /* optional element of type xsd:string */ - std::vector<std::string >id; /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 261; } /* = unique id SOAP_TYPE__ngwm__modifyItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyItemsResponse() { } - virtual ~_ngwm__modifyItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyJunkEntryRequest -#define SOAP_TYPE__ngwm__modifyJunkEntryRequest (262) -/* ngwm:modifyJunkEntryRequest */ -class SOAP_CMAC _ngwm__modifyJunkEntryRequest -{ -public: - ngwt__JunkEntry *entry; /* required element of type ngwt:JunkEntry */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 262; } /* = unique id SOAP_TYPE__ngwm__modifyJunkEntryRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyJunkEntryRequest() { } - virtual ~_ngwm__modifyJunkEntryRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyJunkEntryResponse -#define SOAP_TYPE__ngwm__modifyJunkEntryResponse (263) -/* ngwm:modifyJunkEntryResponse */ -class SOAP_CMAC _ngwm__modifyJunkEntryResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 263; } /* = unique id SOAP_TYPE__ngwm__modifyJunkEntryResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyJunkEntryResponse() { } - virtual ~_ngwm__modifyJunkEntryResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyJunkMailSettingsRequest -#define SOAP_TYPE__ngwm__modifyJunkMailSettingsRequest (264) -/* ngwm:modifyJunkMailSettingsRequest */ -class SOAP_CMAC _ngwm__modifyJunkMailSettingsRequest -{ -public: - ngwt__SettingsList *settings; /* required element of type ngwt:SettingsList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 264; } /* = unique id SOAP_TYPE__ngwm__modifyJunkMailSettingsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyJunkMailSettingsRequest() { } - virtual ~_ngwm__modifyJunkMailSettingsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyJunkMailSettingsResponse -#define SOAP_TYPE__ngwm__modifyJunkMailSettingsResponse (265) -/* ngwm:modifyJunkMailSettingsResponse */ -class SOAP_CMAC _ngwm__modifyJunkMailSettingsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 265; } /* = unique id SOAP_TYPE__ngwm__modifyJunkMailSettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyJunkMailSettingsResponse() { } - virtual ~_ngwm__modifyJunkMailSettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyPasswordRequest -#define SOAP_TYPE__ngwm__modifyPasswordRequest (266) -/* ngwm:modifyPasswordRequest */ -class SOAP_CMAC _ngwm__modifyPasswordRequest -{ -public: - std::string *old; /* optional element of type xsd:string */ - std::string *_new; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 266; } /* = unique id SOAP_TYPE__ngwm__modifyPasswordRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyPasswordRequest() { } - virtual ~_ngwm__modifyPasswordRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyPasswordResponse -#define SOAP_TYPE__ngwm__modifyPasswordResponse (267) -/* ngwm:modifyPasswordResponse */ -class SOAP_CMAC _ngwm__modifyPasswordResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 267; } /* = unique id SOAP_TYPE__ngwm__modifyPasswordResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyPasswordResponse() { } - virtual ~_ngwm__modifyPasswordResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyProxyAccessRequest -#define SOAP_TYPE__ngwm__modifyProxyAccessRequest (268) -/* ngwm:modifyProxyAccessRequest */ -class SOAP_CMAC _ngwm__modifyProxyAccessRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - ngwt__AccessRightChanges *updates; /* required element of type ngwt:AccessRightChanges */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 268; } /* = unique id SOAP_TYPE__ngwm__modifyProxyAccessRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyProxyAccessRequest() { } - virtual ~_ngwm__modifyProxyAccessRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifyProxyAccessResponse -#define SOAP_TYPE__ngwm__modifyProxyAccessResponse (269) -/* ngwm:modifyProxyAccessResponse */ -class SOAP_CMAC _ngwm__modifyProxyAccessResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 269; } /* = unique id SOAP_TYPE__ngwm__modifyProxyAccessResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifyProxyAccessResponse() { } - virtual ~_ngwm__modifyProxyAccessResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifySettingsRequest -#define SOAP_TYPE__ngwm__modifySettingsRequest (270) -/* ngwm:modifySettingsRequest */ -class SOAP_CMAC _ngwm__modifySettingsRequest -{ -public: - ngwt__SettingsList *settings; /* required element of type ngwt:SettingsList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 270; } /* = unique id SOAP_TYPE__ngwm__modifySettingsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifySettingsRequest() { } - virtual ~_ngwm__modifySettingsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifySettingsResponse -#define SOAP_TYPE__ngwm__modifySettingsResponse (271) -/* ngwm:modifySettingsResponse */ -class SOAP_CMAC _ngwm__modifySettingsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 271; } /* = unique id SOAP_TYPE__ngwm__modifySettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifySettingsResponse() { } - virtual ~_ngwm__modifySettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifySignaturesRequest -#define SOAP_TYPE__ngwm__modifySignaturesRequest (272) -/* ngwm:modifySignaturesRequest */ -class SOAP_CMAC _ngwm__modifySignaturesRequest -{ -public: - ngwt__Signatures *updates; /* required element of type ngwt:Signatures */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 272; } /* = unique id SOAP_TYPE__ngwm__modifySignaturesRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifySignaturesRequest() { } - virtual ~_ngwm__modifySignaturesRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__modifySignaturesResponse -#define SOAP_TYPE__ngwm__modifySignaturesResponse (273) -/* ngwm:modifySignaturesResponse */ -class SOAP_CMAC _ngwm__modifySignaturesResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 273; } /* = unique id SOAP_TYPE__ngwm__modifySignaturesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__modifySignaturesResponse() { } - virtual ~_ngwm__modifySignaturesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__moveItemRequest -#define SOAP_TYPE__ngwm__moveItemRequest (274) -/* ngwm:moveItemRequest */ -class SOAP_CMAC _ngwm__moveItemRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ - std::string container; /* required element of type ngwt:uid */ -public: - std::string *from; /* optional element of type ngwt:uid */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 274; } /* = unique id SOAP_TYPE__ngwm__moveItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__moveItemRequest() { } - virtual ~_ngwm__moveItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__moveItemResponse -#define SOAP_TYPE__ngwm__moveItemResponse (275) -/* ngwm:moveItemResponse */ -class SOAP_CMAC _ngwm__moveItemResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 275; } /* = unique id SOAP_TYPE__ngwm__moveItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__moveItemResponse() { } - virtual ~_ngwm__moveItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__positionCursorRequest -#define SOAP_TYPE__ngwm__positionCursorRequest (276) -/* ngwm:positionCursorRequest */ -class SOAP_CMAC _ngwm__positionCursorRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - int cursor; /* required element of type xsd:int */ - enum ngwt__CursorSeek seek; /* required element of type ngwt:CursorSeek */ - int offset; /* required element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 276; } /* = unique id SOAP_TYPE__ngwm__positionCursorRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__positionCursorRequest() { } - virtual ~_ngwm__positionCursorRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__positionCursorResponse -#define SOAP_TYPE__ngwm__positionCursorResponse (277) -/* ngwm:positionCursorResponse */ -class SOAP_CMAC _ngwm__positionCursorResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 277; } /* = unique id SOAP_TYPE__ngwm__positionCursorResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__positionCursorResponse() { } - virtual ~_ngwm__positionCursorResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__purgeDeletedItemsRequest -#define SOAP_TYPE__ngwm__purgeDeletedItemsRequest (278) -/* ngwm:purgeDeletedItemsRequest */ -class SOAP_CMAC _ngwm__purgeDeletedItemsRequest -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 278; } /* = unique id SOAP_TYPE__ngwm__purgeDeletedItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__purgeDeletedItemsRequest() { } - virtual ~_ngwm__purgeDeletedItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__purgeDeletedItemsResponse -#define SOAP_TYPE__ngwm__purgeDeletedItemsResponse (279) -/* ngwm:purgeDeletedItemsResponse */ -class SOAP_CMAC _ngwm__purgeDeletedItemsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 279; } /* = unique id SOAP_TYPE__ngwm__purgeDeletedItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__purgeDeletedItemsResponse() { } - virtual ~_ngwm__purgeDeletedItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__purgeRequest -#define SOAP_TYPE__ngwm__purgeRequest (280) -/* ngwm:purgeRequest */ -class SOAP_CMAC _ngwm__purgeRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 280; } /* = unique id SOAP_TYPE__ngwm__purgeRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__purgeRequest() { } - virtual ~_ngwm__purgeRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__purgeResponse -#define SOAP_TYPE__ngwm__purgeResponse (281) -/* ngwm:purgeResponse */ -class SOAP_CMAC _ngwm__purgeResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 281; } /* = unique id SOAP_TYPE__ngwm__purgeResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__purgeResponse() { } - virtual ~_ngwm__purgeResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__readCursorRequest -#define SOAP_TYPE__ngwm__readCursorRequest (282) -/* ngwm:readCursorRequest */ -class SOAP_CMAC _ngwm__readCursorRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - int cursor; /* required element of type xsd:int */ - bool forward; /* required element of type xsd:boolean */ - enum ngwt__CursorSeek *position; /* optional element of type ngwt:CursorSeek */ - int *count; /* optional element of type xsd:int */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 282; } /* = unique id SOAP_TYPE__ngwm__readCursorRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__readCursorRequest() { } - virtual ~_ngwm__readCursorRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__readCursorResponse -#define SOAP_TYPE__ngwm__readCursorResponse (283) -/* ngwm:readCursorResponse */ -class SOAP_CMAC _ngwm__readCursorResponse -{ -public: - ngwt__ItemList *items; /* RPC return element */ /* optional element of type ngwt:ItemList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 283; } /* = unique id SOAP_TYPE__ngwm__readCursorResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__readCursorResponse() { } - virtual ~_ngwm__readCursorResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeCustomDefinitionRequest -#define SOAP_TYPE__ngwm__removeCustomDefinitionRequest (284) -/* ngwm:removeCustomDefinitionRequest */ -class SOAP_CMAC _ngwm__removeCustomDefinitionRequest -{ -public: - ngwt__CustomList *customs; /* optional element of type ngwt:CustomList */ - bool books; /* required element of type xsd:boolean */ - bool doAsynchronous; /* required element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 284; } /* = unique id SOAP_TYPE__ngwm__removeCustomDefinitionRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeCustomDefinitionRequest() { } - virtual ~_ngwm__removeCustomDefinitionRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeCustomDefinitionResponse -#define SOAP_TYPE__ngwm__removeCustomDefinitionResponse (285) -/* ngwm:removeCustomDefinitionResponse */ -class SOAP_CMAC _ngwm__removeCustomDefinitionResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 285; } /* = unique id SOAP_TYPE__ngwm__removeCustomDefinitionResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeCustomDefinitionResponse() { } - virtual ~_ngwm__removeCustomDefinitionResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeItemRequest -#define SOAP_TYPE__ngwm__removeItemRequest (286) -/* ngwm:removeItemRequest */ -class SOAP_CMAC _ngwm__removeItemRequest -{ -public: - std::string *container; /* optional element of type ngwt:uid */ - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 286; } /* = unique id SOAP_TYPE__ngwm__removeItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeItemRequest() { } - virtual ~_ngwm__removeItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeItemResponse -#define SOAP_TYPE__ngwm__removeItemResponse (287) -/* ngwm:removeItemResponse */ -class SOAP_CMAC _ngwm__removeItemResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 287; } /* = unique id SOAP_TYPE__ngwm__removeItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeItemResponse() { } - virtual ~_ngwm__removeItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeItemsRequest -#define SOAP_TYPE__ngwm__removeItemsRequest (288) -/* ngwm:removeItemsRequest */ -class SOAP_CMAC _ngwm__removeItemsRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 288; } /* = unique id SOAP_TYPE__ngwm__removeItemsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeItemsRequest() { } - virtual ~_ngwm__removeItemsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeItemsResponse -#define SOAP_TYPE__ngwm__removeItemsResponse (289) -/* ngwm:removeItemsResponse */ -class SOAP_CMAC _ngwm__removeItemsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 289; } /* = unique id SOAP_TYPE__ngwm__removeItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeItemsResponse() { } - virtual ~_ngwm__removeItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeJunkEntryRequest -#define SOAP_TYPE__ngwm__removeJunkEntryRequest (290) -/* ngwm:removeJunkEntryRequest */ -class SOAP_CMAC _ngwm__removeJunkEntryRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 290; } /* = unique id SOAP_TYPE__ngwm__removeJunkEntryRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeJunkEntryRequest() { } - virtual ~_ngwm__removeJunkEntryRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeJunkEntryResponse -#define SOAP_TYPE__ngwm__removeJunkEntryResponse (291) -/* ngwm:removeJunkEntryResponse */ -class SOAP_CMAC _ngwm__removeJunkEntryResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 291; } /* = unique id SOAP_TYPE__ngwm__removeJunkEntryResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeJunkEntryResponse() { } - virtual ~_ngwm__removeJunkEntryResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeMembersRequest -#define SOAP_TYPE__ngwm__removeMembersRequest (292) -/* ngwm:removeMembersRequest */ -class SOAP_CMAC _ngwm__removeMembersRequest -{ -public: - std::string container; /* required element of type ngwt:uid */ -public: - ngwt__GroupMemberList *members; /* required element of type ngwt:GroupMemberList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 292; } /* = unique id SOAP_TYPE__ngwm__removeMembersRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeMembersRequest() { } - virtual ~_ngwm__removeMembersRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeMembersResponse -#define SOAP_TYPE__ngwm__removeMembersResponse (293) -/* ngwm:removeMembersResponse */ -class SOAP_CMAC _ngwm__removeMembersResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 293; } /* = unique id SOAP_TYPE__ngwm__removeMembersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeMembersResponse() { } - virtual ~_ngwm__removeMembersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeProxyAccessRequest -#define SOAP_TYPE__ngwm__removeProxyAccessRequest (294) -/* ngwm:removeProxyAccessRequest */ -class SOAP_CMAC _ngwm__removeProxyAccessRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 294; } /* = unique id SOAP_TYPE__ngwm__removeProxyAccessRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeProxyAccessRequest() { } - virtual ~_ngwm__removeProxyAccessRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeProxyAccessResponse -#define SOAP_TYPE__ngwm__removeProxyAccessResponse (295) -/* ngwm:removeProxyAccessResponse */ -class SOAP_CMAC _ngwm__removeProxyAccessResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 295; } /* = unique id SOAP_TYPE__ngwm__removeProxyAccessResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeProxyAccessResponse() { } - virtual ~_ngwm__removeProxyAccessResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeProxyUserRequest -#define SOAP_TYPE__ngwm__removeProxyUserRequest (296) -/* ngwm:removeProxyUserRequest */ -class SOAP_CMAC _ngwm__removeProxyUserRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 296; } /* = unique id SOAP_TYPE__ngwm__removeProxyUserRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeProxyUserRequest() { } - virtual ~_ngwm__removeProxyUserRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeProxyUserResponse -#define SOAP_TYPE__ngwm__removeProxyUserResponse (297) -/* ngwm:removeProxyUserResponse */ -class SOAP_CMAC _ngwm__removeProxyUserResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 297; } /* = unique id SOAP_TYPE__ngwm__removeProxyUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeProxyUserResponse() { } - virtual ~_ngwm__removeProxyUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeSignatureRequest -#define SOAP_TYPE__ngwm__removeSignatureRequest (298) -/* ngwm:removeSignatureRequest */ -class SOAP_CMAC _ngwm__removeSignatureRequest -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - bool *all; /* optional element of type xsd:boolean */ - bool global; /* optional element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 298; } /* = unique id SOAP_TYPE__ngwm__removeSignatureRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeSignatureRequest() { } - virtual ~_ngwm__removeSignatureRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__removeSignatureResponse -#define SOAP_TYPE__ngwm__removeSignatureResponse (299) -/* ngwm:removeSignatureResponse */ -class SOAP_CMAC _ngwm__removeSignatureResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 299; } /* = unique id SOAP_TYPE__ngwm__removeSignatureResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__removeSignatureResponse() { } - virtual ~_ngwm__removeSignatureResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__replyRequest -#define SOAP_TYPE__ngwm__replyRequest (300) -/* ngwm:replyRequest */ -class SOAP_CMAC _ngwm__replyRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - std::string *view; /* optional element of type ngwt:View */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 300; } /* = unique id SOAP_TYPE__ngwm__replyRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__replyRequest() { } - virtual ~_ngwm__replyRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__replyResponse -#define SOAP_TYPE__ngwm__replyResponse (301) -/* ngwm:replyResponse */ -class SOAP_CMAC _ngwm__replyResponse -{ -public: - ngwt__Item *item; /* RPC return element */ /* optional element of type ngwt:Item */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 301; } /* = unique id SOAP_TYPE__ngwm__replyResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__replyResponse() { } - virtual ~_ngwm__replyResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__retractRequest -#define SOAP_TYPE__ngwm__retractRequest (302) -/* ngwm:retractRequest */ -class SOAP_CMAC _ngwm__retractRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - std::string *comment; /* optional element of type xsd:string */ - bool retractingAllInstances; /* optional element of type xsd:boolean */ - bool retractCausedByResend; /* optional element of type xsd:boolean */ - enum ngwt__RetractType *retractType; /* optional element of type ngwt:RetractType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 302; } /* = unique id SOAP_TYPE__ngwm__retractRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__retractRequest() { } - virtual ~_ngwm__retractRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__retractResponse -#define SOAP_TYPE__ngwm__retractResponse (303) -/* ngwm:retractResponse */ -class SOAP_CMAC _ngwm__retractResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 303; } /* = unique id SOAP_TYPE__ngwm__retractResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__retractResponse() { } - virtual ~_ngwm__retractResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__sendItemRequest -#define SOAP_TYPE__ngwm__sendItemRequest (304) -/* ngwm:sendItemRequest */ -class SOAP_CMAC _ngwm__sendItemRequest -{ -public: - ngwt__Item *item; /* required element of type ngwt:Item */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 304; } /* = unique id SOAP_TYPE__ngwm__sendItemRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__sendItemRequest() { } - virtual ~_ngwm__sendItemRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__sendItemResponse -#define SOAP_TYPE__ngwm__sendItemResponse (305) -/* ngwm:sendItemResponse */ -class SOAP_CMAC _ngwm__sendItemResponse -{ -public: - std::vector<std::string >id; /* RPC return element */ /* optional element of type ngwt:uid */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 305; } /* = unique id SOAP_TYPE__ngwm__sendItemResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__sendItemResponse() { } - virtual ~_ngwm__sendItemResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__setTimestampRequest -#define SOAP_TYPE__ngwm__setTimestampRequest (306) -/* ngwm:setTimestampRequest */ -class SOAP_CMAC _ngwm__setTimestampRequest -{ -public: - char *backup; /* optional element of type xsd:string */ - char *retention; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 306; } /* = unique id SOAP_TYPE__ngwm__setTimestampRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__setTimestampRequest() { } - virtual ~_ngwm__setTimestampRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__setTimestampResponse -#define SOAP_TYPE__ngwm__setTimestampResponse (307) -/* ngwm:setTimestampResponse */ -class SOAP_CMAC _ngwm__setTimestampResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 307; } /* = unique id SOAP_TYPE__ngwm__setTimestampResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__setTimestampResponse() { } - virtual ~_ngwm__setTimestampResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__startFreeBusySessionRequest -#define SOAP_TYPE__ngwm__startFreeBusySessionRequest (308) -/* ngwm:startFreeBusySessionRequest */ -class SOAP_CMAC _ngwm__startFreeBusySessionRequest -{ -public: - ngwt__FreeBusyUserList *users; /* required element of type ngwt:FreeBusyUserList */ - char *startDate; /* required element of type xsd:string */ - char *endDate; /* required element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 308; } /* = unique id SOAP_TYPE__ngwm__startFreeBusySessionRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__startFreeBusySessionRequest() { } - virtual ~_ngwm__startFreeBusySessionRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__startFreeBusySessionResponse -#define SOAP_TYPE__ngwm__startFreeBusySessionResponse (309) -/* ngwm:startFreeBusySessionResponse */ -class SOAP_CMAC _ngwm__startFreeBusySessionResponse -{ -public: - int *freeBusySessionId; /* RPC return element */ /* optional element of type xsd:int */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 309; } /* = unique id SOAP_TYPE__ngwm__startFreeBusySessionResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__startFreeBusySessionResponse() { } - virtual ~_ngwm__startFreeBusySessionResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__unacceptRequest -#define SOAP_TYPE__ngwm__unacceptRequest (310) -/* ngwm:unacceptRequest */ -class SOAP_CMAC _ngwm__unacceptRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 310; } /* = unique id SOAP_TYPE__ngwm__unacceptRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__unacceptRequest() { } - virtual ~_ngwm__unacceptRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__unacceptResponse -#define SOAP_TYPE__ngwm__unacceptResponse (311) -/* ngwm:unacceptResponse */ -class SOAP_CMAC _ngwm__unacceptResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 311; } /* = unique id SOAP_TYPE__ngwm__unacceptResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__unacceptResponse() { } - virtual ~_ngwm__unacceptResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__uncompleteRequest -#define SOAP_TYPE__ngwm__uncompleteRequest (312) -/* ngwm:uncompleteRequest */ -class SOAP_CMAC _ngwm__uncompleteRequest -{ -public: - ngwt__ItemRefList *items; /* required element of type ngwt:ItemRefList */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 312; } /* = unique id SOAP_TYPE__ngwm__uncompleteRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__uncompleteRequest() { } - virtual ~_ngwm__uncompleteRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__uncompleteResponse -#define SOAP_TYPE__ngwm__uncompleteResponse (313) -/* ngwm:uncompleteResponse */ -class SOAP_CMAC _ngwm__uncompleteResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 313; } /* = unique id SOAP_TYPE__ngwm__uncompleteResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__uncompleteResponse() { } - virtual ~_ngwm__uncompleteResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__updateVersionStatusRequest -#define SOAP_TYPE__ngwm__updateVersionStatusRequest (314) -/* ngwm:updateVersionStatusRequest */ -class SOAP_CMAC _ngwm__updateVersionStatusRequest -{ -public: - std::string id; /* required element of type ngwt:uid */ -public: - enum ngwt__VersionEventType event; /* required element of type ngwt:VersionEventType */ - ngwt__SignatureData *part; /* optional element of type ngwt:SignatureData */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 314; } /* = unique id SOAP_TYPE__ngwm__updateVersionStatusRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__updateVersionStatusRequest() { } - virtual ~_ngwm__updateVersionStatusRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwm__updateVersionStatusResponse -#define SOAP_TYPE__ngwm__updateVersionStatusResponse (315) -/* ngwm:updateVersionStatusResponse */ -class SOAP_CMAC _ngwm__updateVersionStatusResponse -{ -public: - ngwt__SignatureData *part; /* RPC return element */ /* optional element of type ngwt:SignatureData */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 315; } /* = unique id SOAP_TYPE__ngwm__updateVersionStatusResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwm__updateVersionStatusResponse() { } - virtual ~_ngwm__updateVersionStatusResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__ContainerList -#define SOAP_TYPE_ngwe__ContainerList (316) -/* ngwe:ContainerList */ -class SOAP_CMAC ngwe__ContainerList -{ -public: - std::vector<std::string >container; /* optional element of type ngwt:uid */ - bool *not_; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 316; } /* = unique id SOAP_TYPE_ngwe__ContainerList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__ContainerList() { } - virtual ~ngwe__ContainerList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__Event -#define SOAP_TYPE_ngwe__Event (317) -/* ngwe:Event */ -class SOAP_CMAC ngwe__Event -{ -public: - enum ngwe__EventType event; /* required element of type ngwe:EventType */ - std::string *id; /* optional element of type ngwt:uid */ - char *timeStamp; /* optional element of type xsd:string */ - enum ngwe__FieldList *field; /* optional element of type ngwe:FieldList */ - std::string *container; /* optional element of type ngwt:uid */ - std::string *from; /* optional element of type ngwt:uid */ - std::string *key; /* optional element of type xsd:string */ - unsigned long *uid; /* optional element of type xsd:unsignedLong */ - enum ngwe__ItemType *type; /* optional element of type ngwe:ItemType */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 317; } /* = unique id SOAP_TYPE_ngwe__Event */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__Event() { } - virtual ~ngwe__Event() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__EventDefinition -#define SOAP_TYPE_ngwe__EventDefinition (318) -/* ngwe:EventDefinition */ -class SOAP_CMAC ngwe__EventDefinition -{ -public: - class ngwe__EventTypeList *events; /* required element of type ngwe:EventTypeList */ - enum ngwe__ItemTypeList *type; /* optional element of type ngwe:ItemTypeList */ - enum ngwe__FieldList *field; /* optional element of type ngwe:FieldList */ - ngwe__ContainerList *containers; /* optional element of type ngwe:ContainerList */ - std::string *subType; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 318; } /* = unique id SOAP_TYPE_ngwe__EventDefinition */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__EventDefinition() { } - virtual ~ngwe__EventDefinition() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__EventList -#define SOAP_TYPE_ngwe__EventList (319) -/* ngwe:EventList */ -class SOAP_CMAC ngwe__EventList -{ -public: - std::vector<ngwe__Event * >event; /* optional element of type ngwe:Event */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 319; } /* = unique id SOAP_TYPE_ngwe__EventList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__EventList() { } - virtual ~ngwe__EventList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__Events -#define SOAP_TYPE_ngwe__Events (320) -/* ngwe:Events */ -class SOAP_CMAC ngwe__Events -{ -public: - std::string key; /* required element of type xsd:string */ -public: - std::string *persistence; /* optional element of type xsd:duration */ - std::string *ipAddress; /* optional element of type xsd:string */ - int *port; /* optional element of type xsd:int */ - bool http; /* optional element of type xsd:boolean */ - ngwe__EventDefinition *definition; /* optional element of type ngwe:EventDefinition */ - bool *enabled; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 320; } /* = unique id SOAP_TYPE_ngwe__Events */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__Events() { } - virtual ~ngwe__Events() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__EventsList -#define SOAP_TYPE_ngwe__EventsList (321) -/* ngwe:EventsList */ -class SOAP_CMAC ngwe__EventsList -{ -public: - std::vector<ngwe__Events * >event; /* optional element of type ngwe:Events */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 321; } /* = unique id SOAP_TYPE_ngwe__EventsList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__EventsList() { } - virtual ~ngwe__EventsList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__EventTypeList -#define SOAP_TYPE_ngwe__EventTypeList (322) -/* ngwe:EventTypeList */ -class SOAP_CMAC ngwe__EventTypeList -{ -public: - std::vector<enum ngwe__EventType >event; /* sequence of 1 to 36 elements */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 322; } /* = unique id SOAP_TYPE_ngwe__EventTypeList */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__EventTypeList() { } - virtual ~ngwe__EventTypeList() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwe__Notify -#define SOAP_TYPE_ngwe__Notify (323) -/* ngwe:Notify */ -class SOAP_CMAC ngwe__Notify -{ -public: - std::string userid; /* required element of type xsd:string */ - std::string key; /* required element of type xsd:string */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 323; } /* = unique id SOAP_TYPE_ngwe__Notify */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwe__Notify() { } - virtual ~ngwe__Notify() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__cleanEventConfigurationRequest -#define SOAP_TYPE__ngwe__cleanEventConfigurationRequest (324) -/* ngwe:cleanEventConfigurationRequest */ -class SOAP_CMAC _ngwe__cleanEventConfigurationRequest -{ -public: - bool all; /* required element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 324; } /* = unique id SOAP_TYPE__ngwe__cleanEventConfigurationRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__cleanEventConfigurationRequest() { } - virtual ~_ngwe__cleanEventConfigurationRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__cleanEventConfigurationResponse -#define SOAP_TYPE__ngwe__cleanEventConfigurationResponse (325) -/* ngwe:cleanEventConfigurationResponse */ -class SOAP_CMAC _ngwe__cleanEventConfigurationResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 325; } /* = unique id SOAP_TYPE__ngwe__cleanEventConfigurationResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__cleanEventConfigurationResponse() { } - virtual ~_ngwe__cleanEventConfigurationResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__configureEventsRequest -#define SOAP_TYPE__ngwe__configureEventsRequest (326) -/* ngwe:configureEventsRequest */ -class SOAP_CMAC _ngwe__configureEventsRequest -{ -public: - ngwe__Events *events; /* optional element of type ngwe:Events */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 326; } /* = unique id SOAP_TYPE__ngwe__configureEventsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__configureEventsRequest() { } - virtual ~_ngwe__configureEventsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__configureEventsResponse -#define SOAP_TYPE__ngwe__configureEventsResponse (327) -/* ngwe:configureEventsResponse */ -class SOAP_CMAC _ngwe__configureEventsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 327; } /* = unique id SOAP_TYPE__ngwe__configureEventsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__configureEventsResponse() { } - virtual ~_ngwe__configureEventsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__getEventConfigurationRequest -#define SOAP_TYPE__ngwe__getEventConfigurationRequest (328) -/* ngwe:getEventConfigurationRequest */ -class SOAP_CMAC _ngwe__getEventConfigurationRequest -{ -public: - std::string *key; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 328; } /* = unique id SOAP_TYPE__ngwe__getEventConfigurationRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__getEventConfigurationRequest() { } - virtual ~_ngwe__getEventConfigurationRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__getEventConfigurationResponse -#define SOAP_TYPE__ngwe__getEventConfigurationResponse (329) -/* ngwe:getEventConfigurationResponse */ -class SOAP_CMAC _ngwe__getEventConfigurationResponse -{ -public: - ngwe__EventsList *events; /* RPC return element */ /* optional element of type ngwe:EventsList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 329; } /* = unique id SOAP_TYPE__ngwe__getEventConfigurationResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__getEventConfigurationResponse() { } - virtual ~_ngwe__getEventConfigurationResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__getEventsRequest -#define SOAP_TYPE__ngwe__getEventsRequest (330) -/* ngwe:getEventsRequest */ -class SOAP_CMAC _ngwe__getEventsRequest -{ -public: - std::string key; /* required element of type xsd:string */ -public: - char *from; /* optional element of type xsd:string */ - char *until; /* optional element of type xsd:string */ - unsigned long *uid; /* optional element of type xsd:unsignedLong */ - int count; /* required element of type xsd:int */ - bool remove; /* required element of type xsd:boolean */ - bool notify; /* required element of type xsd:boolean */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 330; } /* = unique id SOAP_TYPE__ngwe__getEventsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__getEventsRequest() { } - virtual ~_ngwe__getEventsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__getEventsResponse -#define SOAP_TYPE__ngwe__getEventsResponse (331) -/* ngwe:getEventsResponse */ -class SOAP_CMAC _ngwe__getEventsResponse -{ -public: - ngwe__EventList *events; /* RPC return element */ /* optional element of type ngwe:EventList */ - ngwt__Status *status; /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 331; } /* = unique id SOAP_TYPE__ngwe__getEventsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__getEventsResponse() { } - virtual ~_ngwe__getEventsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__removeEventConfigurationRequest -#define SOAP_TYPE__ngwe__removeEventConfigurationRequest (332) -/* ngwe:removeEventConfigurationRequest */ -class SOAP_CMAC _ngwe__removeEventConfigurationRequest -{ -public: - std::string key; /* required element of type xsd:string */ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 332; } /* = unique id SOAP_TYPE__ngwe__removeEventConfigurationRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__removeEventConfigurationRequest() { } - virtual ~_ngwe__removeEventConfigurationRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__removeEventConfigurationResponse -#define SOAP_TYPE__ngwe__removeEventConfigurationResponse (333) -/* ngwe:removeEventConfigurationResponse */ -class SOAP_CMAC _ngwe__removeEventConfigurationResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 333; } /* = unique id SOAP_TYPE__ngwe__removeEventConfigurationResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__removeEventConfigurationResponse() { } - virtual ~_ngwe__removeEventConfigurationResponse() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__removeEventsRequest -#define SOAP_TYPE__ngwe__removeEventsRequest (334) -/* ngwe:removeEventsRequest */ -class SOAP_CMAC _ngwe__removeEventsRequest -{ -public: - std::string key; /* required element of type xsd:string */ -public: - char *from; /* optional element of type xsd:string */ - char *until; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 334; } /* = unique id SOAP_TYPE__ngwe__removeEventsRequest */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__removeEventsRequest() { } - virtual ~_ngwe__removeEventsRequest() { } -}; -#endif - -#ifndef SOAP_TYPE__ngwe__removeEventsResponse -#define SOAP_TYPE__ngwe__removeEventsResponse (335) -/* ngwe:removeEventsResponse */ -class SOAP_CMAC _ngwe__removeEventsResponse -{ -public: - ngwt__Status *status; /* RPC return element */ /* required element of type ngwt:Status */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 335; } /* = unique id SOAP_TYPE__ngwe__removeEventsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _ngwe__removeEventsResponse() { } - virtual ~_ngwe__removeEventsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessControlListEntry -#define SOAP_TYPE_ngwt__AccessControlListEntry (18) -/* ngwt:AccessControlListEntry */ -class SOAP_CMAC ngwt__AccessControlListEntry : public ngwt__NameAndEmail -{ -public: - ngwt__Rights *rights; /* required element of type ngwt:Rights */ -public: - virtual int soap_type() const { return 18; } /* = unique id SOAP_TYPE_ngwt__AccessControlListEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessControlListEntry() { } - virtual ~ngwt__AccessControlListEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AccessRightEntry -#define SOAP_TYPE_ngwt__AccessRightEntry (23) -/* ngwt:AccessRightEntry */ -class SOAP_CMAC ngwt__AccessRightEntry : public ngwt__NameAndEmail -{ -public: - std::string *id; /* optional element of type ngwt:uid */ - ngwt__AccessRight *appointment; /* optional element of type ngwt:AccessRight */ - ngwt__AccessRight *mail; /* optional element of type ngwt:AccessRight */ - ngwt__AccessMiscRight *misc; /* optional element of type ngwt:AccessMiscRight */ - ngwt__AccessRight *note; /* optional element of type ngwt:AccessRight */ - ngwt__AccessRight *task; /* optional element of type ngwt:AccessRight */ -public: - virtual int soap_type() const { return 23; } /* = unique id SOAP_TYPE_ngwt__AccessRightEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AccessRightEntry() { } - virtual ~ngwt__AccessRightEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AddressBook -#define SOAP_TYPE_ngwt__AddressBook (25) -/* ngwt:AddressBook */ -class SOAP_CMAC ngwt__AddressBook : public ngwt__Item -{ -public: - std::string *description; /* optional element of type xsd:string */ - bool *isPersonal; /* optional element of type xsd:boolean */ - bool *isFrequentContacts; /* optional element of type xsd:boolean */ -public: - virtual int soap_type() const { return 25; } /* = unique id SOAP_TYPE_ngwt__AddressBook */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AddressBook() { } - virtual ~ngwt__AddressBook() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Alarm -#define SOAP_TYPE_ngwt__Alarm (28) -/* Primitive ngwt:Alarm schema type: */ -class SOAP_CMAC ngwt__Alarm -{ -public: - int __item; - bool *enabled; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 28; } /* = unique id SOAP_TYPE_ngwt__Alarm */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Alarm() { } - virtual ~ngwt__Alarm() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Category -#define SOAP_TYPE_ngwt__Category (37) -/* ngwt:Category */ -class SOAP_CMAC ngwt__Category : public ngwt__Item -{ -public: - enum ngwt__CategoryType *type; /* optional element of type ngwt:CategoryType */ - unsigned long *color; /* optional element of type xsd:unsignedLong */ -public: - virtual int soap_type() const { return 37; } /* = unique id SOAP_TYPE_ngwt__Category */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Category() { } - virtual ~ngwt__Category() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CommentStatus -#define SOAP_TYPE_ngwt__CommentStatus (40) -/* Primitive ngwt:CommentStatus schema type: */ -class SOAP_CMAC ngwt__CommentStatus -{ -public: - char *__item; - std::string *comment; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 40; } /* = unique id SOAP_TYPE_ngwt__CommentStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CommentStatus() { } - virtual ~ngwt__CommentStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ContainerItem -#define SOAP_TYPE_ngwt__ContainerItem (43) -/* ngwt:ContainerItem */ -class SOAP_CMAC ngwt__ContainerItem : public ngwt__Item -{ -public: - std::vector<class ngwt__ContainerRef * >container; /* required element of type ngwt:ContainerRef */ - ngwt__CategoryRefList *categories; /* optional element of type ngwt:CategoryRefList */ - char *created; /* optional element of type xsd:string */ - ngwt__CustomList *customs; /* optional element of type ngwt:CustomList */ -public: - virtual int soap_type() const { return 43; } /* = unique id SOAP_TYPE_ngwt__ContainerItem */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ContainerItem() { } - virtual ~ngwt__ContainerItem() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ContainerRef -#define SOAP_TYPE_ngwt__ContainerRef (44) -/* Primitive ngwt:ContainerRef schema type: */ -class SOAP_CMAC ngwt__ContainerRef -{ -public: - std::string __item; -public: - char *deleted; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 44; } /* = unique id SOAP_TYPE_ngwt__ContainerRef */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ContainerRef() { } - virtual ~ngwt__ContainerRef() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DelegatedStatus -#define SOAP_TYPE_ngwt__DelegatedStatus (52) -/* Primitive ngwt:DelegatedStatus schema type: */ -class SOAP_CMAC ngwt__DelegatedStatus -{ -public: - ngwt__CommentStatus *__item; - std::string *userid; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 52; } /* = unique id SOAP_TYPE_ngwt__DelegatedStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DelegatedStatus() { } - virtual ~ngwt__DelegatedStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DelegateeStatus -#define SOAP_TYPE_ngwt__DelegateeStatus (53) -/* ngwt:DelegateeStatus */ -class SOAP_CMAC ngwt__DelegateeStatus : public ngwt__RecipientStatus -{ -public: - std::string *userid; /* optional attribute */ -public: - virtual int soap_type() const { return 53; } /* = unique id SOAP_TYPE_ngwt__DelegateeStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DelegateeStatus() { } - virtual ~ngwt__DelegateeStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FilterEntry -#define SOAP_TYPE_ngwt__FilterEntry (63) -/* ngwt:FilterEntry */ -class SOAP_CMAC ngwt__FilterEntry : public ngwt__FilterElement -{ -public: - std::string *field; /* optional element of type xsd:string */ - ngwt__Custom *custom; /* optional element of type ngwt:Custom */ - std::string *value; /* optional element of type xsd:string */ - enum ngwt__FilterDate *date; /* optional element of type ngwt:FilterDate */ -public: - virtual int soap_type() const { return 63; } /* = unique id SOAP_TYPE_ngwt__FilterEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FilterEntry() { } - virtual ~ngwt__FilterEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FilterGroup -#define SOAP_TYPE_ngwt__FilterGroup (64) -/* ngwt:FilterGroup */ -class SOAP_CMAC ngwt__FilterGroup : public ngwt__FilterElement -{ -public: - std::vector<ngwt__FilterElement * >element; /* required element of type ngwt:FilterElement */ -public: - virtual int soap_type() const { return 64; } /* = unique id SOAP_TYPE_ngwt__FilterGroup */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FilterGroup() { } - virtual ~ngwt__FilterGroup() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Folder -#define SOAP_TYPE_ngwt__Folder (65) -/* ngwt:Folder */ -class SOAP_CMAC ngwt__Folder : public ngwt__Item -{ -public: - std::string parent; /* required element of type ngwt:uid */ -public: - std::string *description; /* optional element of type xsd:string */ - int *count; /* optional element of type xsd:int */ - bool *hasUnread; /* optional element of type xsd:boolean */ - int *unreadCount; /* optional element of type xsd:int */ - unsigned long *sequence; /* optional element of type xsd:unsignedLong */ - std::string *settings; /* optional element of type ngwt:uid */ - ngwt__CalendarFolderAttribute *calendarAttribute; /* optional element of type ngwt:CalendarFolderAttribute */ -public: - virtual int soap_type() const { return 65; } /* = unique id SOAP_TYPE_ngwt__Folder */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Folder() { } - virtual ~ngwt__Folder() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FreeBusyInfo -#define SOAP_TYPE_ngwt__FreeBusyInfo (71) -/* ngwt:FreeBusyInfo */ -class SOAP_CMAC ngwt__FreeBusyInfo : public ngwt__NameAndEmail -{ -public: - ngwt__FreeBusyBlockList *blocks; /* required element of type ngwt:FreeBusyBlockList */ -public: - virtual int soap_type() const { return 71; } /* = unique id SOAP_TYPE_ngwt__FreeBusyInfo */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FreeBusyInfo() { } - virtual ~ngwt__FreeBusyInfo() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__From -#define SOAP_TYPE_ngwt__From (75) -/* ngwt:From */ -class SOAP_CMAC ngwt__From : public ngwt__NameAndEmail -{ -public: - std::string *replyTo; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 75; } /* = unique id SOAP_TYPE_ngwt__From */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__From() { } - virtual ~ngwt__From() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ItemRef -#define SOAP_TYPE_ngwt__ItemRef (87) -/* Primitive ngwt:ItemRef schema type: */ -class SOAP_CMAC ngwt__ItemRef -{ -public: - std::string __item; -public: - std::string *uid; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 87; } /* = unique id SOAP_TYPE_ngwt__ItemRef */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ItemRef() { } - virtual ~ngwt__ItemRef() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Library -#define SOAP_TYPE_ngwt__Library (93) -/* ngwt:Library */ -class SOAP_CMAC ngwt__Library : public ngwt__Item -{ -public: - std::string *description; /* optional element of type xsd:string */ - std::string *domain; /* optional element of type xsd:string */ - std::string *postOffice; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 93; } /* = unique id SOAP_TYPE_ngwt__Library */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Library() { } - virtual ~ngwt__Library() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__MessagePart -#define SOAP_TYPE_ngwt__MessagePart (98) -/* Primitive ngwt:MessagePart schema type: */ -class SOAP_CMAC ngwt__MessagePart -{ -public: - xsd__base64Binary __item; - std::string *id; /* optional attribute */ - std::string *contentId; /* optional attribute */ - std::string *contentType; /* optional attribute */ - int *length; /* optional attribute */ - int *offset; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 98; } /* = unique id SOAP_TYPE_ngwt__MessagePart */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__MessagePart() { } - virtual ~ngwt__MessagePart() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PhoneNumber -#define SOAP_TYPE_ngwt__PhoneNumber (109) -/* Primitive ngwt:PhoneNumber schema type: */ -class SOAP_CMAC ngwt__PhoneNumber -{ -public: - std::string __item; -public: - enum ngwt__PhoneNumberType type; /* required attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 109; } /* = unique id SOAP_TYPE_ngwt__PhoneNumber */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PhoneNumber() { } - virtual ~ngwt__PhoneNumber() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PlainText -#define SOAP_TYPE_ngwt__PlainText (110) -/* ngwt:PlainText */ -class SOAP_CMAC ngwt__PlainText : public ngwt__Authentication -{ -public: - std::string username; /* required element of type xsd:string */ -public: - std::string *password; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 110; } /* = unique id SOAP_TYPE_ngwt__PlainText */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PlainText() { } - virtual ~ngwt__PlainText() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Proxy -#define SOAP_TYPE_ngwt__Proxy (115) -/* ngwt:Proxy */ -class SOAP_CMAC ngwt__Proxy : public ngwt__Authentication -{ -public: - std::string username; /* required element of type xsd:string */ -public: - std::string *password; /* optional element of type xsd:string */ - std::string proxy; /* required element of type xsd:string */ -public: - virtual int soap_type() const { return 115; } /* = unique id SOAP_TYPE_ngwt__Proxy */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Proxy() { } - virtual ~ngwt__Proxy() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ProxyUser -#define SOAP_TYPE_ngwt__ProxyUser (116) -/* ngwt:ProxyUser */ -class SOAP_CMAC ngwt__ProxyUser : public ngwt__NameAndEmail -{ -public: - std::string *id; /* optional element of type ngwt:uid */ -public: - virtual int soap_type() const { return 116; } /* = unique id SOAP_TYPE_ngwt__ProxyUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ProxyUser() { } - virtual ~ngwt__ProxyUser() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Recipient -#define SOAP_TYPE_ngwt__Recipient (121) -/* ngwt:Recipient */ -class SOAP_CMAC ngwt__Recipient : public ngwt__NameAndEmail -{ -public: - enum ngwt__DistributionType distType; /* optional element of type ngwt:DistributionType */ - enum ngwt__RecipientType recipType; /* optional element of type ngwt:RecipientType */ - ngwt__RecipientStatus *recipientStatus; /* optional element of type ngwt:RecipientStatus */ - enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ -public: - virtual int soap_type() const { return 121; } /* = unique id SOAP_TYPE_ngwt__Recipient */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Recipient() { } - virtual ~ngwt__Recipient() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__TransferFailedStatus -#define SOAP_TYPE_ngwt__TransferFailedStatus (154) -/* ngwt:TransferFailedStatus */ -class SOAP_CMAC ngwt__TransferFailedStatus : public ngwt__RecipientStatus -{ -public: - std::string *FailureReason; /* optional attribute */ -public: - virtual int soap_type() const { return 154; } /* = unique id SOAP_TYPE_ngwt__TransferFailedStatus */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__TransferFailedStatus() { } - virtual ~ngwt__TransferFailedStatus() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__TrustedApplication -#define SOAP_TYPE_ngwt__TrustedApplication (155) -/* ngwt:TrustedApplication */ -class SOAP_CMAC ngwt__TrustedApplication : public ngwt__Authentication -{ -public: - std::string username; /* required element of type xsd:string */ - std::string name; /* required element of type xsd:string */ - std::string key; /* required element of type xsd:string */ -public: - virtual int soap_type() const { return 155; } /* = unique id SOAP_TYPE_ngwt__TrustedApplication */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__TrustedApplication() { } - virtual ~ngwt__TrustedApplication() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AddressBookItem -#define SOAP_TYPE_ngwt__AddressBookItem (26) -/* ngwt:AddressBookItem */ -class SOAP_CMAC ngwt__AddressBookItem : public ngwt__ContainerItem -{ -public: - std::string *uuid; /* optional element of type ngwt:UUID */ - std::string *comment; /* optional element of type xsd:string */ - enum ngwt__DeltaSyncType *sync; /* optional element of type ngwt:DeltaSyncType */ - std::string *domain; /* optional element of type xsd:string */ - std::string *postOffice; /* optional element of type xsd:string */ - std::string *distinguishedName; /* optional element of type xsd:string */ - std::string *userid; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 26; } /* = unique id SOAP_TYPE_ngwt__AddressBookItem */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AddressBookItem() { } - virtual ~ngwt__AddressBookItem() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__AttachmentID -#define SOAP_TYPE_ngwt__AttachmentID (30) -/* Primitive ngwt:AttachmentID schema type: */ -class SOAP_CMAC ngwt__AttachmentID -{ -public: - std::string __item; -public: - bool *itemReference; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 30; } /* = unique id SOAP_TYPE_ngwt__AttachmentID */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__AttachmentID() { } - virtual ~ngwt__AttachmentID() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__BoxEntry -#define SOAP_TYPE_ngwt__BoxEntry (34) -/* ngwt:BoxEntry */ -class SOAP_CMAC ngwt__BoxEntry : public ngwt__ContainerItem -{ -public: - ngwt__ItemStatus *status; /* optional element of type ngwt:ItemStatus */ - std::string *thread; /* optional element of type xsd:string */ - std::string *msgId; /* optional element of type xsd:string */ - std::string *messageId; /* optional element of type xsd:string */ - enum ngwt__ItemSource *source; /* optional element of type ngwt:ItemSource */ - bool *returnSentItemsId; /* optional element of type xsd:boolean */ - char *delivered; /* required element of type xsd:string */ - enum ngwt__ItemClass *class_; /* optional element of type ngwt:ItemClass */ - enum ngwt__ItemSecurity *security; /* optional element of type ngwt:ItemSecurity */ - std::string *comment; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 34; } /* = unique id SOAP_TYPE_ngwt__BoxEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__BoxEntry() { } - virtual ~ngwt__BoxEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfWeek -#define SOAP_TYPE_ngwt__DayOfWeek (48) -/* Primitive ngwt:DayOfWeek schema type: */ -class SOAP_CMAC ngwt__DayOfWeek -{ -public: - enum ngwt__WeekDay __item; - enum ngwt__OccurrenceType *occurrence; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 48; } /* = unique id SOAP_TYPE_ngwt__DayOfWeek */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DayOfWeek() { } - virtual ~ngwt__DayOfWeek() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfYearWeek -#define SOAP_TYPE_ngwt__DayOfYearWeek (50) -/* Primitive ngwt:DayOfYearWeek schema type: */ -class SOAP_CMAC ngwt__DayOfYearWeek -{ -public: - enum ngwt__WeekDay __item; - short *occurrence; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 50; } /* = unique id SOAP_TYPE_ngwt__DayOfYearWeek */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DayOfYearWeek() { } - virtual ~ngwt__DayOfYearWeek() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Document -#define SOAP_TYPE_ngwt__Document (56) -/* ngwt:Document */ -class SOAP_CMAC ngwt__Document : public ngwt__ContainerItem -{ -public: - std::string *subject; /* optional element of type xsd:string */ - ngwt__NameAndEmail *library; /* optional element of type ngwt:NameAndEmail */ - unsigned long *documentNumber; /* optional element of type xsd:unsignedLong */ - std::string *documentTypeName; /* optional element of type xsd:string */ - ngwt__NameAndEmail *author; /* optional element of type ngwt:NameAndEmail */ - ngwt__NameAndEmail *creator; /* optional element of type ngwt:NameAndEmail */ - unsigned long *officialVersion; /* optional element of type xsd:unsignedLong */ - unsigned long *currentVersion; /* optional element of type xsd:unsignedLong */ - ngwt__AccessControlList *current; /* optional element of type ngwt:AccessControlList */ - ngwt__AccessControlList *official; /* optional element of type ngwt:AccessControlList */ - ngwt__AccessControlList *other; /* optional element of type ngwt:AccessControlList */ -public: - virtual int soap_type() const { return 56; } /* = unique id SOAP_TYPE_ngwt__Document */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Document() { } - virtual ~ngwt__Document() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__FolderACLEntry -#define SOAP_TYPE_ngwt__FolderACLEntry (67) -/* ngwt:FolderACLEntry */ -class SOAP_CMAC ngwt__FolderACLEntry : public ngwt__AccessControlListEntry -{ -public: - enum ngwt__FolderACLStatus *status; /* optional element of type ngwt:FolderACLStatus */ -public: - virtual int soap_type() const { return 67; } /* = unique id SOAP_TYPE_ngwt__FolderACLEntry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__FolderACLEntry() { } - virtual ~ngwt__FolderACLEntry() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__QueryFolder -#define SOAP_TYPE_ngwt__QueryFolder (119) -/* ngwt:QueryFolder */ -class SOAP_CMAC ngwt__QueryFolder : public ngwt__Folder -{ -public: - enum ngwt__FolderType *folderType; /* optional element of type ngwt:FolderType */ - ngwt__Query *query; /* optional element of type ngwt:Query */ -public: - virtual int soap_type() const { return 119; } /* = unique id SOAP_TYPE_ngwt__QueryFolder */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__QueryFolder() { } - virtual ~ngwt__QueryFolder() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Rule -#define SOAP_TYPE_ngwt__Rule (131) -/* ngwt:Rule */ -class SOAP_CMAC ngwt__Rule : public ngwt__ContainerItem -{ -public: - enum ngwt__Execution *execution; /* optional element of type ngwt:Execution */ - unsigned long sequence; /* required element of type xsd:unsignedLong */ - bool enabled; /* optional element of type xsd:boolean */ - enum ngwt__MessageTypeList *types; /* optional element of type ngwt:MessageTypeList */ - enum ngwt__ItemSourceList *source; /* optional element of type ngwt:ItemSourceList */ - enum ngwt__AppointmentConflict conflict; /* optional element of type ngwt:AppointmentConflict */ - ngwt__Filter *filter; /* optional element of type ngwt:Filter */ - ngwt__RuleActionList *actions; /* optional element of type ngwt:RuleActionList */ -public: - virtual int soap_type() const { return 131; } /* = unique id SOAP_TYPE_ngwt__Rule */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Rule() { } - virtual ~ngwt__Rule() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SharedFolder -#define SOAP_TYPE_ngwt__SharedFolder (140) -/* ngwt:SharedFolder */ -class SOAP_CMAC ngwt__SharedFolder : public ngwt__Folder -{ -public: - ngwt__Rights *rights; /* optional element of type ngwt:Rights */ - ngwt__FolderACL *acl; /* optional element of type ngwt:FolderACL */ - std::string *owner; /* optional element of type ngwt:UUID */ - bool *isSharedByMe; /* optional element of type xsd:boolean */ - bool *isSharedToMe; /* optional element of type xsd:boolean */ -public: - virtual int soap_type() const { return 140; } /* = unique id SOAP_TYPE_ngwt__SharedFolder */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SharedFolder() { } - virtual ~ngwt__SharedFolder() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__StatusTracking -#define SOAP_TYPE_ngwt__StatusTracking (148) -/* Primitive ngwt:StatusTracking schema type: */ -class SOAP_CMAC ngwt__StatusTracking -{ -public: - enum ngwt__StatusTrackingOptions __item; - bool *autoDelete; /* optional attribute */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 148; } /* = unique id SOAP_TYPE_ngwt__StatusTracking */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__StatusTracking() { } - virtual ~ngwt__StatusTracking() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SystemFolder -#define SOAP_TYPE_ngwt__SystemFolder (149) -/* ngwt:SystemFolder */ -class SOAP_CMAC ngwt__SystemFolder : public ngwt__Folder -{ -public: - bool *isSystemFolder; /* optional element of type xsd:boolean */ - enum ngwt__FolderType *folderType; /* optional element of type ngwt:FolderType */ - ngwt__FolderACL *acl; /* optional element of type ngwt:FolderACL */ - bool *isSharedByMe; /* optional element of type xsd:boolean */ -public: - virtual int soap_type() const { return 149; } /* = unique id SOAP_TYPE_ngwt__SystemFolder */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SystemFolder() { } - virtual ~ngwt__SystemFolder() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Version -#define SOAP_TYPE_ngwt__Version (158) -/* ngwt:Version */ -class SOAP_CMAC ngwt__Version : public ngwt__ContainerItem -{ -public: - ngwt__NameAndEmail *library; /* optional element of type ngwt:NameAndEmail */ - unsigned long *documentNumber; /* optional element of type xsd:unsignedLong */ - ngwt__NameAndEmail *versionCreator; /* optional element of type ngwt:NameAndEmail */ - ngwt__NameAndEmail *retrievedBy; /* optional element of type ngwt:NameAndEmail */ - char *retrievedDate; /* optional element of type xsd:string */ - unsigned long versionNumber; /* required element of type xsd:unsignedLong */ - std::string *versionDescription; /* optional element of type xsd:string */ - enum ngwt__VersionStatus *versionStatus; /* optional element of type ngwt:VersionStatus */ - unsigned long *life; /* optional element of type xsd:unsignedLong */ - enum ngwt__AgeAction *ageAction; /* optional element of type ngwt:AgeAction */ - unsigned long *fileSize; /* optional element of type xsd:unsignedLong */ - std::string *filename; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 158; } /* = unique id SOAP_TYPE_ngwt__Version */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Version() { } - virtual ~ngwt__Version() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__VersionEvent -#define SOAP_TYPE_ngwt__VersionEvent (159) -/* ngwt:VersionEvent */ -class SOAP_CMAC ngwt__VersionEvent : public ngwt__ContainerItem -{ -public: - ngwt__NameAndEmail *library; /* optional element of type ngwt:NameAndEmail */ - unsigned long documentNumber; /* required element of type xsd:unsignedLong */ - unsigned long versionNumber; /* required element of type xsd:unsignedLong */ - ngwt__NameAndEmail *creator; /* optional element of type ngwt:NameAndEmail */ - enum ngwt__VersionEventType event; /* required element of type ngwt:VersionEventType */ - unsigned long *eventNumber; /* optional element of type xsd:unsignedLong */ - std::string *filename; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 159; } /* = unique id SOAP_TYPE_ngwt__VersionEvent */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__VersionEvent() { } - virtual ~ngwt__VersionEvent() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Contact -#define SOAP_TYPE_ngwt__Contact (41) -/* ngwt:Contact */ -class SOAP_CMAC ngwt__Contact : public ngwt__AddressBookItem -{ -public: - ngwt__FullName *fullName; /* optional element of type ngwt:FullName */ - ngwt__EmailAddressList *emailList; /* optional element of type ngwt:EmailAddressList */ - ngwt__ImAddressList *imList; /* optional element of type ngwt:ImAddressList */ - ngwt__PhoneList *phoneList; /* optional element of type ngwt:PhoneList */ - ngwt__PostalAddressList *addressList; /* optional element of type ngwt:PostalAddressList */ - ngwt__OfficeInfo *officeInfo; /* optional element of type ngwt:OfficeInfo */ - ngwt__PersonalInfo *personalInfo; /* optional element of type ngwt:PersonalInfo */ - ngwt__ReferenceInfo *referenceInfo; /* optional element of type ngwt:ReferenceInfo */ -public: - virtual int soap_type() const { return 41; } /* = unique id SOAP_TYPE_ngwt__Contact */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Contact() { } - virtual ~ngwt__Contact() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__ContactFolder -#define SOAP_TYPE_ngwt__ContactFolder (42) -/* ngwt:ContactFolder */ -class SOAP_CMAC ngwt__ContactFolder : public ngwt__SystemFolder -{ -public: - std::string *addressBook; /* optional element of type ngwt:uid */ -public: - virtual int soap_type() const { return 42; } /* = unique id SOAP_TYPE_ngwt__ContactFolder */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__ContactFolder() { } - virtual ~ngwt__ContactFolder() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Group -#define SOAP_TYPE_ngwt__Group (77) -/* ngwt:Group */ -class SOAP_CMAC ngwt__Group : public ngwt__AddressBookItem -{ -public: - ngwt__GroupMemberList *members; /* optional element of type ngwt:GroupMemberList */ -public: - virtual int soap_type() const { return 77; } /* = unique id SOAP_TYPE_ngwt__Group */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Group() { } - virtual ~ngwt__Group() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Mail -#define SOAP_TYPE_ngwt__Mail (96) -/* ngwt:Mail */ -class SOAP_CMAC ngwt__Mail : public ngwt__BoxEntry -{ -public: - std::string *subject; /* optional element of type xsd:string */ - std::string *originalSubject; /* optional element of type xsd:string */ - std::string *subjectPrefix; /* optional element of type xsd:string */ - ngwt__Distribution *distribution; /* optional element of type ngwt:Distribution */ - ngwt__MessageBody *message; /* optional element of type ngwt:MessageBody */ - ngwt__AttachmentInfo *attachments; /* optional element of type ngwt:AttachmentInfo */ - ngwt__ItemOptions *options; /* optional element of type ngwt:ItemOptions */ - ngwt__LinkInfo *link; /* optional element of type ngwt:LinkInfo */ - bool hasAttachment; /* optional element of type xsd:boolean */ - int size; /* optional element of type xsd:int */ - std::string *subType; /* optional element of type xsd:string */ - bool *nntpOrImap; /* optional element of type xsd:boolean */ - ngwt__SMimeOperation *smimeType; /* optional element of type ngwt:SMimeOperation */ -public: - virtual int soap_type() const { return 96; } /* = unique id SOAP_TYPE_ngwt__Mail */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Mail() { } - virtual ~ngwt__Mail() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Organization -#define SOAP_TYPE_ngwt__Organization (104) -/* ngwt:Organization */ -class SOAP_CMAC ngwt__Organization : public ngwt__AddressBookItem -{ -public: - ngwt__ItemRef *contact; /* optional element of type ngwt:ItemRef */ - std::string *phone; /* optional element of type xsd:string */ - std::string *fax; /* optional element of type xsd:string */ - ngwt__PostalAddress *address; /* optional element of type ngwt:PostalAddress */ - std::string *website; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 104; } /* = unique id SOAP_TYPE_ngwt__Organization */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Organization() { } - virtual ~ngwt__Organization() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Resource -#define SOAP_TYPE_ngwt__Resource (127) -/* ngwt:Resource */ -class SOAP_CMAC ngwt__Resource : public ngwt__AddressBookItem -{ -public: - std::string *phone; /* optional element of type xsd:string */ - std::string *resourceType; /* optional element of type xsd:string */ - std::string *email; /* optional element of type xsd:string */ - ngwt__ItemRef *owner; /* optional element of type ngwt:ItemRef */ -public: - virtual int soap_type() const { return 127; } /* = unique id SOAP_TYPE_ngwt__Resource */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Resource() { } - virtual ~ngwt__Resource() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__CalendarItem -#define SOAP_TYPE_ngwt__CalendarItem (36) -/* ngwt:CalendarItem */ -class SOAP_CMAC ngwt__CalendarItem : public ngwt__Mail -{ -public: - ngwt__RecurrenceDateType *rdate; /* optional element of type ngwt:RecurrenceDateType */ - ngwt__RecurrenceRule *rrule; /* optional element of type ngwt:RecurrenceRule */ - ngwt__RecurrenceDateType *exdate; /* optional element of type ngwt:RecurrenceDateType */ - unsigned long *recurrenceKey; /* optional element of type xsd:unsignedLong */ - std::string *iCalId; /* optional element of type xsd:string */ -public: - virtual int soap_type() const { return 36; } /* = unique id SOAP_TYPE_ngwt__CalendarItem */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__CalendarItem() { } - virtual ~ngwt__CalendarItem() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__DocumentRef -#define SOAP_TYPE_ngwt__DocumentRef (57) -/* ngwt:DocumentRef */ -class SOAP_CMAC ngwt__DocumentRef : public ngwt__Mail -{ -public: - ngwt__NameAndEmail *library; /* optional element of type ngwt:NameAndEmail */ - unsigned long *documentNumber; /* optional element of type xsd:unsignedLong */ - std::string *filename; /* optional element of type xsd:string */ - std::string *documentTypeName; /* optional element of type xsd:string */ - ngwt__NameAndEmail *author; /* optional element of type ngwt:NameAndEmail */ - ngwt__NameAndEmail *creator; /* optional element of type ngwt:NameAndEmail */ - unsigned long *officialVersion; /* optional element of type xsd:unsignedLong */ - unsigned long *currentVersion; /* optional element of type xsd:unsignedLong */ - unsigned long *versionNumber; /* optional element of type xsd:unsignedLong */ - char *versionDescription; /* optional element of type xsd:anyType */ - unsigned long *fileSize; /* optional element of type xsd:unsignedLong */ - ngwt__AccessControlList *acl; /* optional element of type ngwt:AccessControlList */ -public: - virtual int soap_type() const { return 57; } /* = unique id SOAP_TYPE_ngwt__DocumentRef */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__DocumentRef() { } - virtual ~ngwt__DocumentRef() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__PhoneMessage -#define SOAP_TYPE_ngwt__PhoneMessage (108) -/* ngwt:PhoneMessage */ -class SOAP_CMAC ngwt__PhoneMessage : public ngwt__Mail -{ -public: - std::string *caller; /* optional element of type xsd:string */ - std::string *company; /* optional element of type xsd:string */ - std::string *phone; /* optional element of type xsd:string */ - ngwt__PhoneFlags *flags; /* optional element of type ngwt:PhoneFlags */ -public: - virtual int soap_type() const { return 108; } /* = unique id SOAP_TYPE_ngwt__PhoneMessage */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__PhoneMessage() { } - virtual ~ngwt__PhoneMessage() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__SharedNotification -#define SOAP_TYPE_ngwt__SharedNotification (142) -/* ngwt:SharedNotification */ -class SOAP_CMAC ngwt__SharedNotification : public ngwt__Mail -{ -public: - enum ngwt__NotificationType notification; /* required element of type ngwt:NotificationType */ - std::string *description; /* optional element of type xsd:string */ - ngwt__Rights *rights; /* optional element of type ngwt:Rights */ -public: - virtual int soap_type() const { return 142; } /* = unique id SOAP_TYPE_ngwt__SharedNotification */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__SharedNotification() { } - virtual ~ngwt__SharedNotification() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Appointment -#define SOAP_TYPE_ngwt__Appointment (29) -/* ngwt:Appointment */ -class SOAP_CMAC ngwt__Appointment : public ngwt__CalendarItem -{ -public: - char *startDate; /* optional element of type xsd:string */ - char *endDate; /* optional element of type xsd:string */ - std::string *startDay; /* optional element of type xsd:date */ - std::string *endDay; /* optional element of type xsd:date */ - enum ngwt__AcceptLevel *acceptLevel; /* optional element of type ngwt:AcceptLevel */ - ngwt__Alarm *alarm; /* optional element of type ngwt:Alarm */ - bool *allDayEvent; /* optional element of type xsd:boolean */ - std::string *place; /* optional element of type xsd:string */ - ngwt__Timezone *timezone; /* optional element of type ngwt:Timezone */ -public: - virtual int soap_type() const { return 29; } /* = unique id SOAP_TYPE_ngwt__Appointment */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Appointment() { } - virtual ~ngwt__Appointment() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Note -#define SOAP_TYPE_ngwt__Note (102) -/* ngwt:Note */ -class SOAP_CMAC ngwt__Note : public ngwt__CalendarItem -{ -public: - std::string *startDate; /* optional element of type xsd:date */ -public: - virtual int soap_type() const { return 102; } /* = unique id SOAP_TYPE_ngwt__Note */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Note() { } - virtual ~ngwt__Note() { } -}; -#endif - -#ifndef SOAP_TYPE_ngwt__Task -#define SOAP_TYPE_ngwt__Task (150) -/* ngwt:Task */ -class SOAP_CMAC ngwt__Task : public ngwt__CalendarItem -{ -public: - std::string *startDate; /* optional element of type xsd:date */ - std::string *dueDate; /* optional element of type xsd:date */ - std::string *assignedDate; /* optional element of type xsd:date */ - std::string *taskPriority; /* optional element of type xsd:string */ - bool *completed; /* optional element of type xsd:boolean */ -public: - virtual int soap_type() const { return 150; } /* = unique id SOAP_TYPE_ngwt__Task */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - ngwt__Task() { } - virtual ~ngwt__Task() { } -}; -#endif - -#ifndef SOAP_TYPE_SOAP_ENV__Header -#define SOAP_TYPE_SOAP_ENV__Header (602) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ - bool ngwt__gwTrace; /* required element of type xsd:boolean */ - std::string ngwt__session; /* required element of type xsd:string */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__acceptRequest -#define SOAP_TYPE___ngw__acceptRequest (606) -/* Operation wrapper: */ -struct __ngw__acceptRequest -{ - _ngwm__acceptRequest *ngwm__acceptRequest; /* optional element of type ngwm:acceptRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__acceptShareRequest -#define SOAP_TYPE___ngw__acceptShareRequest (610) -/* Operation wrapper: */ -struct __ngw__acceptShareRequest -{ - _ngwm__acceptShareRequest *ngwm__acceptShareRequest; /* optional element of type ngwm:acceptShareRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__addItemRequest -#define SOAP_TYPE___ngw__addItemRequest (614) -/* Operation wrapper: */ -struct __ngw__addItemRequest -{ - _ngwm__addItemRequest *ngwm__addItemRequest; /* optional element of type ngwm:addItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__addItemsRequest -#define SOAP_TYPE___ngw__addItemsRequest (618) -/* Operation wrapper: */ -struct __ngw__addItemsRequest -{ - _ngwm__addItemsRequest *ngwm__addItemsRequest; /* optional element of type ngwm:addItemsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__addMembersRequest -#define SOAP_TYPE___ngw__addMembersRequest (622) -/* Operation wrapper: */ -struct __ngw__addMembersRequest -{ - _ngwm__addMembersRequest *ngwm__addMembersRequest; /* optional element of type ngwm:addMembersRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__closeFreeBusySessionRequest -#define SOAP_TYPE___ngw__closeFreeBusySessionRequest (626) -/* Operation wrapper: */ -struct __ngw__closeFreeBusySessionRequest -{ - _ngwm__closeFreeBusySessionRequest *ngwm__closeFreeBusySessionRequest; /* optional element of type ngwm:closeFreeBusySessionRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__completeRequest -#define SOAP_TYPE___ngw__completeRequest (630) -/* Operation wrapper: */ -struct __ngw__completeRequest -{ - _ngwm__completeRequest *ngwm__completeRequest; /* optional element of type ngwm:completeRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createCursorRequest -#define SOAP_TYPE___ngw__createCursorRequest (634) -/* Operation wrapper: */ -struct __ngw__createCursorRequest -{ - _ngwm__createCursorRequest *ngwm__createCursorRequest; /* optional element of type ngwm:createCursorRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createItemRequest -#define SOAP_TYPE___ngw__createItemRequest (638) -/* Operation wrapper: */ -struct __ngw__createItemRequest -{ - _ngwm__createItemRequest *ngwm__createItemRequest; /* optional element of type ngwm:createItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createItemsRequest -#define SOAP_TYPE___ngw__createItemsRequest (642) -/* Operation wrapper: */ -struct __ngw__createItemsRequest -{ - _ngwm__createItemsRequest *ngwm__createItemsRequest; /* optional element of type ngwm:createItemsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createJunkEntryRequest -#define SOAP_TYPE___ngw__createJunkEntryRequest (646) -/* Operation wrapper: */ -struct __ngw__createJunkEntryRequest -{ - _ngwm__createJunkEntryRequest *ngwm__createJunkEntryRequest; /* optional element of type ngwm:createJunkEntryRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createProxyAccessRequest -#define SOAP_TYPE___ngw__createProxyAccessRequest (650) -/* Operation wrapper: */ -struct __ngw__createProxyAccessRequest -{ - _ngwm__createProxyAccessRequest *ngwm__createProxyAccessRequest; /* optional element of type ngwm:createProxyAccessRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__createSignatureRequest -#define SOAP_TYPE___ngw__createSignatureRequest (654) -/* Operation wrapper: */ -struct __ngw__createSignatureRequest -{ - _ngwm__createSignatureRequest *ngwm__createSignatureRequest; /* optional element of type ngwm:createSignatureRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__declineRequest -#define SOAP_TYPE___ngw__declineRequest (658) -/* Operation wrapper: */ -struct __ngw__declineRequest -{ - _ngwm__declineRequest *ngwm__declineRequest; /* optional element of type ngwm:declineRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__delegateRequest -#define SOAP_TYPE___ngw__delegateRequest (662) -/* Operation wrapper: */ -struct __ngw__delegateRequest -{ - _ngwm__delegateRequest *ngwm__delegateRequest; /* optional element of type ngwm:delegateRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__destroyCursorRequest -#define SOAP_TYPE___ngw__destroyCursorRequest (666) -/* Operation wrapper: */ -struct __ngw__destroyCursorRequest -{ - _ngwm__destroyCursorRequest *ngwm__destroyCursorRequest; /* optional element of type ngwm:destroyCursorRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__executeRuleRequest -#define SOAP_TYPE___ngw__executeRuleRequest (670) -/* Operation wrapper: */ -struct __ngw__executeRuleRequest -{ - _ngwm__executeRuleRequest *ngwm__executeRuleRequest; /* optional element of type ngwm:executeRuleRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__forwardRequest -#define SOAP_TYPE___ngw__forwardRequest (674) -/* Operation wrapper: */ -struct __ngw__forwardRequest -{ - _ngwm__forwardRequest *ngwm__forwardRequest; /* optional element of type ngwm:forwardRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getAddressBookListRequest -#define SOAP_TYPE___ngw__getAddressBookListRequest (678) -/* Operation wrapper: */ -struct __ngw__getAddressBookListRequest -{ - _ngwm__getAddressBookListRequest *ngwm__getAddressBookListRequest; /* optional element of type ngwm:getAddressBookListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getAttachmentRequestMessage -#define SOAP_TYPE___ngw__getAttachmentRequestMessage (682) -/* Operation wrapper: */ -struct __ngw__getAttachmentRequestMessage -{ - _ngwm__getAttachmentRequest *ngwm__getAttachmentRequest; /* optional element of type ngwm:getAttachmentRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getCategoryListRequest -#define SOAP_TYPE___ngw__getCategoryListRequest (686) -/* Operation wrapper: */ -struct __ngw__getCategoryListRequest -{ - _ngwm__getCategoryListRequest *ngwm__getCategoryListRequest; /* optional element of type ngwm:getCategoryListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getCustomListRequest -#define SOAP_TYPE___ngw__getCustomListRequest (690) -/* Operation wrapper: */ -struct __ngw__getCustomListRequest -{ - _ngwm__getCustomListRequest *ngwm__getCustomListRequest; /* optional element of type ngwm:getCustomListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getDeltasRequest -#define SOAP_TYPE___ngw__getDeltasRequest (694) -/* Operation wrapper: */ -struct __ngw__getDeltasRequest -{ - _ngwm__getDeltasRequest *ngwm__getDeltasRequest; /* optional element of type ngwm:getDeltasRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getDeltaInfoRequest -#define SOAP_TYPE___ngw__getDeltaInfoRequest (698) -/* Operation wrapper: */ -struct __ngw__getDeltaInfoRequest -{ - _ngwm__getDeltaInfoRequest *ngwm__getDeltaInfoRequest; /* optional element of type ngwm:getDeltaInfoRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getDocumentTypeListRequest -#define SOAP_TYPE___ngw__getDocumentTypeListRequest (702) -/* Operation wrapper: */ -struct __ngw__getDocumentTypeListRequest -{ - _ngwm__getDocumentTypeListRequest *ngwm__getDocumentTypeListRequest; /* optional element of type ngwm:getDocumentTypeListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getFolderRequest -#define SOAP_TYPE___ngw__getFolderRequest (706) -/* Operation wrapper: */ -struct __ngw__getFolderRequest -{ - _ngwm__getFolderRequest *ngwm__getFolderRequest; /* optional element of type ngwm:getFolderRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getFolderListRequest -#define SOAP_TYPE___ngw__getFolderListRequest (710) -/* Operation wrapper: */ -struct __ngw__getFolderListRequest -{ - _ngwm__getFolderListRequest *ngwm__getFolderListRequest; /* optional element of type ngwm:getFolderListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getFreeBusyRequest -#define SOAP_TYPE___ngw__getFreeBusyRequest (714) -/* Operation wrapper: */ -struct __ngw__getFreeBusyRequest -{ - _ngwm__getFreeBusyRequest *ngwm__getFreeBusyRequest; /* optional element of type ngwm:getFreeBusyRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getItemRequest -#define SOAP_TYPE___ngw__getItemRequest (718) -/* Operation wrapper: */ -struct __ngw__getItemRequest -{ - _ngwm__getItemRequest *ngwm__getItemRequest; /* optional element of type ngwm:getItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getItemsRequest -#define SOAP_TYPE___ngw__getItemsRequest (722) -/* Operation wrapper: */ -struct __ngw__getItemsRequest -{ - _ngwm__getItemsRequest *ngwm__getItemsRequest; /* optional element of type ngwm:getItemsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getJunkEntriesRequest -#define SOAP_TYPE___ngw__getJunkEntriesRequest (726) -/* Operation wrapper: */ -struct __ngw__getJunkEntriesRequest -{ - _ngwm__getJunkEntriesRequest *ngwm__getJunkEntriesRequest; /* optional element of type ngwm:getJunkEntriesRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getJunkMailSettingsRequest -#define SOAP_TYPE___ngw__getJunkMailSettingsRequest (730) -/* Operation wrapper: */ -struct __ngw__getJunkMailSettingsRequest -{ - _ngwm__getJunkMailSettingsRequest *ngwm__getJunkMailSettingsRequest; /* optional element of type ngwm:getJunkMailSettingsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getLibraryItemRequest -#define SOAP_TYPE___ngw__getLibraryItemRequest (734) -/* Operation wrapper: */ -struct __ngw__getLibraryItemRequest -{ - _ngwm__getLibraryItemRequest *ngwm__getLibraryItemRequest; /* optional element of type ngwm:getLibraryItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getLibraryListRequest -#define SOAP_TYPE___ngw__getLibraryListRequest (738) -/* Operation wrapper: */ -struct __ngw__getLibraryListRequest -{ - _ngwm__getLibraryListRequest *ngwm__getLibraryListRequest; /* optional element of type ngwm:getLibraryListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getQuickMessagesRequest -#define SOAP_TYPE___ngw__getQuickMessagesRequest (742) -/* Operation wrapper: */ -struct __ngw__getQuickMessagesRequest -{ - _ngwm__getQuickMessagesRequest *ngwm__getQuickMessagesRequest; /* optional element of type ngwm:getQuickMessagesRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getProxyAccessListRequest -#define SOAP_TYPE___ngw__getProxyAccessListRequest (746) -/* Operation wrapper: */ -struct __ngw__getProxyAccessListRequest -{ - _ngwm__getProxyAccessListRequest *ngwm__getProxyAccessListRequest; /* optional element of type ngwm:getProxyAccessListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getProxyListRequest -#define SOAP_TYPE___ngw__getProxyListRequest (750) -/* Operation wrapper: */ -struct __ngw__getProxyListRequest -{ - _ngwm__getProxyListRequest *ngwm__getProxyListRequest; /* optional element of type ngwm:getProxyListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getRuleListRequest -#define SOAP_TYPE___ngw__getRuleListRequest (754) -/* Operation wrapper: */ -struct __ngw__getRuleListRequest -{ - _ngwm__getRuleListRequest *ngwm__getRuleListRequest; /* optional element of type ngwm:getRuleListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getSettingsRequest -#define SOAP_TYPE___ngw__getSettingsRequest (758) -/* Operation wrapper: */ -struct __ngw__getSettingsRequest -{ - _ngwm__getSettingsRequest *ngwm__getSettingsRequest; /* optional element of type ngwm:getSettingsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getSignaturesRequest -#define SOAP_TYPE___ngw__getSignaturesRequest (762) -/* Operation wrapper: */ -struct __ngw__getSignaturesRequest -{ - _ngwm__getSignaturesRequest *ngwm__getSignaturesRequest; /* optional element of type ngwm:getSignaturesRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getTimestampRequest -#define SOAP_TYPE___ngw__getTimestampRequest (766) -/* Operation wrapper: */ -struct __ngw__getTimestampRequest -{ - _ngwm__getTimestampRequest *ngwm__getTimestampRequest; /* optional element of type ngwm:getTimestampRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getTimezoneListRequest -#define SOAP_TYPE___ngw__getTimezoneListRequest (770) -/* Operation wrapper: */ -struct __ngw__getTimezoneListRequest -{ - _ngwm__getTimezoneListRequest *ngwm__getTimezoneListRequest; /* optional element of type ngwm:getTimezoneListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getUserListRequest -#define SOAP_TYPE___ngw__getUserListRequest (774) -/* Operation wrapper: */ -struct __ngw__getUserListRequest -{ - _ngwm__getUserListRequest *ngwm__getUserListRequest; /* optional element of type ngwm:getUserListRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__loginRequest -#define SOAP_TYPE___ngw__loginRequest (778) -/* Operation wrapper: */ -struct __ngw__loginRequest -{ - _ngwm__loginRequest *ngwm__loginRequest; /* optional element of type ngwm:loginRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__logoutRequest -#define SOAP_TYPE___ngw__logoutRequest (782) -/* Operation wrapper: */ -struct __ngw__logoutRequest -{ - _ngwm__logoutRequest *ngwm__logoutRequest; /* optional element of type ngwm:logoutRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__markPrivateRequest -#define SOAP_TYPE___ngw__markPrivateRequest (786) -/* Operation wrapper: */ -struct __ngw__markPrivateRequest -{ - _ngwm__markPrivateRequest *ngwm__markPrivateRequest; /* optional element of type ngwm:markPrivateRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__markReadRequest -#define SOAP_TYPE___ngw__markReadRequest (790) -/* Operation wrapper: */ -struct __ngw__markReadRequest -{ - _ngwm__markReadRequest *ngwm__markReadRequest; /* optional element of type ngwm:markReadRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__markUnPrivateRequest -#define SOAP_TYPE___ngw__markUnPrivateRequest (794) -/* Operation wrapper: */ -struct __ngw__markUnPrivateRequest -{ - _ngwm__markUnPrivateRequest *ngwm__markUnPrivateRequest; /* optional element of type ngwm:markUnPrivateRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__markUnReadRequest -#define SOAP_TYPE___ngw__markUnReadRequest (798) -/* Operation wrapper: */ -struct __ngw__markUnReadRequest -{ - _ngwm__markUnReadRequest *ngwm__markUnReadRequest; /* optional element of type ngwm:markUnReadRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifyItemRequest -#define SOAP_TYPE___ngw__modifyItemRequest (802) -/* Operation wrapper: */ -struct __ngw__modifyItemRequest -{ - _ngwm__modifyItemRequest *ngwm__modifyItemRequest; /* optional element of type ngwm:modifyItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifyJunkEntryRequest -#define SOAP_TYPE___ngw__modifyJunkEntryRequest (806) -/* Operation wrapper: */ -struct __ngw__modifyJunkEntryRequest -{ - _ngwm__modifyJunkEntryRequest *ngwm__modifyJunkEntryRequest; /* optional element of type ngwm:modifyJunkEntryRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifyJunkMailSettingsRequest -#define SOAP_TYPE___ngw__modifyJunkMailSettingsRequest (810) -/* Operation wrapper: */ -struct __ngw__modifyJunkMailSettingsRequest -{ - _ngwm__modifyJunkMailSettingsRequest *ngwm__modifyJunkMailSettingsRequest; /* optional element of type ngwm:modifyJunkMailSettingsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifyPasswordRequest -#define SOAP_TYPE___ngw__modifyPasswordRequest (814) -/* Operation wrapper: */ -struct __ngw__modifyPasswordRequest -{ - _ngwm__modifyPasswordRequest *ngwm__modifyPasswordRequest; /* optional element of type ngwm:modifyPasswordRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifyProxyAccessRequest -#define SOAP_TYPE___ngw__modifyProxyAccessRequest (818) -/* Operation wrapper: */ -struct __ngw__modifyProxyAccessRequest -{ - _ngwm__modifyProxyAccessRequest *ngwm__modifyProxyAccessRequest; /* optional element of type ngwm:modifyProxyAccessRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifySettingsRequest -#define SOAP_TYPE___ngw__modifySettingsRequest (822) -/* Operation wrapper: */ -struct __ngw__modifySettingsRequest -{ - _ngwm__modifySettingsRequest *ngwm__modifySettingsRequest; /* optional element of type ngwm:modifySettingsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__modifySignaturesRequest -#define SOAP_TYPE___ngw__modifySignaturesRequest (826) -/* Operation wrapper: */ -struct __ngw__modifySignaturesRequest -{ - _ngwm__modifySignaturesRequest *ngwm__modifySignaturesRequest; /* optional element of type ngwm:modifySignaturesRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__moveItemRequest -#define SOAP_TYPE___ngw__moveItemRequest (830) -/* Operation wrapper: */ -struct __ngw__moveItemRequest -{ - _ngwm__moveItemRequest *ngwm__moveItemRequest; /* optional element of type ngwm:moveItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__positionCursorRequest -#define SOAP_TYPE___ngw__positionCursorRequest (834) -/* Operation wrapper: */ -struct __ngw__positionCursorRequest -{ - _ngwm__positionCursorRequest *ngwm__positionCursorRequest; /* optional element of type ngwm:positionCursorRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__purgeDeletedItemsRequest -#define SOAP_TYPE___ngw__purgeDeletedItemsRequest (838) -/* Operation wrapper: */ -struct __ngw__purgeDeletedItemsRequest -{ - _ngwm__purgeDeletedItemsRequest *ngwm__purgeDeletedItemsRequest; /* optional element of type ngwm:purgeDeletedItemsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__purgeRequest -#define SOAP_TYPE___ngw__purgeRequest (842) -/* Operation wrapper: */ -struct __ngw__purgeRequest -{ - _ngwm__purgeRequest *ngwm__purgeRequest; /* optional element of type ngwm:purgeRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__readCursorRequest -#define SOAP_TYPE___ngw__readCursorRequest (846) -/* Operation wrapper: */ -struct __ngw__readCursorRequest -{ - _ngwm__readCursorRequest *ngwm__readCursorRequest; /* optional element of type ngwm:readCursorRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeCustomDefinitionRequest -#define SOAP_TYPE___ngw__removeCustomDefinitionRequest (850) -/* Operation wrapper: */ -struct __ngw__removeCustomDefinitionRequest -{ - _ngwm__removeCustomDefinitionRequest *ngwm__removeCustomDefinitionRequest; /* optional element of type ngwm:removeCustomDefinitionRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeItemRequest -#define SOAP_TYPE___ngw__removeItemRequest (854) -/* Operation wrapper: */ -struct __ngw__removeItemRequest -{ - _ngwm__removeItemRequest *ngwm__removeItemRequest; /* optional element of type ngwm:removeItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeItemsRequest -#define SOAP_TYPE___ngw__removeItemsRequest (858) -/* Operation wrapper: */ -struct __ngw__removeItemsRequest -{ - _ngwm__removeItemsRequest *ngwm__removeItemsRequest; /* optional element of type ngwm:removeItemsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeJunkEntryRequest -#define SOAP_TYPE___ngw__removeJunkEntryRequest (862) -/* Operation wrapper: */ -struct __ngw__removeJunkEntryRequest -{ - _ngwm__removeJunkEntryRequest *ngwm__removeJunkEntryRequest; /* optional element of type ngwm:removeJunkEntryRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeMembersRequest -#define SOAP_TYPE___ngw__removeMembersRequest (866) -/* Operation wrapper: */ -struct __ngw__removeMembersRequest -{ - _ngwm__removeMembersRequest *ngwm__removeMembersRequest; /* optional element of type ngwm:removeMembersRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeProxyAccessRequest -#define SOAP_TYPE___ngw__removeProxyAccessRequest (870) -/* Operation wrapper: */ -struct __ngw__removeProxyAccessRequest -{ - _ngwm__removeProxyAccessRequest *ngwm__removeProxyAccessRequest; /* optional element of type ngwm:removeProxyAccessRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeProxyUserRequest -#define SOAP_TYPE___ngw__removeProxyUserRequest (874) -/* Operation wrapper: */ -struct __ngw__removeProxyUserRequest -{ - _ngwm__removeProxyUserRequest *ngwm__removeProxyUserRequest; /* optional element of type ngwm:removeProxyUserRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeSignatureRequest -#define SOAP_TYPE___ngw__removeSignatureRequest (878) -/* Operation wrapper: */ -struct __ngw__removeSignatureRequest -{ - _ngwm__removeSignatureRequest *ngwm__removeSignatureRequest; /* optional element of type ngwm:removeSignatureRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__replyRequest -#define SOAP_TYPE___ngw__replyRequest (882) -/* Operation wrapper: */ -struct __ngw__replyRequest -{ - _ngwm__replyRequest *ngwm__replyRequest; /* optional element of type ngwm:replyRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__retractRequest -#define SOAP_TYPE___ngw__retractRequest (886) -/* Operation wrapper: */ -struct __ngw__retractRequest -{ - _ngwm__retractRequest *ngwm__retractRequest; /* optional element of type ngwm:retractRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__sendItemRequest -#define SOAP_TYPE___ngw__sendItemRequest (890) -/* Operation wrapper: */ -struct __ngw__sendItemRequest -{ - _ngwm__sendItemRequest *ngwm__sendItemRequest; /* optional element of type ngwm:sendItemRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__setTimestampRequest -#define SOAP_TYPE___ngw__setTimestampRequest (894) -/* Operation wrapper: */ -struct __ngw__setTimestampRequest -{ - _ngwm__setTimestampRequest *ngwm__setTimestampRequest; /* optional element of type ngwm:setTimestampRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__startFreeBusySessionRequest -#define SOAP_TYPE___ngw__startFreeBusySessionRequest (898) -/* Operation wrapper: */ -struct __ngw__startFreeBusySessionRequest -{ - _ngwm__startFreeBusySessionRequest *ngwm__startFreeBusySessionRequest; /* optional element of type ngwm:startFreeBusySessionRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__unacceptRequest -#define SOAP_TYPE___ngw__unacceptRequest (902) -/* Operation wrapper: */ -struct __ngw__unacceptRequest -{ - _ngwm__unacceptRequest *ngwm__unacceptRequest; /* optional element of type ngwm:unacceptRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__uncompleteRequest -#define SOAP_TYPE___ngw__uncompleteRequest (906) -/* Operation wrapper: */ -struct __ngw__uncompleteRequest -{ - _ngwm__uncompleteRequest *ngwm__uncompleteRequest; /* optional element of type ngwm:uncompleteRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__updateVersionStatusRequest -#define SOAP_TYPE___ngw__updateVersionStatusRequest (910) -/* Operation wrapper: */ -struct __ngw__updateVersionStatusRequest -{ - _ngwm__updateVersionStatusRequest *ngwm__updateVersionStatusRequest; /* optional element of type ngwm:updateVersionStatusRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__cleanEventConfigurationRequest -#define SOAP_TYPE___ngw__cleanEventConfigurationRequest (914) -/* Operation wrapper: */ -struct __ngw__cleanEventConfigurationRequest -{ - _ngwe__cleanEventConfigurationRequest *ngwe__cleanEventConfigurationRequest; /* optional element of type ngwe:cleanEventConfigurationRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__configureEventsRequest -#define SOAP_TYPE___ngw__configureEventsRequest (918) -/* Operation wrapper: */ -struct __ngw__configureEventsRequest -{ - _ngwe__configureEventsRequest *ngwe__configureEventsRequest; /* optional element of type ngwe:configureEventsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getEventConfigurationRequest -#define SOAP_TYPE___ngw__getEventConfigurationRequest (922) -/* Operation wrapper: */ -struct __ngw__getEventConfigurationRequest -{ - _ngwe__getEventConfigurationRequest *ngwe__getEventConfigurationRequest; /* optional element of type ngwe:getEventConfigurationRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__getEventsRequest -#define SOAP_TYPE___ngw__getEventsRequest (926) -/* Operation wrapper: */ -struct __ngw__getEventsRequest -{ - _ngwe__getEventsRequest *ngwe__getEventsRequest; /* optional element of type ngwe:getEventsRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeEventConfigurationRequest -#define SOAP_TYPE___ngw__removeEventConfigurationRequest (930) -/* Operation wrapper: */ -struct __ngw__removeEventConfigurationRequest -{ - _ngwe__removeEventConfigurationRequest *ngwe__removeEventConfigurationRequest; /* optional element of type ngwe:removeEventConfigurationRequest */ -}; -#endif - -#ifndef SOAP_TYPE___ngw__removeEventsRequest -#define SOAP_TYPE___ngw__removeEventsRequest (934) -/* Operation wrapper: */ -struct __ngw__removeEventsRequest -{ - _ngwe__removeEventsRequest *ngwe__removeEventsRequest; /* optional element of type ngwe:removeEventsRequest */ -}; -#endif - -#ifndef SOAP_TYPE_SOAP_ENV__Code -#define SOAP_TYPE_SOAP_ENV__Code (935) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ - char *SOAP_ENV__Value; /* optional element of type TQName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -}; -#endif - -#ifndef SOAP_TYPE_SOAP_ENV__Detail -#define SOAP_TYPE_SOAP_ENV__Detail (937) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ - int __type; /* any type of element <fault> (defined below) */ - void *fault; /* transient */ - char *__any; -}; -#endif - -#ifndef SOAP_TYPE_SOAP_ENV__Fault -#define SOAP_TYPE_SOAP_ENV__Fault (940) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ - char *faultcode; /* optional element of type TQName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - char *SOAP_ENV__Reason; /* optional element of type xsd:string */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -}; -#endif - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE__XML -#define SOAP_TYPE__XML (4) -typedef char *_XML; -#endif - -#ifndef SOAP_TYPE__TQName -#define SOAP_TYPE__TQName (5) -typedef char *_TQName; -#endif - -#ifndef SOAP_TYPE_xsd__date -#define SOAP_TYPE_xsd__date (14) -typedef std::string xsd__date; -#endif - -#ifndef SOAP_TYPE_xsd__decimal -#define SOAP_TYPE_xsd__decimal (15) -typedef std::string xsd__decimal; -#endif - -#ifndef SOAP_TYPE_xsd__duration -#define SOAP_TYPE_xsd__duration (16) -typedef std::string xsd__duration; -#endif - -#ifndef SOAP_TYPE_xsd__language -#define SOAP_TYPE_xsd__language (17) -typedef std::string xsd__language; -#endif - -#ifndef SOAP_TYPE_ngwt__View -#define SOAP_TYPE_ngwt__View (338) -typedef std::string ngwt__View; -#endif - -#ifndef SOAP_TYPE_ngwt__Day -#define SOAP_TYPE_ngwt__Day (349) -typedef unsigned char ngwt__Day; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfMonth -#define SOAP_TYPE_ngwt__DayOfMonth (350) -typedef char ngwt__DayOfMonth; -#endif - -#ifndef SOAP_TYPE_ngwt__DayOfYear -#define SOAP_TYPE_ngwt__DayOfYear (352) -typedef short ngwt__DayOfYear; -#endif - -#ifndef SOAP_TYPE_ngwt__GMTOffset -#define SOAP_TYPE_ngwt__GMTOffset (361) -typedef int ngwt__GMTOffset; -#endif - -#ifndef SOAP_TYPE_ngwt__Hour -#define SOAP_TYPE_ngwt__Hour (362) -typedef unsigned char ngwt__Hour; -#endif - -#ifndef SOAP_TYPE_ngwt__Minute -#define SOAP_TYPE_ngwt__Minute (372) -typedef unsigned char ngwt__Minute; -#endif - -#ifndef SOAP_TYPE_ngwt__Month -#define SOAP_TYPE_ngwt__Month (373) -typedef unsigned char ngwt__Month; -#endif - -#ifndef SOAP_TYPE_ngwt__uid -#define SOAP_TYPE_ngwt__uid (382) -typedef std::string ngwt__uid; -#endif - -#ifndef SOAP_TYPE_ngwt__UUID -#define SOAP_TYPE_ngwt__UUID (383) -typedef std::string ngwt__UUID; -#endif - -#ifndef SOAP_TYPE_ngwt__WeekOfYear -#define SOAP_TYPE_ngwt__WeekOfYear (387) -typedef short ngwt__WeekOfYear; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Service Operations * - * * -\******************************************************************************/ - - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__acceptRequest(struct soap*, _ngwm__acceptRequest *ngwm__acceptRequest, _ngwm__acceptResponse *ngwm__acceptResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__acceptShareRequest(struct soap*, _ngwm__acceptShareRequest *ngwm__acceptShareRequest, _ngwm__acceptShareResponse *ngwm__acceptShareResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__addItemRequest(struct soap*, _ngwm__addItemRequest *ngwm__addItemRequest, _ngwm__addItemResponse *ngwm__addItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__addItemsRequest(struct soap*, _ngwm__addItemsRequest *ngwm__addItemsRequest, _ngwm__addItemsResponse *ngwm__addItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__addMembersRequest(struct soap*, _ngwm__addMembersRequest *ngwm__addMembersRequest, _ngwm__addMembersResponse *ngwm__addMembersResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__closeFreeBusySessionRequest(struct soap*, _ngwm__closeFreeBusySessionRequest *ngwm__closeFreeBusySessionRequest, _ngwm__closeFreeBusySessionResponse *ngwm__closeFreeBusySessionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__completeRequest(struct soap*, _ngwm__completeRequest *ngwm__completeRequest, _ngwm__completeResponse *ngwm__completeResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createCursorRequest(struct soap*, _ngwm__createCursorRequest *ngwm__createCursorRequest, _ngwm__createCursorResponse *ngwm__createCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createItemRequest(struct soap*, _ngwm__createItemRequest *ngwm__createItemRequest, _ngwm__createItemResponse *ngwm__createItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createItemsRequest(struct soap*, _ngwm__createItemsRequest *ngwm__createItemsRequest, _ngwm__createItemsResponse *ngwm__createItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createJunkEntryRequest(struct soap*, _ngwm__createJunkEntryRequest *ngwm__createJunkEntryRequest, _ngwm__createJunkEntryResponse *ngwm__createJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createProxyAccessRequest(struct soap*, _ngwm__createProxyAccessRequest *ngwm__createProxyAccessRequest, _ngwm__createProxyAccessResponse *ngwm__createProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__createSignatureRequest(struct soap*, _ngwm__createSignatureRequest *ngwm__createSignatureRequest, _ngwm__createSignatureResponse *ngwm__createSignatureResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__declineRequest(struct soap*, _ngwm__declineRequest *ngwm__declineRequest, _ngwm__declineResponse *ngwm__declineResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__delegateRequest(struct soap*, _ngwm__delegateRequest *ngwm__delegateRequest, _ngwm__delegateResponse *ngwm__delegateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__destroyCursorRequest(struct soap*, _ngwm__destroyCursorRequest *ngwm__destroyCursorRequest, _ngwm__destroyCursorResponse *ngwm__destroyCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__executeRuleRequest(struct soap*, _ngwm__executeRuleRequest *ngwm__executeRuleRequest, _ngwm__executeRuleResponse *ngwm__executeRuleResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__forwardRequest(struct soap*, _ngwm__forwardRequest *ngwm__forwardRequest, _ngwm__forwardResponse *ngwm__forwardResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getAddressBookListRequest(struct soap*, _ngwm__getAddressBookListRequest *ngwm__getAddressBookListRequest, _ngwm__getAddressBookListResponse *ngwm__getAddressBookListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getAttachmentRequestMessage(struct soap*, _ngwm__getAttachmentRequest *ngwm__getAttachmentRequest, _ngwm__getAttachmentResponse *ngwm__getAttachmentResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getCategoryListRequest(struct soap*, _ngwm__getCategoryListRequest *ngwm__getCategoryListRequest, _ngwm__getCategoryListResponse *ngwm__getCategoryListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getCustomListRequest(struct soap*, _ngwm__getCustomListRequest *ngwm__getCustomListRequest, _ngwm__getCustomListResponse *ngwm__getCustomListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getDeltasRequest(struct soap*, _ngwm__getDeltasRequest *ngwm__getDeltasRequest, _ngwm__getDeltasResponse *ngwm__getDeltasResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getDeltaInfoRequest(struct soap*, _ngwm__getDeltaInfoRequest *ngwm__getDeltaInfoRequest, _ngwm__getDeltaInfoResponse *ngwm__getDeltaInfoResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getDocumentTypeListRequest(struct soap*, _ngwm__getDocumentTypeListRequest *ngwm__getDocumentTypeListRequest, _ngwm__getDocumentTypeListResponse *ngwm__getDocumentTypeListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getFolderRequest(struct soap*, _ngwm__getFolderRequest *ngwm__getFolderRequest, _ngwm__getFolderResponse *ngwm__getFolderResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getFolderListRequest(struct soap*, _ngwm__getFolderListRequest *ngwm__getFolderListRequest, _ngwm__getFolderListResponse *ngwm__getFolderListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getFreeBusyRequest(struct soap*, _ngwm__getFreeBusyRequest *ngwm__getFreeBusyRequest, _ngwm__getFreeBusyResponse *ngwm__getFreeBusyResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getItemRequest(struct soap*, _ngwm__getItemRequest *ngwm__getItemRequest, _ngwm__getItemResponse *ngwm__getItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getItemsRequest(struct soap*, _ngwm__getItemsRequest *ngwm__getItemsRequest, _ngwm__getItemsResponse *ngwm__getItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getJunkEntriesRequest(struct soap*, _ngwm__getJunkEntriesRequest *ngwm__getJunkEntriesRequest, _ngwm__getJunkEntriesResponse *ngwm__getJunkEntriesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getJunkMailSettingsRequest(struct soap*, _ngwm__getJunkMailSettingsRequest *ngwm__getJunkMailSettingsRequest, _ngwm__getJunkMailSettingsResponse *ngwm__getJunkMailSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getLibraryItemRequest(struct soap*, _ngwm__getLibraryItemRequest *ngwm__getLibraryItemRequest, _ngwm__getLibraryItemResponse *ngwm__getLibraryItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getLibraryListRequest(struct soap*, _ngwm__getLibraryListRequest *ngwm__getLibraryListRequest, _ngwm__getLibraryListResponse *ngwm__getLibraryListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getQuickMessagesRequest(struct soap*, _ngwm__getQuickMessagesRequest *ngwm__getQuickMessagesRequest, _ngwm__getQuickMessagesResponse *ngwm__getQuickMessagesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getProxyAccessListRequest(struct soap*, _ngwm__getProxyAccessListRequest *ngwm__getProxyAccessListRequest, _ngwm__getProxyAccessListResponse *ngwm__getProxyAccessListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getProxyListRequest(struct soap*, _ngwm__getProxyListRequest *ngwm__getProxyListRequest, _ngwm__getProxyListResponse *ngwm__getProxyListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getRuleListRequest(struct soap*, _ngwm__getRuleListRequest *ngwm__getRuleListRequest, _ngwm__getRuleListResponse *ngwm__getRuleListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getSettingsRequest(struct soap*, _ngwm__getSettingsRequest *ngwm__getSettingsRequest, _ngwm__getSettingsResponse *ngwm__getSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getSignaturesRequest(struct soap*, _ngwm__getSignaturesRequest *ngwm__getSignaturesRequest, _ngwm__getSignaturesResponse *ngwm__getSignaturesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getTimestampRequest(struct soap*, _ngwm__getTimestampRequest *ngwm__getTimestampRequest, _ngwm__getTimestampResponse *ngwm__getTimestampResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getTimezoneListRequest(struct soap*, _ngwm__getTimezoneListRequest *ngwm__getTimezoneListRequest, _ngwm__getTimezoneListResponse *ngwm__getTimezoneListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getUserListRequest(struct soap*, _ngwm__getUserListRequest *ngwm__getUserListRequest, _ngwm__getUserListResponse *ngwm__getUserListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__loginRequest(struct soap*, _ngwm__loginRequest *ngwm__loginRequest, _ngwm__loginResponse *ngwm__loginResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__logoutRequest(struct soap*, _ngwm__logoutRequest *ngwm__logoutRequest, _ngwm__logoutResponse *ngwm__logoutResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__markPrivateRequest(struct soap*, _ngwm__markPrivateRequest *ngwm__markPrivateRequest, _ngwm__markPrivateResponse *ngwm__markPrivateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__markReadRequest(struct soap*, _ngwm__markReadRequest *ngwm__markReadRequest, _ngwm__markReadResponse *ngwm__markReadResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__markUnPrivateRequest(struct soap*, _ngwm__markUnPrivateRequest *ngwm__markUnPrivateRequest, _ngwm__markUnPrivateResponse *ngwm__markUnPrivateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__markUnReadRequest(struct soap*, _ngwm__markUnReadRequest *ngwm__markUnReadRequest, _ngwm__markUnReadResponse *ngwm__markUnReadResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifyItemRequest(struct soap*, _ngwm__modifyItemRequest *ngwm__modifyItemRequest, _ngwm__modifyItemResponse *ngwm__modifyItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifyJunkEntryRequest(struct soap*, _ngwm__modifyJunkEntryRequest *ngwm__modifyJunkEntryRequest, _ngwm__modifyJunkEntryResponse *ngwm__modifyJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifyJunkMailSettingsRequest(struct soap*, _ngwm__modifyJunkMailSettingsRequest *ngwm__modifyJunkMailSettingsRequest, _ngwm__modifyJunkMailSettingsResponse *ngwm__modifyJunkMailSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifyPasswordRequest(struct soap*, _ngwm__modifyPasswordRequest *ngwm__modifyPasswordRequest, _ngwm__modifyPasswordResponse *ngwm__modifyPasswordResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifyProxyAccessRequest(struct soap*, _ngwm__modifyProxyAccessRequest *ngwm__modifyProxyAccessRequest, _ngwm__modifyProxyAccessResponse *ngwm__modifyProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifySettingsRequest(struct soap*, _ngwm__modifySettingsRequest *ngwm__modifySettingsRequest, _ngwm__modifySettingsResponse *ngwm__modifySettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__modifySignaturesRequest(struct soap*, _ngwm__modifySignaturesRequest *ngwm__modifySignaturesRequest, _ngwm__modifySignaturesResponse *ngwm__modifySignaturesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__moveItemRequest(struct soap*, _ngwm__moveItemRequest *ngwm__moveItemRequest, _ngwm__moveItemResponse *ngwm__moveItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__positionCursorRequest(struct soap*, _ngwm__positionCursorRequest *ngwm__positionCursorRequest, _ngwm__positionCursorResponse *ngwm__positionCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__purgeDeletedItemsRequest(struct soap*, _ngwm__purgeDeletedItemsRequest *ngwm__purgeDeletedItemsRequest, _ngwm__purgeDeletedItemsResponse *ngwm__purgeDeletedItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__purgeRequest(struct soap*, _ngwm__purgeRequest *ngwm__purgeRequest, _ngwm__purgeResponse *ngwm__purgeResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__readCursorRequest(struct soap*, _ngwm__readCursorRequest *ngwm__readCursorRequest, _ngwm__readCursorResponse *ngwm__readCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeCustomDefinitionRequest(struct soap*, _ngwm__removeCustomDefinitionRequest *ngwm__removeCustomDefinitionRequest, _ngwm__removeCustomDefinitionResponse *ngwm__removeCustomDefinitionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeItemRequest(struct soap*, _ngwm__removeItemRequest *ngwm__removeItemRequest, _ngwm__removeItemResponse *ngwm__removeItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeItemsRequest(struct soap*, _ngwm__removeItemsRequest *ngwm__removeItemsRequest, _ngwm__removeItemsResponse *ngwm__removeItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeJunkEntryRequest(struct soap*, _ngwm__removeJunkEntryRequest *ngwm__removeJunkEntryRequest, _ngwm__removeJunkEntryResponse *ngwm__removeJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeMembersRequest(struct soap*, _ngwm__removeMembersRequest *ngwm__removeMembersRequest, _ngwm__removeMembersResponse *ngwm__removeMembersResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeProxyAccessRequest(struct soap*, _ngwm__removeProxyAccessRequest *ngwm__removeProxyAccessRequest, _ngwm__removeProxyAccessResponse *ngwm__removeProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeProxyUserRequest(struct soap*, _ngwm__removeProxyUserRequest *ngwm__removeProxyUserRequest, _ngwm__removeProxyUserResponse *ngwm__removeProxyUserResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeSignatureRequest(struct soap*, _ngwm__removeSignatureRequest *ngwm__removeSignatureRequest, _ngwm__removeSignatureResponse *ngwm__removeSignatureResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__replyRequest(struct soap*, _ngwm__replyRequest *ngwm__replyRequest, _ngwm__replyResponse *ngwm__replyResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__retractRequest(struct soap*, _ngwm__retractRequest *ngwm__retractRequest, _ngwm__retractResponse *ngwm__retractResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__sendItemRequest(struct soap*, _ngwm__sendItemRequest *ngwm__sendItemRequest, _ngwm__sendItemResponse *ngwm__sendItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__setTimestampRequest(struct soap*, _ngwm__setTimestampRequest *ngwm__setTimestampRequest, _ngwm__setTimestampResponse *ngwm__setTimestampResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__startFreeBusySessionRequest(struct soap*, _ngwm__startFreeBusySessionRequest *ngwm__startFreeBusySessionRequest, _ngwm__startFreeBusySessionResponse *ngwm__startFreeBusySessionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__unacceptRequest(struct soap*, _ngwm__unacceptRequest *ngwm__unacceptRequest, _ngwm__unacceptResponse *ngwm__unacceptResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__uncompleteRequest(struct soap*, _ngwm__uncompleteRequest *ngwm__uncompleteRequest, _ngwm__uncompleteResponse *ngwm__uncompleteResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__updateVersionStatusRequest(struct soap*, _ngwm__updateVersionStatusRequest *ngwm__updateVersionStatusRequest, _ngwm__updateVersionStatusResponse *ngwm__updateVersionStatusResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__cleanEventConfigurationRequest(struct soap*, _ngwe__cleanEventConfigurationRequest *ngwe__cleanEventConfigurationRequest, _ngwe__cleanEventConfigurationResponse *ngwe__cleanEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__configureEventsRequest(struct soap*, _ngwe__configureEventsRequest *ngwe__configureEventsRequest, _ngwe__configureEventsResponse *ngwe__configureEventsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getEventConfigurationRequest(struct soap*, _ngwe__getEventConfigurationRequest *ngwe__getEventConfigurationRequest, _ngwe__getEventConfigurationResponse *ngwe__getEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__getEventsRequest(struct soap*, _ngwe__getEventsRequest *ngwe__getEventsRequest, _ngwe__getEventsResponse *ngwe__getEventsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeEventConfigurationRequest(struct soap*, _ngwe__removeEventConfigurationRequest *ngwe__removeEventConfigurationRequest, _ngwe__removeEventConfigurationResponse *ngwe__removeEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 __ngw__removeEventsRequest(struct soap*, _ngwe__removeEventsRequest *ngwe__removeEventsRequest, _ngwe__removeEventsResponse *ngwe__removeEventsResponse); - -/******************************************************************************\ - * * - * Stubs * - * * -\******************************************************************************/ - - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__acceptRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__acceptRequest *ngwm__acceptRequest, _ngwm__acceptResponse *ngwm__acceptResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__acceptShareRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__acceptShareRequest *ngwm__acceptShareRequest, _ngwm__acceptShareResponse *ngwm__acceptShareResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__addItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__addItemRequest *ngwm__addItemRequest, _ngwm__addItemResponse *ngwm__addItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__addItemsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__addItemsRequest *ngwm__addItemsRequest, _ngwm__addItemsResponse *ngwm__addItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__addMembersRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__addMembersRequest *ngwm__addMembersRequest, _ngwm__addMembersResponse *ngwm__addMembersResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__closeFreeBusySessionRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__closeFreeBusySessionRequest *ngwm__closeFreeBusySessionRequest, _ngwm__closeFreeBusySessionResponse *ngwm__closeFreeBusySessionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__completeRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__completeRequest *ngwm__completeRequest, _ngwm__completeResponse *ngwm__completeResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createCursorRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createCursorRequest *ngwm__createCursorRequest, _ngwm__createCursorResponse *ngwm__createCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createItemRequest *ngwm__createItemRequest, _ngwm__createItemResponse *ngwm__createItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createItemsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createItemsRequest *ngwm__createItemsRequest, _ngwm__createItemsResponse *ngwm__createItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createJunkEntryRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createJunkEntryRequest *ngwm__createJunkEntryRequest, _ngwm__createJunkEntryResponse *ngwm__createJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createProxyAccessRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createProxyAccessRequest *ngwm__createProxyAccessRequest, _ngwm__createProxyAccessResponse *ngwm__createProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__createSignatureRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__createSignatureRequest *ngwm__createSignatureRequest, _ngwm__createSignatureResponse *ngwm__createSignatureResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__declineRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__declineRequest *ngwm__declineRequest, _ngwm__declineResponse *ngwm__declineResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__delegateRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__delegateRequest *ngwm__delegateRequest, _ngwm__delegateResponse *ngwm__delegateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__destroyCursorRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__destroyCursorRequest *ngwm__destroyCursorRequest, _ngwm__destroyCursorResponse *ngwm__destroyCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__executeRuleRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__executeRuleRequest *ngwm__executeRuleRequest, _ngwm__executeRuleResponse *ngwm__executeRuleResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__forwardRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__forwardRequest *ngwm__forwardRequest, _ngwm__forwardResponse *ngwm__forwardResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getAddressBookListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getAddressBookListRequest *ngwm__getAddressBookListRequest, _ngwm__getAddressBookListResponse *ngwm__getAddressBookListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getAttachmentRequestMessage(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getAttachmentRequest *ngwm__getAttachmentRequest, _ngwm__getAttachmentResponse *ngwm__getAttachmentResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getCategoryListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getCategoryListRequest *ngwm__getCategoryListRequest, _ngwm__getCategoryListResponse *ngwm__getCategoryListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getCustomListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getCustomListRequest *ngwm__getCustomListRequest, _ngwm__getCustomListResponse *ngwm__getCustomListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getDeltasRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getDeltasRequest *ngwm__getDeltasRequest, _ngwm__getDeltasResponse *ngwm__getDeltasResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getDeltaInfoRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getDeltaInfoRequest *ngwm__getDeltaInfoRequest, _ngwm__getDeltaInfoResponse *ngwm__getDeltaInfoResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getDocumentTypeListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getDocumentTypeListRequest *ngwm__getDocumentTypeListRequest, _ngwm__getDocumentTypeListResponse *ngwm__getDocumentTypeListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getFolderRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getFolderRequest *ngwm__getFolderRequest, _ngwm__getFolderResponse *ngwm__getFolderResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getFolderListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getFolderListRequest *ngwm__getFolderListRequest, _ngwm__getFolderListResponse *ngwm__getFolderListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getFreeBusyRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getFreeBusyRequest *ngwm__getFreeBusyRequest, _ngwm__getFreeBusyResponse *ngwm__getFreeBusyResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getItemRequest *ngwm__getItemRequest, _ngwm__getItemResponse *ngwm__getItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getItemsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getItemsRequest *ngwm__getItemsRequest, _ngwm__getItemsResponse *ngwm__getItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getJunkEntriesRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getJunkEntriesRequest *ngwm__getJunkEntriesRequest, _ngwm__getJunkEntriesResponse *ngwm__getJunkEntriesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getJunkMailSettingsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getJunkMailSettingsRequest *ngwm__getJunkMailSettingsRequest, _ngwm__getJunkMailSettingsResponse *ngwm__getJunkMailSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getLibraryItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getLibraryItemRequest *ngwm__getLibraryItemRequest, _ngwm__getLibraryItemResponse *ngwm__getLibraryItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getLibraryListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getLibraryListRequest *ngwm__getLibraryListRequest, _ngwm__getLibraryListResponse *ngwm__getLibraryListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getQuickMessagesRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getQuickMessagesRequest *ngwm__getQuickMessagesRequest, _ngwm__getQuickMessagesResponse *ngwm__getQuickMessagesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getProxyAccessListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getProxyAccessListRequest *ngwm__getProxyAccessListRequest, _ngwm__getProxyAccessListResponse *ngwm__getProxyAccessListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getProxyListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getProxyListRequest *ngwm__getProxyListRequest, _ngwm__getProxyListResponse *ngwm__getProxyListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getRuleListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getRuleListRequest *ngwm__getRuleListRequest, _ngwm__getRuleListResponse *ngwm__getRuleListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getSettingsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getSettingsRequest *ngwm__getSettingsRequest, _ngwm__getSettingsResponse *ngwm__getSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getSignaturesRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getSignaturesRequest *ngwm__getSignaturesRequest, _ngwm__getSignaturesResponse *ngwm__getSignaturesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getTimestampRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getTimestampRequest *ngwm__getTimestampRequest, _ngwm__getTimestampResponse *ngwm__getTimestampResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getTimezoneListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getTimezoneListRequest *ngwm__getTimezoneListRequest, _ngwm__getTimezoneListResponse *ngwm__getTimezoneListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getUserListRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__getUserListRequest *ngwm__getUserListRequest, _ngwm__getUserListResponse *ngwm__getUserListResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__loginRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__loginRequest *ngwm__loginRequest, _ngwm__loginResponse *ngwm__loginResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__logoutRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__logoutRequest *ngwm__logoutRequest, _ngwm__logoutResponse *ngwm__logoutResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__markPrivateRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__markPrivateRequest *ngwm__markPrivateRequest, _ngwm__markPrivateResponse *ngwm__markPrivateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__markReadRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__markReadRequest *ngwm__markReadRequest, _ngwm__markReadResponse *ngwm__markReadResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__markUnPrivateRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__markUnPrivateRequest *ngwm__markUnPrivateRequest, _ngwm__markUnPrivateResponse *ngwm__markUnPrivateResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__markUnReadRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__markUnReadRequest *ngwm__markUnReadRequest, _ngwm__markUnReadResponse *ngwm__markUnReadResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifyItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifyItemRequest *ngwm__modifyItemRequest, _ngwm__modifyItemResponse *ngwm__modifyItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifyJunkEntryRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifyJunkEntryRequest *ngwm__modifyJunkEntryRequest, _ngwm__modifyJunkEntryResponse *ngwm__modifyJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifyJunkMailSettingsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifyJunkMailSettingsRequest *ngwm__modifyJunkMailSettingsRequest, _ngwm__modifyJunkMailSettingsResponse *ngwm__modifyJunkMailSettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifyPasswordRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifyPasswordRequest *ngwm__modifyPasswordRequest, _ngwm__modifyPasswordResponse *ngwm__modifyPasswordResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifyProxyAccessRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifyProxyAccessRequest *ngwm__modifyProxyAccessRequest, _ngwm__modifyProxyAccessResponse *ngwm__modifyProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifySettingsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifySettingsRequest *ngwm__modifySettingsRequest, _ngwm__modifySettingsResponse *ngwm__modifySettingsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__modifySignaturesRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__modifySignaturesRequest *ngwm__modifySignaturesRequest, _ngwm__modifySignaturesResponse *ngwm__modifySignaturesResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__moveItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__moveItemRequest *ngwm__moveItemRequest, _ngwm__moveItemResponse *ngwm__moveItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__positionCursorRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__positionCursorRequest *ngwm__positionCursorRequest, _ngwm__positionCursorResponse *ngwm__positionCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__purgeDeletedItemsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__purgeDeletedItemsRequest *ngwm__purgeDeletedItemsRequest, _ngwm__purgeDeletedItemsResponse *ngwm__purgeDeletedItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__purgeRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__purgeRequest *ngwm__purgeRequest, _ngwm__purgeResponse *ngwm__purgeResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__readCursorRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__readCursorRequest *ngwm__readCursorRequest, _ngwm__readCursorResponse *ngwm__readCursorResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeCustomDefinitionRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeCustomDefinitionRequest *ngwm__removeCustomDefinitionRequest, _ngwm__removeCustomDefinitionResponse *ngwm__removeCustomDefinitionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeItemRequest *ngwm__removeItemRequest, _ngwm__removeItemResponse *ngwm__removeItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeItemsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeItemsRequest *ngwm__removeItemsRequest, _ngwm__removeItemsResponse *ngwm__removeItemsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeJunkEntryRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeJunkEntryRequest *ngwm__removeJunkEntryRequest, _ngwm__removeJunkEntryResponse *ngwm__removeJunkEntryResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeMembersRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeMembersRequest *ngwm__removeMembersRequest, _ngwm__removeMembersResponse *ngwm__removeMembersResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeProxyAccessRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeProxyAccessRequest *ngwm__removeProxyAccessRequest, _ngwm__removeProxyAccessResponse *ngwm__removeProxyAccessResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeProxyUserRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeProxyUserRequest *ngwm__removeProxyUserRequest, _ngwm__removeProxyUserResponse *ngwm__removeProxyUserResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeSignatureRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__removeSignatureRequest *ngwm__removeSignatureRequest, _ngwm__removeSignatureResponse *ngwm__removeSignatureResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__replyRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__replyRequest *ngwm__replyRequest, _ngwm__replyResponse *ngwm__replyResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__retractRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__retractRequest *ngwm__retractRequest, _ngwm__retractResponse *ngwm__retractResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__sendItemRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__sendItemRequest *ngwm__sendItemRequest, _ngwm__sendItemResponse *ngwm__sendItemResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__setTimestampRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__setTimestampRequest *ngwm__setTimestampRequest, _ngwm__setTimestampResponse *ngwm__setTimestampResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__startFreeBusySessionRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__startFreeBusySessionRequest *ngwm__startFreeBusySessionRequest, _ngwm__startFreeBusySessionResponse *ngwm__startFreeBusySessionResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__unacceptRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__unacceptRequest *ngwm__unacceptRequest, _ngwm__unacceptResponse *ngwm__unacceptResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__uncompleteRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__uncompleteRequest *ngwm__uncompleteRequest, _ngwm__uncompleteResponse *ngwm__uncompleteResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__updateVersionStatusRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwm__updateVersionStatusRequest *ngwm__updateVersionStatusRequest, _ngwm__updateVersionStatusResponse *ngwm__updateVersionStatusResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__cleanEventConfigurationRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__cleanEventConfigurationRequest *ngwe__cleanEventConfigurationRequest, _ngwe__cleanEventConfigurationResponse *ngwe__cleanEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__configureEventsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__configureEventsRequest *ngwe__configureEventsRequest, _ngwe__configureEventsResponse *ngwe__configureEventsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getEventConfigurationRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__getEventConfigurationRequest *ngwe__getEventConfigurationRequest, _ngwe__getEventConfigurationResponse *ngwe__getEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__getEventsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__getEventsRequest *ngwe__getEventsRequest, _ngwe__getEventsResponse *ngwe__getEventsResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeEventConfigurationRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__removeEventConfigurationRequest *ngwe__removeEventConfigurationRequest, _ngwe__removeEventConfigurationResponse *ngwe__removeEventConfigurationResponse); - -SOAP_FMAC5 int SOAP_FMAC6 soap_call___ngw__removeEventsRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, _ngwe__removeEventsRequest *ngwe__removeEventsRequest, _ngwe__removeEventsResponse *ngwe__removeEventsResponse); - -/******************************************************************************\ - * * - * Skeletons * - * * -\******************************************************************************/ - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__acceptRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__acceptShareRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__addItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__addItemsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__addMembersRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__closeFreeBusySessionRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__completeRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createCursorRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createItemsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createJunkEntryRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createProxyAccessRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__createSignatureRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__declineRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__delegateRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__destroyCursorRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__executeRuleRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__forwardRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getAddressBookListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getAttachmentRequestMessage(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getCategoryListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getCustomListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getDeltasRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getDeltaInfoRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getDocumentTypeListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getFolderRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getFolderListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getFreeBusyRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getItemsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getJunkEntriesRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getJunkMailSettingsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getLibraryItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getLibraryListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getQuickMessagesRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getProxyAccessListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getProxyListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getRuleListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getSettingsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getSignaturesRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getTimestampRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getTimezoneListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getUserListRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__loginRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__logoutRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__markPrivateRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__markReadRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__markUnPrivateRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__markUnReadRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifyItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifyJunkEntryRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifyJunkMailSettingsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifyPasswordRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifyProxyAccessRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifySettingsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__modifySignaturesRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__moveItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__positionCursorRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__purgeDeletedItemsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__purgeRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__readCursorRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeCustomDefinitionRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeItemsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeJunkEntryRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeMembersRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeProxyAccessRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeProxyUserRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeSignatureRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__replyRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__retractRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__sendItemRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__setTimestampRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__startFreeBusySessionRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__unacceptRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__uncompleteRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__updateVersionStatusRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__cleanEventConfigurationRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__configureEventsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getEventConfigurationRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__getEventsRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeEventConfigurationRequest(struct soap*); - -SOAP_FMAC5 int SOAP_FMAC6 soap_serve___ngw__removeEventsRequest(struct soap*); - -#endif - -/* End of soapStub.h */ |