vendoo_v1.0/Pods/PicoKit/Pod/SOAP/SOAP11/SOAP11Envelope.h

52 lines
785 B
Objective-C

// Generated by xsd compiler for ios/objective-c
// DO NOT CHANGE!
#import <Foundation/Foundation.h>
#import "PicoClassSchema.h"
#import "PicoPropertySchema.h"
#import "PicoConstants.h"
#import "PicoBindable.h"
@class SOAP11Header;
@class SOAP11Body;
/**
(public class)
*/
@interface SOAP11Envelope : NSObject <PicoBindable> {
@private
SOAP11Header *_header;
SOAP11Body *_body;
NSMutableArray *_any;
}
/**
(public property)
type : class SOAP11Header
*/
@property (nonatomic, strong) SOAP11Header *header;
/**
(public property)
type : class SOAP11Body
*/
@property (nonatomic, strong) SOAP11Body *body;
/**
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
*/
@property (nonatomic, strong) NSMutableArray *any;
@end