vendoo_v1.0/Pods/PicoKit/Pod/SOAP/SOAP12/SOAP12Faultreason.m

35 lines
860 B
Objective-C

// Generated by xsd compiler for ios/objective-c
// DO NOT CHANGE!
#import <Foundation/Foundation.h>
#import "SOAP12Faultreason.h"
#import "SOAP12Reasontext.h"
#import "OrderedDictionary.h"
@implementation SOAP12Faultreason
@synthesize text = _text;
// class meta-data method
// note: this method is only for internal use, DO NOT CHANGE!
+(PicoClassSchema *)getClassMetaData {
return nil;
}
// property meta-data method
// note: this method is only for internal use, DO NOT CHANGE!
+(NSMutableDictionary *)getPropertyMetaData {
NSMutableDictionary *map = [OrderedDictionary dictionary];
PicoPropertySchema *ps = nil;
ps = [[PicoPropertySchema alloc] initWithKind:PICO_KIND_ELEMENT_ARRAY xmlName:@"Text" propertyName:@"text" type:PICO_TYPE_OBJECT clazz:[SOAP12Reasontext class]];
map[@"text"] = ps;
return map;
}
@end