// Generated by xsd compiler for ios/objective-c // DO NOT CHANGE! #import #import "PicoClassSchema.h" #import "PicoPropertySchema.h" #import "PicoConstants.h" #import "PicoBindable.h" /** (public class) */ @interface SOAP12Reasontext : NSObject { @private NSString *_value; NSString *_lang; } /** (public property) type : NSString, wrapper for primitive string */ @property (nonatomic, strong) NSString *value; /** (public property) type : NSString, wrapper for primitive string */ @property (nonatomic, strong) NSString *lang; @end