Header Actions ClientService .pdf
À propos / Télécharger Aperçu
Nom original: Header_Actions-ClientService.pdf
Ce document au format PDF 1.4 a été généré par Writer / LibreOffice 4.0, et a été envoyé sur fichier-pdf.fr le 04/06/2014 à 10:57, depuis l'adresse IP 37.162.x.x.
La présente page de téléchargement du fichier a été vue 708 fois.
Taille du document: 70 Ko (15 pages).
Confidentialité: fichier public
Aperçu du document
Actions-ClientService.h (header WSDL2ObjC) :
#import <Foundation/Foundation.h>
#import "USAdditions.h"
#import <libxml/tree.h>
#import "USGlobals.h"
@class Actions_ClientService_AjouterEnfant;
@class Actions_ClientService_AjouterEnfantResponse;
@class Actions_ClientService_AjouterService;
@class Actions_ClientService_AjouterServiceResponse;
@class Actions_ClientService_CreerCompte;
@class Actions_ClientService_CreerCompteResponse;
@class Actions_ClientService_GererCompte;
@class Actions_ClientService_GererCompteResponse;
@class Actions_ClientService_Get_All_Service;
@class Actions_ClientService_Get_All_ServiceResponse;
@class Actions_ClientService_Get_Enfant;
@class Actions_ClientService_Get_EnfantResponse;
@class Actions_ClientService_Get_NbrEnfantsInscrit;
@class Actions_ClientService_Get_NbrEnfantsInscritResponse;
@class Actions_ClientService_Get_Pourcentage;
@class Actions_ClientService_Get_PourcentageResponse;
@class Actions_ClientService_InscrireEnfantService;
@class Actions_ClientService_InscrireEnfantServiceResponse;
@class Actions_ClientService_ModifierEnfant;
@class Actions_ClientService_ModifierEnfantResponse;
@class Actions_ClientService_SeConnecter;
@class Actions_ClientService_SeConnecterResponse;
@class Actions_ClientService_SupprimerEnfant;
@class Actions_ClientService_SupprimerEnfantResponse;
@class Actions_ClientService_Test;
@class Actions_ClientService_TestObject;
@class Actions_ClientService_TestObjectResponse;
@class Actions_ClientService_TestOneString;
@class Actions_ClientService_TestOneStringResponse;
@class Actions_ClientService_TestParam;
@class Actions_ClientService_TestParamResponse;
@class Actions_ClientService_TestResponse;
@class Actions_ClientService_arrayList;
@class Actions_ClientService_abstractList;
@class Actions_ClientService_abstractCollection;
@class Actions_ClientService_Connexion;
@class Actions_ClientService_Catalogue;
@class Actions_ClientService_Service;
@class Actions_ClientService_Enfant;
@interface Actions_ClientService_AjouterEnfant : NSObject {
/* elements */
NSString * Nom;
NSString * Prenom;
USBoolean * Sexe;
NSString * DateNaiss;
NSMutableArray *Activite;
NSString * Photo;
NSNumber * ID_Fam;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_AjouterEnfant *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * Nom;
@property (retain) NSString * Prenom;
@property (retain) USBoolean * Sexe;
@property (retain) NSString * DateNaiss;
- (void)addActivite:(NSString *)toAdd;
@property (readonly) NSMutableArray * Activite;
@property (retain) NSString * Photo;
@property (retain) NSNumber * ID_Fam;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_AjouterEnfantResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_AjouterEnfantResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_AjouterService : NSObject {
/* elements */
NSString * Nom;
NSString * a;
NSNumber * b;
NSNumber * c;
NSNumber * d;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_AjouterService *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * Nom;
@property (retain) NSString * a;
@property (retain) NSNumber * b;
@property (retain) NSNumber * c;
@property (retain) NSNumber * d;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_AjouterServiceResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_AjouterServiceResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_CreerCompte : NSObject {
/* elements */
NSString * Email;
NSString * Mdp;
NSString * Nom;
NSNumber * NbrEnfants;
NSString * AdrPostale;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_CreerCompte *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * Email;
@property (retain) NSString * Mdp;
@property (retain) NSString * Nom;
@property (retain) NSNumber * NbrEnfants;
@property (retain) NSString * AdrPostale;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_CreerCompteResponse : NSObject {
/* elements */
NSNumber * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_CreerCompteResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_GererCompte : NSObject {
/* elements */
NSNumber * ID_;
NSString * Email;
NSString * Mdp;
NSNumber * NbrEnfant;
NSString * AdrPostale;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_GererCompte *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * ID_;
@property (retain) NSString * Email;
@property (retain) NSString * Mdp;
@property (retain) NSNumber * NbrEnfant;
@property (retain) NSString * AdrPostale;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_GererCompteResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_GererCompteResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_All_Service : NSObject {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_All_Service *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Service : NSObject {
/* elements */
NSString * Nom;
NSString * Domaine;
NSNumber * AgeMin;
NSNumber * AgeMax;
NSNumber * NbrMax;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Service *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * Nom;
@property (retain) NSString * Domaine;
@property (retain) NSNumber * AgeMin;
@property (retain) NSNumber * AgeMax;
@property (retain) NSNumber * NbrMax;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Catalogue : NSObject {
/* elements */
NSMutableArray *Service;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Catalogue *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
- (void)addService:(Actions_ClientService_Service *)toAdd;
@property (readonly) NSMutableArray * Service;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_All_ServiceResponse : NSObject {
/* elements */
Actions_ClientService_Catalogue * Catalogue;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_All_ServiceResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) Actions_ClientService_Catalogue * Catalogue;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_Enfant : NSObject {
/* elements */
NSNumber * ID_Fam;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_Enfant *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * ID_Fam;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Enfant : NSObject {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Enfant *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_EnfantResponse : NSObject {
/* elements */
NSMutableArray *return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_EnfantResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
- (void)addReturn_:(Actions_ClientService_Enfant *)toAdd;
@property (readonly) NSMutableArray * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_NbrEnfantsInscrit : NSObject {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_NbrEnfantsInscrit *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_NbrEnfantsInscritResponse : NSObject {
/* elements */
NSMutableArray *return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_NbrEnfantsInscritResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
- (void)addReturn_:(NSNumber *)toAdd;
@property (readonly) NSMutableArray * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_Pourcentage : NSObject {
/* elements */
NSNumber * i;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_Pourcentage *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * i;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Get_PourcentageResponse : NSObject {
/* elements */
NSNumber * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Get_PourcentageResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_InscrireEnfantService : NSObject {
/* elements */
NSNumber * ID_Enfant;
NSNumber * ID_Service;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_InscrireEnfantService *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * ID_Enfant;
@property (retain) NSNumber * ID_Service;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_InscrireEnfantServiceResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_InscrireEnfantServiceResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_ModifierEnfant : NSObject {
/* elements */
NSNumber * ID_;
NSString * Nom;
NSString * Prenom;
USBoolean * Sexe;
NSString * Date;
NSNumber * Age;
NSMutableArray *Activite;
NSString * Photo;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_ModifierEnfant *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * ID_;
@property (retain) NSString * Nom;
@property (retain) NSString * Prenom;
@property (retain) USBoolean * Sexe;
@property (retain) NSString * Date;
@property (retain) NSNumber * Age;
- (void)addActivite:(NSString *)toAdd;
@property (readonly) NSMutableArray * Activite;
@property (retain) NSString * Photo;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_ModifierEnfantResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_ModifierEnfantResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_SeConnecter : NSObject {
/* elements */
NSString * Email;
NSString * Mdp;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_SeConnecter *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * Email;
@property (retain) NSString * Mdp;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Connexion : NSObject {
/* elements */
NSNumber * Erreur;
NSNumber * ID_Fam;
USBoolean * Role;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Connexion *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * Erreur;
@property (retain) NSNumber * ID_Fam;
@property (retain) USBoolean * Role;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_SeConnecterResponse : NSObject {
/* elements */
Actions_ClientService_Connexion * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_SeConnecterResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) Actions_ClientService_Connexion * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_SupprimerEnfant : NSObject {
/* elements */
NSNumber * ID_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_SupprimerEnfant *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSNumber * ID_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_SupprimerEnfantResponse : NSObject {
/* elements */
USBoolean * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_SupprimerEnfantResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) USBoolean * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_Test : NSObject {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_Test *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestObject : NSObject {
/* elements */
NSString * email;
NSString * mdp;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestObject *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * email;
@property (retain) NSString * mdp;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestObjectResponse : NSObject {
/* elements */
Actions_ClientService_Connexion * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestObjectResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) Actions_ClientService_Connexion * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestOneString : NSObject {
/* elements */
NSString * a;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestOneString *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * a;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestOneStringResponse : NSObject {
/* elements */
NSString * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestOneStringResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestParam : NSObject {
/* elements */
NSString * a;
NSString * b;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestParam *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * a;
@property (retain) NSString * b;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestParamResponse : NSObject {
/* elements */
NSString * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestParamResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_TestResponse : NSObject {
/* elements */
NSString * return_;
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_TestResponse *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
@property (retain) NSString * return_;
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_abstractCollection : NSObject {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_abstractCollection *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_abstractList : Actions_ClientService_abstractCollection {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_abstractList *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
@interface Actions_ClientService_arrayList : Actions_ClientService_abstractList {
/* elements */
/* attributes */
}
- (NSString *)nsPrefix;
- (xmlNodePtr)xmlNodeForDoc:(xmlDocPtr)doc elementName:(NSString *)elName elementNSPrefix:(NSString
*)elNSPrefix;
- (void)addAttributesToNode:(xmlNodePtr)node;
- (void)addElementsToNode:(xmlNodePtr)node;
+ (Actions_ClientService_arrayList *)deserializeNode:(xmlNodePtr)cur;
- (void)deserializeAttributesFromNode:(xmlNodePtr)cur;
- (void)deserializeElementsFromNode:(xmlNodePtr)cur;
/* elements */
/* attributes */
- (NSDictionary *)attributes;
@end
/* Cookies handling provided by
http://en.wikibooks.org/wiki/Programming:WebObjects/Web_Services/Web_Service_Provider */
#import <libxml/parser.h>
#import "xs.h"
#import "Actions_ClientService.h"
@class Actions_ClientServiceSoapBinding;
@interface Actions_ClientService : NSObject {
}
+ (Actions_ClientServiceSoapBinding *)Actions_ClientServiceSoapBinding;
@end
@class Actions_ClientServiceSoapBindingResponse;
@class Actions_ClientServiceSoapBindingOperation;
@protocol Actions_ClientServiceSoapBindingResponseDelegate <NSObject>
- (void) operation:(Actions_ClientServiceSoapBindingOperation *)operation completedWithResponse:
(Actions_ClientServiceSoapBindingResponse *)response;
@end
@interface Actions_ClientServiceSoapBinding : NSObject
<Actions_ClientServiceSoapBindingResponseDelegate> {
NSURL *address;
NSTimeInterval defaultTimeout;
NSMutableArray *cookies;
BOOL logXMLInOut;
BOOL synchronousOperationComplete;
NSString *authUsername;
NSString *authPassword;
}
@property (copy) NSURL *address;
@property (assign) BOOL logXMLInOut;
@property (assign) NSTimeInterval defaultTimeout;
@property (nonatomic, retain) NSMutableArray *cookies;
@property (nonatomic, retain) NSString *authUsername;
@property (nonatomic, retain) NSString *authPassword;
- (id)initWithAddress:(NSString *)anAddress;
- (void)sendHTTPCallUsingBody:(NSString *)body soapAction:(NSString *)soapAction forOperation:
(Actions_ClientServiceSoapBindingOperation *)operation;
- (void)addCookie:(NSHTTPCookie *)toAdd;
- (Actions_ClientServiceSoapBindingResponse *)TestOneStringUsingParameters:
(Actions_ClientService_TestOneString *)aParameters ;
- (void)TestOneStringAsyncUsingParameters:(Actions_ClientService_TestOneString *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)AjouterEnfantUsingParameters:
(Actions_ClientService_AjouterEnfant *)aParameters ;
- (void)AjouterEnfantAsyncUsingParameters:(Actions_ClientService_AjouterEnfant *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)ModifierEnfantUsingParameters:
(Actions_ClientService_ModifierEnfant *)aParameters ;
- (void)ModifierEnfantAsyncUsingParameters:(Actions_ClientService_ModifierEnfant *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)TestObjectUsingParameters:
(Actions_ClientService_TestObject *)aParameters ;
- (void)TestObjectAsyncUsingParameters:(Actions_ClientService_TestObject *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)TestUsingParameters:(Actions_ClientService_Test
*)aParameters ;
- (void)TestAsyncUsingParameters:(Actions_ClientService_Test *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)Get_NbrEnfantsInscritUsingParameters:
(Actions_ClientService_Get_NbrEnfantsInscrit *)aParameters ;
- (void)Get_NbrEnfantsInscritAsyncUsingParameters:(Actions_ClientService_Get_NbrEnfantsInscrit
*)aParameters delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)SupprimerEnfantUsingParameters:
(Actions_ClientService_SupprimerEnfant *)aParameters ;
- (void)SupprimerEnfantAsyncUsingParameters:(Actions_ClientService_SupprimerEnfant *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)AjouterServiceUsingParameters:
(Actions_ClientService_AjouterService *)aParameters ;
- (void)AjouterServiceAsyncUsingParameters:(Actions_ClientService_AjouterService *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)InscrireEnfantServiceUsingParameters:
(Actions_ClientService_InscrireEnfantService *)aParameters ;
- (void)InscrireEnfantServiceAsyncUsingParameters:(Actions_ClientService_InscrireEnfantService
*)aParameters delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)SeConnecterUsingParameters:
(Actions_ClientService_SeConnecter *)aParameters ;
- (void)SeConnecterAsyncUsingParameters:(Actions_ClientService_SeConnecter *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)GererCompteUsingParameters:
(Actions_ClientService_GererCompte *)aParameters ;
- (void)GererCompteAsyncUsingParameters:(Actions_ClientService_GererCompte *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)CreerCompteUsingParameters:
(Actions_ClientService_CreerCompte *)aParameters ;
- (void)CreerCompteAsyncUsingParameters:(Actions_ClientService_CreerCompte *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)Get_PourcentageUsingParameters:
(Actions_ClientService_Get_Pourcentage *)aParameters ;
- (void)Get_PourcentageAsyncUsingParameters:(Actions_ClientService_Get_Pourcentage *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)Get_All_ServiceUsingParameters:
(Actions_ClientService_Get_All_Service *)aParameters ;
- (void)Get_All_ServiceAsyncUsingParameters:(Actions_ClientService_Get_All_Service *)aParameters
delegate:(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)TestParamUsingParameters:
(Actions_ClientService_TestParam *)aParameters ;
- (void)TestParamAsyncUsingParameters:(Actions_ClientService_TestParam *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
- (Actions_ClientServiceSoapBindingResponse *)Get_EnfantUsingParameters:
(Actions_ClientService_Get_Enfant *)aParameters ;
- (void)Get_EnfantAsyncUsingParameters:(Actions_ClientService_Get_Enfant *)aParameters delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)responseDelegate;
@end
@interface Actions_ClientServiceSoapBindingOperation : NSOperation {
Actions_ClientServiceSoapBinding *binding;
Actions_ClientServiceSoapBindingResponse *response;
id<Actions_ClientServiceSoapBindingResponseDelegate> delegate;
NSMutableData *responseData;
NSURLConnection *urlConnection;
}
@property (retain) Actions_ClientServiceSoapBinding *binding;
@property (readonly) Actions_ClientServiceSoapBindingResponse *response;
@property (nonatomic, assign) id<Actions_ClientServiceSoapBindingResponseDelegate> delegate;
@property (nonatomic, retain) NSMutableData *responseData;
@property (nonatomic, retain) NSURLConnection *urlConnection;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate;
@end
@interface Actions_ClientServiceSoapBinding_TestOneString :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_TestOneString * parameters;
}
@property (retain) Actions_ClientService_TestOneString * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_TestOneString *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_AjouterEnfant :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_AjouterEnfant * parameters;
}
@property (retain) Actions_ClientService_AjouterEnfant * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_AjouterEnfant *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_ModifierEnfant :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_ModifierEnfant * parameters;
}
@property (retain) Actions_ClientService_ModifierEnfant * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_ModifierEnfant *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_TestObject : Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_TestObject * parameters;
}
@property (retain) Actions_ClientService_TestObject * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_TestObject *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_Test : Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_Test * parameters;
}
@property (retain) Actions_ClientService_Test * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_Test *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_Get_NbrEnfantsInscrit :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_Get_NbrEnfantsInscrit * parameters;
}
@property (retain) Actions_ClientService_Get_NbrEnfantsInscrit * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_Get_NbrEnfantsInscrit *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_SupprimerEnfant :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_SupprimerEnfant * parameters;
}
@property (retain) Actions_ClientService_SupprimerEnfant * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_SupprimerEnfant *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_AjouterService :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_AjouterService * parameters;
}
@property (retain) Actions_ClientService_AjouterService * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_AjouterService *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_InscrireEnfantService :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_InscrireEnfantService * parameters;
}
@property (retain) Actions_ClientService_InscrireEnfantService * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_InscrireEnfantService *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_SeConnecter : Actions_ClientServiceSoapBindingOperation
{
Actions_ClientService_SeConnecter * parameters;
}
@property (retain) Actions_ClientService_SeConnecter * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_SeConnecter *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_GererCompte : Actions_ClientServiceSoapBindingOperation
{
Actions_ClientService_GererCompte * parameters;
}
@property (retain) Actions_ClientService_GererCompte * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_GererCompte *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_CreerCompte : Actions_ClientServiceSoapBindingOperation
{
Actions_ClientService_CreerCompte * parameters;
}
@property (retain) Actions_ClientService_CreerCompte * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_CreerCompte *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_Get_Pourcentage :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_Get_Pourcentage * parameters;
}
@property (retain) Actions_ClientService_Get_Pourcentage * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_Get_Pourcentage *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_Get_All_Service :
Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_Get_All_Service * parameters;
}
@property (retain) Actions_ClientService_Get_All_Service * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_Get_All_Service *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_TestParam : Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_TestParam * parameters;
}
@property (retain) Actions_ClientService_TestParam * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_TestParam *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_Get_Enfant : Actions_ClientServiceSoapBindingOperation {
Actions_ClientService_Get_Enfant * parameters;
}
@property (retain) Actions_ClientService_Get_Enfant * parameters;
- (id)initWithBinding:(Actions_ClientServiceSoapBinding *)aBinding delegate:
(id<Actions_ClientServiceSoapBindingResponseDelegate>)aDelegate
parameters:(Actions_ClientService_Get_Enfant *)aParameters
;
@end
@interface Actions_ClientServiceSoapBinding_envelope : NSObject {
}
+ (Actions_ClientServiceSoapBinding_envelope *)sharedInstance;
- (NSString *)serializedFormUsingHeaderElements:(NSDictionary *)headerElements bodyElements:
(NSDictionary *)bodyElements;
@end
@interface Actions_ClientServiceSoapBindingResponse : NSObject {
NSArray *headers;
NSArray *bodyParts;
NSError *error;
}
@property (retain) NSArray *headers;
@property (retain) NSArray *bodyParts;
@property (retain) NSError *error;
@end
Sur le même sujet..
clientservice
elements
xmlnodeptr
class
parameters
interface
property
aparameters
nsobject
clientservicesoapbinding
retain
attributes
nsstring
actions
nsnumber