//
// This code was generated by Enunciate.
// http://enunciate.codehaus.org/
//
#include <libxml/xmlwriter.h>
#include <libxml/xmlreader.h>
#include <Foundation/Foundation.h>

#ifndef DEBUG_ENUNCIATE
//turn off enunciate debugging.
#define DEBUG_ENUNCIATE 0
#endif

/**
 * Enunciate-specific interfaces and protocols.
 */
#ifndef ENUNCIATE_OBJC_TYPES
#define ENUNCIATE_OBJC_TYPES

/**
 * Protocol defining an Enunciate XML I/O methods.
 */
@protocol EnunciateXML

/**
 * Read an instance from XML.
 *
 * @param xml The XML to read.
 */
+ (id<EnunciateXML>) readFromXML: (NSData *) xml;

/**
 * Write this instance as XML.
 *
 * @return The XML.
 */
- (NSData *) writeToXML;

@end /*protocol EnunciateXML*/


/**
 * A basic XML node. Can be an element or an attribute. Used
 * instead of NSXMLElement because it's not supported on all
 * platforms yet.
 */
@interface JAXBBasicXMLNode : NSObject
{
  @private
    NSString *_name;
    NSString *_ns;
    NSString *_prefix;
    NSString *_value;
    NSArray  *_childElements;
    NSArray  *_attributes;
}

/**
 * Accessor for the (local) name of the XML node.
 *
 * @return The (local) name of the XML node.
 */
- (NSString *) name;

/**
 * Accessor for the (local) name of the XML node.
 *
 * @param newName The (local) name of the XML node.
 */
- (void) setName: (NSString *) newName;

/**
 * Accessor for the namespace of the XML node.
 *
 * @return The namespace of the XML node.
 */
- (NSString *) ns;

/**
 * Accessor for the namespace of the XML node.
 *
 * @param newNs The namespace of the XML node.
 */
- (void) setNs: (NSString *) newNs;

/**
 * Accessor for the namespace prefix of the XML node.
 *
 * @return The namespace prefix of the XML node.
 */
- (NSString *) prefix;

/**
 * Accessor for the namespace prefix of the XML node.
 *
 * @param newPrefix The namespace prefix of the XML node.
 */
- (void) setPrefix: (NSString *) newPrefix;

/**
 * Accessor for the value of the XML node.
 *
 * @return The value of the XML node.
 */
- (NSString *) value;

/**
 * Accessor for the value of the XML node.
 *
 * @param newValue The value of the XML node.
 */
- (void) setValue: (NSString *) newValue;

/**
 * Accessor for the child elements of the XML node.
 *
 * @return The child elements of the XML node.
 */
- (NSArray *) childElements;

/**
 * Accessor for the child elements of the XML node.
 *
 * @param newValue The child elements of the XML node.
 */
- (void) setChildElements: (NSArray *) newChildElements;

/**
 * Accessor for the attributes of the XML node.
 *
 * @return The attributes of the XML node.
 */
- (NSArray *) attributes;

/**
 * Accessor for the attributes of the XML node.
 *
 * @param newAttributes The attributes of the XML node.
 */
- (void) setAttributes: (NSArray *) newAttributes;
@end /*interface JAXBBasicXMLNode*/

#endif /* ENUNCIATE_OBJC_TYPES */


@class AGENTRANKNS0FindAgents;
@class AGENTRANKNS0Forecasting;
@class AGENTRANKNS0GetForecasting;
@class AGENTRANKNS0GetProfile;
@class AGENTRANKNS0GetSales;
@class AGENTRANKNS0History;
@class AGENTRANKNS0Locations;
@class AGENTRANKNS0PhotoSize;
@class AGENTRANKNS0Agent;
@class AGENTRANKNS0Forecasts;
@class AGENTRANKNS0Profiles;
@class AGENTRANKNS0Sales;
@class AGENTRANKNS0Image;
@class AGENTRANKNS0Links;
@class AGENTRANKNS0Status;
@class AGENTRANKNS0Review;
@class AGENTRANKNS0Reviews;
@class AGENTRANKNS0EditUser;
@class AGENTRANKNS0Messages;
@class AGENTRANKNS0Link;
@class AGENTRANKNS0Content;
@class AGENTRANKNS0Sale;
@class AGENTRANKNS0Profile;
@class AGENTRANKNS0Forecast;
@class AGENTRANKNS0PhotoSizes;
@class AGENTRANKNS0Market;
@class AGENTRANKNS0Location;
@class AGENTRANKNS0Histories;
@class AGENTRANKNS0GetReviews;
@class AGENTRANKNS0GetMarket;
@class AGENTRANKNS0GetAgent;
@class AGENTRANKNS0FindProfiles;
@class AGENTRANKNS0ContactAgent;
@class AGENTRANKNS0Agents;

#ifndef DEF_AGENTRANKNS0FindAgents_H
#define DEF_AGENTRANKNS0FindAgents_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0FindAgents : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Agents *_agent;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Agents *) agent;

/**
 * (no documentation provided)
 */
- (void) setAgent: (AGENTRANKNS0Agents *) newAgent;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0FindAgents */

#endif /* DEF_AGENTRANKNS0FindAgents_H */
#ifndef DEF_AGENTRANKNS0Forecasting_H
#define DEF_AGENTRANKNS0Forecasting_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Forecasting : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Image *_image;
    AGENTRANKNS0Forecasts *_forecasts;
}

/**
 * chart image
 */
- (AGENTRANKNS0Image *) image;

/**
 * chart image
 */
- (void) setImage: (AGENTRANKNS0Image *) newImage;

/**
 * forecasts
 */
- (AGENTRANKNS0Forecasts *) forecasts;

/**
 * forecasts
 */
- (void) setForecasts: (AGENTRANKNS0Forecasts *) newForecasts;
@end /* interface AGENTRANKNS0Forecasting */

#endif /* DEF_AGENTRANKNS0Forecasting_H */
#ifndef DEF_AGENTRANKNS0GetForecasting_H
#define DEF_AGENTRANKNS0GetForecasting_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetForecasting : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Forecasting *_forecasting;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Forecasting *) forecasting;

/**
 * (no documentation provided)
 */
- (void) setForecasting: (AGENTRANKNS0Forecasting *) newForecasting;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetForecasting */

#endif /* DEF_AGENTRANKNS0GetForecasting_H */
#ifndef DEF_AGENTRANKNS0GetProfile_H
#define DEF_AGENTRANKNS0GetProfile_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetProfile : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
    AGENTRANKNS0Profile *_profile;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Profile *) profile;

/**
 * (no documentation provided)
 */
- (void) setProfile: (AGENTRANKNS0Profile *) newProfile;
@end /* interface AGENTRANKNS0GetProfile */

#endif /* DEF_AGENTRANKNS0GetProfile_H */
#ifndef DEF_AGENTRANKNS0GetSales_H
#define DEF_AGENTRANKNS0GetSales_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetSales : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Sales *_sales;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Sales *) sales;

/**
 * (no documentation provided)
 */
- (void) setSales: (AGENTRANKNS0Sales *) newSales;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetSales */

#endif /* DEF_AGENTRANKNS0GetSales_H */
#ifndef DEF_AGENTRANKNS0History_H
#define DEF_AGENTRANKNS0History_H

/**
 *  User: marc
 Date: Apr 25, 2009
 Time: 2:40:38 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0History : NSObject
{
  @private
    NSDate *_date;
    NSString *_market;
    NSString *_metric;
    NSDecimalNumber *_value;
}

/**
 * (no documentation provided)
 */
- (NSDate *) date;

/**
 * (no documentation provided)
 */
- (void) setDate: (NSDate *) newDate;

/**
 * (no documentation provided)
 */
- (NSString *) market;

/**
 * (no documentation provided)
 */
- (void) setMarket: (NSString *) newMarket;

/**
 * (no documentation provided)
 */
- (NSString *) metric;

/**
 * (no documentation provided)
 */
- (void) setMetric: (NSString *) newMetric;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) value;

/**
 * (no documentation provided)
 */
- (void) setValue: (NSDecimalNumber *) newValue;
@end /* interface AGENTRANKNS0History */

#endif /* DEF_AGENTRANKNS0History_H */
#ifndef DEF_AGENTRANKNS0Locations_H
#define DEF_AGENTRANKNS0Locations_H

/**
 *  User: marc
 Date: Mar 4, 2008
 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0Locations : NSObject <EnunciateXML>
{
  @private
    NSArray *_location;
}

/**
 * (no documentation provided)
 */
- (NSArray *) location;

/**
 * (no documentation provided)
 */
- (void) setLocation: (NSArray *) newLocation;
@end /* interface AGENTRANKNS0Locations */

#endif /* DEF_AGENTRANKNS0Locations_H */
#ifndef DEF_AGENTRANKNS0PhotoSize_H
#define DEF_AGENTRANKNS0PhotoSize_H

/**
 *  User: marc
 Date: Mar 4, 2008
 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0PhotoSize : NSObject <EnunciateXML>
{
  @private
    int _height;
    int _width;
    NSString *_type;
}

/**
 * (no documentation provided)
 */
- (int) height;

/**
 * (no documentation provided)
 */
- (void) setHeight: (int) newHeight;

/**
 * (no documentation provided)
 */
- (int) width;

/**
 * (no documentation provided)
 */
- (void) setWidth: (int) newWidth;

/**
 * (no documentation provided)
 */
- (NSString *) type;

/**
 * (no documentation provided)
 */
- (void) setType: (NSString *) newType;
@end /* interface AGENTRANKNS0PhotoSize */

#endif /* DEF_AGENTRANKNS0PhotoSize_H */
#ifndef DEF_AGENTRANKNS0Agent_H
#define DEF_AGENTRANKNS0Agent_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Agent : NSObject <EnunciateXML>
{
  @private
    NSString *_id;
    AGENTRANKNS0Sales *_sales;
    AGENTRANKNS0Profile *_profile;
    AGENTRANKNS0Reviews *_reviews;
    AGENTRANKNS0Forecasts *_forecasts;
}

/**
 * (no documentation provided)
 */
- (NSString *) id;

/**
 * (no documentation provided)
 */
- (void) setId: (NSString *) newId;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Sales *) sales;

/**
 * (no documentation provided)
 */
- (void) setSales: (AGENTRANKNS0Sales *) newSales;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Profile *) profile;

/**
 * (no documentation provided)
 */
- (void) setProfile: (AGENTRANKNS0Profile *) newProfile;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Reviews *) reviews;

/**
 * (no documentation provided)
 */
- (void) setReviews: (AGENTRANKNS0Reviews *) newReviews;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Forecasts *) forecasts;

/**
 * (no documentation provided)
 */
- (void) setForecasts: (AGENTRANKNS0Forecasts *) newForecasts;
@end /* interface AGENTRANKNS0Agent */

#endif /* DEF_AGENTRANKNS0Agent_H */
#ifndef DEF_AGENTRANKNS0Forecasts_H
#define DEF_AGENTRANKNS0Forecasts_H

/**
 *  A root element for a collection of forecasts.  The underlying data source can be either the forecasts of an individual agent or the aggregate forecasts of multiple agents.
 <p/>
 User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Forecasts : NSObject <EnunciateXML>
{
  @private
    int *_total;
    NSArray *_forecast;
}

/**
 * total number of forecasts
 */
- (int *) total;

/**
 * total number of forecasts
 */
- (void) setTotal: (int *) newTotal;

/**
 * list
 */
- (NSArray *) forecast;

/**
 * list
 */
- (void) setForecast: (NSArray *) newForecast;
@end /* interface AGENTRANKNS0Forecasts */

#endif /* DEF_AGENTRANKNS0Forecasts_H */
#ifndef DEF_AGENTRANKNS0Profiles_H
#define DEF_AGENTRANKNS0Profiles_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Profiles : NSObject <EnunciateXML>
{
  @private
    NSArray *_profile;
}

/**
 * list of profiles
 */
- (NSArray *) profile;

/**
 * list of profiles
 */
- (void) setProfile: (NSArray *) newProfile;
@end /* interface AGENTRANKNS0Profiles */

#endif /* DEF_AGENTRANKNS0Profiles_H */
#ifndef DEF_AGENTRANKNS0Sales_H
#define DEF_AGENTRANKNS0Sales_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Sales : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Links *_charts;
    int *_total;
    NSArray *_sale;
}

/**
 * chart links
 */
- (AGENTRANKNS0Links *) charts;

/**
 * chart links
 */
- (void) setCharts: (AGENTRANKNS0Links *) newCharts;

/**
 * total number of sides
 */
- (int *) total;

/**
 * total number of sides
 */
- (void) setTotal: (int *) newTotal;

/**
 * list of sales
 */
- (NSArray *) sale;

/**
 * list of sales
 */
- (void) setSale: (NSArray *) newSale;
@end /* interface AGENTRANKNS0Sales */

#endif /* DEF_AGENTRANKNS0Sales_H */
#ifndef DEF_AGENTRANKNS0Image_H
#define DEF_AGENTRANKNS0Image_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Image : NSObject <EnunciateXML>
{
  @private
    int _height;
    NSString *_alt;
    int _width;
    NSString *_url;
}

/**
 * (no documentation provided)
 */
- (int) height;

/**
 * (no documentation provided)
 */
- (void) setHeight: (int) newHeight;

/**
 * (no documentation provided)
 */
- (NSString *) alt;

/**
 * (no documentation provided)
 */
- (void) setAlt: (NSString *) newAlt;

/**
 * (no documentation provided)
 */
- (int) width;

/**
 * (no documentation provided)
 */
- (void) setWidth: (int) newWidth;

/**
 * (no documentation provided)
 */
- (NSString *) url;

/**
 * (no documentation provided)
 */
- (void) setUrl: (NSString *) newUrl;
@end /* interface AGENTRANKNS0Image */

#endif /* DEF_AGENTRANKNS0Image_H */
#ifndef DEF_AGENTRANKNS0Links_H
#define DEF_AGENTRANKNS0Links_H

/**
 *  User: marc Date: May 13, 2009 Time: 5:44:51 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Links : NSObject <EnunciateXML>
{
  @private
    NSArray *_link;
}

/**
 * get list of links
 */
- (NSArray *) link;

/**
 * get list of links
 */
- (void) setLink: (NSArray *) newLink;
@end /* interface AGENTRANKNS0Links */

#endif /* DEF_AGENTRANKNS0Links_H */
#ifndef DEF_AGENTRANKNS0Status_H
#define DEF_AGENTRANKNS0Status_H

/**
 *  User: marc Date: May 13, 2009 Time: 5:37:18 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Status : NSObject <EnunciateXML>
{
  @private
    int _code;
    AGENTRANKNS0Messages *_messages;
}

/**
 * (no documentation provided)
 */
- (int) code;

/**
 * (no documentation provided)
 */
- (void) setCode: (int) newCode;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Messages *) messages;

/**
 * (no documentation provided)
 */
- (void) setMessages: (AGENTRANKNS0Messages *) newMessages;
@end /* interface AGENTRANKNS0Status */

#endif /* DEF_AGENTRANKNS0Status_H */
#ifndef DEF_AGENTRANKNS0Review_H
#define DEF_AGENTRANKNS0Review_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:39:03 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Review : NSObject
{
  @private
    NSString *_id;
    AGENTRANKNS0Link *_link;
    NSDate *_date;
    NSString *_name;
    NSString *_email;
    NSString *_comment;
    NSString *_satisfied;
    NSString *_recommend;
}

/**
 * (no documentation provided)
 */
- (NSString *) id;

/**
 * (no documentation provided)
 */
- (void) setId: (NSString *) newId;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Link *) link;

/**
 * (no documentation provided)
 */
- (void) setLink: (AGENTRANKNS0Link *) newLink;

/**
 * (no documentation provided)
 */
- (NSDate *) date;

/**
 * (no documentation provided)
 */
- (void) setDate: (NSDate *) newDate;

/**
 * (no documentation provided)
 */
- (NSString *) name;

/**
 * (no documentation provided)
 */
- (void) setName: (NSString *) newName;

/**
 * (no documentation provided)
 */
- (NSString *) email;

/**
 * (no documentation provided)
 */
- (void) setEmail: (NSString *) newEmail;

/**
 * (no documentation provided)
 */
- (NSString *) comment;

/**
 * (no documentation provided)
 */
- (void) setComment: (NSString *) newComment;

/**
 * (no documentation provided)
 */
- (NSString *) satisfied;

/**
 * (no documentation provided)
 */
- (void) setSatisfied: (NSString *) newSatisfied;

/**
 * (no documentation provided)
 */
- (NSString *) recommend;

/**
 * (no documentation provided)
 */
- (void) setRecommend: (NSString *) newRecommend;
@end /* interface AGENTRANKNS0Review */

#endif /* DEF_AGENTRANKNS0Review_H */
#ifndef DEF_AGENTRANKNS0Reviews_H
#define DEF_AGENTRANKNS0Reviews_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Reviews : NSObject <EnunciateXML>
{
  @private
    int *_total;
    NSArray *_review;
    NSDecimalNumber *_satisfied;
    NSDecimalNumber *_recommend;
}

/**
 * review count
 */
- (int *) total;

/**
 * review count
 */
- (void) setTotal: (int *) newTotal;

/**
 * list of client reviews
 */
- (NSArray *) review;

/**
 * list of client reviews
 */
- (void) setReview: (NSArray *) newReview;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) satisfied;

/**
 * (no documentation provided)
 */
- (void) setSatisfied: (NSDecimalNumber *) newSatisfied;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) recommend;

/**
 * (no documentation provided)
 */
- (void) setRecommend: (NSDecimalNumber *) newRecommend;
@end /* interface AGENTRANKNS0Reviews */

#endif /* DEF_AGENTRANKNS0Reviews_H */
#ifndef DEF_AGENTRANKNS0EditUser_H
#define DEF_AGENTRANKNS0EditUser_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Jul 24, 2010 Time: 7:07:31 AM

 */
@interface AGENTRANKNS0EditUser : NSObject <EnunciateXML>
{
  @private
    NSString *_id;
    AGENTRANKNS0Links *_links;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (NSString *) id;

/**
 * (no documentation provided)
 */
- (void) setId: (NSString *) newId;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Links *) links;

/**
 * (no documentation provided)
 */
- (void) setLinks: (AGENTRANKNS0Links *) newLinks;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0EditUser */

#endif /* DEF_AGENTRANKNS0EditUser_H */
#ifndef DEF_AGENTRANKNS0Messages_H
#define DEF_AGENTRANKNS0Messages_H

/**
 *  User: marc Date: Jul 17, 2009 Time: 3:05:10 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Messages : NSObject <EnunciateXML>
{
  @private
    NSArray *_message;
}

/**
 * list of messages
 */
- (NSArray *) message;

/**
 * list of messages
 */
- (void) setMessage: (NSArray *) newMessage;
@end /* interface AGENTRANKNS0Messages */

#endif /* DEF_AGENTRANKNS0Messages_H */
#ifndef DEF_AGENTRANKNS0Link_H
#define DEF_AGENTRANKNS0Link_H

/**
 *  User: marc Date: Mar 24, 2008 Time: 6:44:23 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Link : NSObject <EnunciateXML>
{
  @private
    NSString *_id;
    NSString *_title;
    NSString *_text;
    NSString *_mouseover;
    NSString *_rel;
    NSString *_type;
    NSString *_href;
}

/**
 * (no documentation provided)
 */
- (NSString *) id;

/**
 * (no documentation provided)
 */
- (void) setId: (NSString *) newId;

/**
 * (no documentation provided)
 */
- (NSString *) title;

/**
 * (no documentation provided)
 */
- (void) setTitle: (NSString *) newTitle;

/**
 * (no documentation provided)
 */
- (NSString *) text;

/**
 * (no documentation provided)
 */
- (void) setText: (NSString *) newText;

/**
 * (no documentation provided)
 */
- (NSString *) mouseover;

/**
 * (no documentation provided)
 */
- (void) setMouseover: (NSString *) newMouseover;

/**
 * (no documentation provided)
 */
- (NSString *) rel;

/**
 * (no documentation provided)
 */
- (void) setRel: (NSString *) newRel;

/**
 * (no documentation provided)
 */
- (NSString *) type;

/**
 * (no documentation provided)
 */
- (void) setType: (NSString *) newType;

/**
 * (no documentation provided)
 */
- (NSString *) href;

/**
 * (no documentation provided)
 */
- (void) setHref: (NSString *) newHref;
@end /* interface AGENTRANKNS0Link */

#endif /* DEF_AGENTRANKNS0Link_H */
#ifndef DEF_AGENTRANKNS0Content_H
#define DEF_AGENTRANKNS0Content_H

/**
 *  User: marc Date: May 12, 2009 Time: 8:28:24 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Content : NSObject <EnunciateXML>
{
  @private
    NSString *_type;
    NSString *_value;
}

/**
 * (no documentation provided)
 */
- (NSString *) type;

/**
 * (no documentation provided)
 */
- (void) setType: (NSString *) newType;

/**
 * (no documentation provided)
 */
- (NSString *) value;

/**
 * (no documentation provided)
 */
- (void) setValue: (NSString *) newValue;
@end /* interface AGENTRANKNS0Content */

#endif /* DEF_AGENTRANKNS0Content_H */
#ifndef DEF_AGENTRANKNS0Sale_H
#define DEF_AGENTRANKNS0Sale_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Sale : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Link *_link;
    NSString *_zip;
    NSString *_city;
    NSString *_state;
    NSString *_address;
    NSString *_precision;
    NSString *_property_type;
    NSString *_transaction_side;
    int *_market_days;
    NSDecimalNumber *_latitude;
    NSDecimalNumber *_longitude;
    NSDecimalNumber *_list_price_final;
    NSDecimalNumber *_sale_price_final;
    NSDecimalNumber *_list_price_original;
    NSDecimalNumber *_price_per_size_unit;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Link *) link;

/**
 * (no documentation provided)
 */
- (void) setLink: (AGENTRANKNS0Link *) newLink;

/**
 * (no documentation provided)
 */
- (NSString *) zip;

/**
 * (no documentation provided)
 */
- (void) setZip: (NSString *) newZip;

/**
 * (no documentation provided)
 */
- (NSString *) city;

/**
 * (no documentation provided)
 */
- (void) setCity: (NSString *) newCity;

/**
 * (no documentation provided)
 */
- (NSString *) state;

/**
 * (no documentation provided)
 */
- (void) setState: (NSString *) newState;

/**
 * (no documentation provided)
 */
- (NSString *) address;

/**
 * (no documentation provided)
 */
- (void) setAddress: (NSString *) newAddress;

/**
 * (no documentation provided)
 */
- (NSString *) precision;

/**
 * (no documentation provided)
 */
- (void) setPrecision: (NSString *) newPrecision;

/**
 * (no documentation provided)
 */
- (NSString *) property_type;

/**
 * (no documentation provided)
 */
- (void) setProperty_type: (NSString *) newProperty_type;

/**
 * (no documentation provided)
 */
- (NSString *) transaction_side;

/**
 * (no documentation provided)
 */
- (void) setTransaction_side: (NSString *) newTransaction_side;

/**
 * (no documentation provided)
 */
- (int *) market_days;

/**
 * (no documentation provided)
 */
- (void) setMarket_days: (int *) newMarket_days;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) latitude;

/**
 * (no documentation provided)
 */
- (void) setLatitude: (NSDecimalNumber *) newLatitude;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) longitude;

/**
 * (no documentation provided)
 */
- (void) setLongitude: (NSDecimalNumber *) newLongitude;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) list_price_final;

/**
 * (no documentation provided)
 */
- (void) setList_price_final: (NSDecimalNumber *) newList_price_final;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) sale_price_final;

/**
 * (no documentation provided)
 */
- (void) setSale_price_final: (NSDecimalNumber *) newSale_price_final;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) list_price_original;

/**
 * (no documentation provided)
 */
- (void) setList_price_original: (NSDecimalNumber *) newList_price_original;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) price_per_size_unit;

/**
 * (no documentation provided)
 */
- (void) setPrice_per_size_unit: (NSDecimalNumber *) newPrice_per_size_unit;
@end /* interface AGENTRANKNS0Sale */

#endif /* DEF_AGENTRANKNS0Sale_H */
#ifndef DEF_AGENTRANKNS0Profile_H
#define DEF_AGENTRANKNS0Profile_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Profile : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Link *_link;
    AGENTRANKNS0Image *_photo;
    float _experience;
    NSString *_full_name;
    int *_agentrank;
    NSString *_description;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Link *) link;

/**
 * (no documentation provided)
 */
- (void) setLink: (AGENTRANKNS0Link *) newLink;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Image *) photo;

/**
 * (no documentation provided)
 */
- (void) setPhoto: (AGENTRANKNS0Image *) newPhoto;

/**
 * (no documentation provided)
 */
- (float) experience;

/**
 * (no documentation provided)
 */
- (void) setExperience: (float) newExperience;

/**
 * (no documentation provided)
 */
- (NSString *) full_name;

/**
 * (no documentation provided)
 */
- (void) setFull_name: (NSString *) newFull_name;

/**
 * (no documentation provided)
 */
- (int *) agentrank;

/**
 * (no documentation provided)
 */
- (void) setAgentrank: (int *) newAgentrank;

/**
 * (no documentation provided)
 */
- (NSString *) description;

/**
 * (no documentation provided)
 */
- (void) setDescription: (NSString *) newDescription;
@end /* interface AGENTRANKNS0Profile */

#endif /* DEF_AGENTRANKNS0Profile_H */
#ifndef DEF_AGENTRANKNS0Forecast_H
#define DEF_AGENTRANKNS0Forecast_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Forecast : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Link *_link;
    NSDate *_date;
    NSString *_market;
    NSString *_metric;
    NSDecimalNumber *_spot;
    NSDecimalNumber *_future;
}

/**
 * attribution link
 */
- (AGENTRANKNS0Link *) link;

/**
 * attribution link
 */
- (void) setLink: (AGENTRANKNS0Link *) newLink;

/**
 * future date
 */
- (NSDate *) date;

/**
 * future date
 */
- (void) setDate: (NSDate *) newDate;

/**
 * market name
 */
- (NSString *) market;

/**
 * market name
 */
- (void) setMarket: (NSString *) newMarket;

/**
 * (no documentation provided)
 */
- (NSString *) metric;

/**
 * (no documentation provided)
 */
- (void) setMetric: (NSString *) newMetric;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) spot;

/**
 * (no documentation provided)
 */
- (void) setSpot: (NSDecimalNumber *) newSpot;

/**
 * (no documentation provided)
 */
- (NSDecimalNumber *) future;

/**
 * (no documentation provided)
 */
- (void) setFuture: (NSDecimalNumber *) newFuture;
@end /* interface AGENTRANKNS0Forecast */

#endif /* DEF_AGENTRANKNS0Forecast_H */
#ifndef DEF_AGENTRANKNS0PhotoSizes_H
#define DEF_AGENTRANKNS0PhotoSizes_H

/**
 *  User: marc
 Date: Mar 4, 2008
 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0PhotoSizes : NSObject <EnunciateXML>
{
  @private
    NSArray *_size;
}

/**
 * (no documentation provided)
 */
- (NSArray *) size;

/**
 * (no documentation provided)
 */
- (void) setSize: (NSArray *) newSize;
@end /* interface AGENTRANKNS0PhotoSizes */

#endif /* DEF_AGENTRANKNS0PhotoSizes_H */
#ifndef DEF_AGENTRANKNS0Market_H
#define DEF_AGENTRANKNS0Market_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Market : NSObject <EnunciateXML>
{
  @private
    NSString *_name;
    AGENTRANKNS0Histories *_histories;
    AGENTRANKNS0Forecasts *_forecasts;
}

/**
 * market's canonical name
 */
- (NSString *) name;

/**
 * market's canonical name
 */
- (void) setName: (NSString *) newName;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Histories *) histories;

/**
 * (no documentation provided)
 */
- (void) setHistories: (AGENTRANKNS0Histories *) newHistories;

/**
 * collection of forecasts
 */
- (AGENTRANKNS0Forecasts *) forecasts;

/**
 * collection of forecasts
 */
- (void) setForecasts: (AGENTRANKNS0Forecasts *) newForecasts;
@end /* interface AGENTRANKNS0Market */

#endif /* DEF_AGENTRANKNS0Market_H */
#ifndef DEF_AGENTRANKNS0Location_H
#define DEF_AGENTRANKNS0Location_H

/**
 *  User: marc
 Date: Mar 4, 2008
 Time: 6:39:03 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0Location : NSObject
{
  @private
    int _id;
    NSString *_type;
    NSString *_name;
}

/**
 * (no documentation provided)
 */
- (int) id;

/**
 * (no documentation provided)
 */
- (void) setId: (int) newId;

/**
 * (no documentation provided)
 */
- (NSString *) type;

/**
 * (no documentation provided)
 */
- (void) setType: (NSString *) newType;

/**
 * (no documentation provided)
 */
- (NSString *) name;

/**
 * (no documentation provided)
 */
- (void) setName: (NSString *) newName;
@end /* interface AGENTRANKNS0Location */

#endif /* DEF_AGENTRANKNS0Location_H */
#ifndef DEF_AGENTRANKNS0Histories_H
#define DEF_AGENTRANKNS0Histories_H

/**
 *  User: marc
 Date: Apr 25, 2009
 Time: 2:40:22 PM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC
 MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO TECHNOLOGIES.

 */
@interface AGENTRANKNS0Histories : NSObject
{
  @private
    NSArray *_history;
}

/**
 * (no documentation provided)
 */
- (NSArray *) history;

/**
 * (no documentation provided)
 */
- (void) setHistory: (NSArray *) newHistory;
@end /* interface AGENTRANKNS0Histories */

#endif /* DEF_AGENTRANKNS0Histories_H */
#ifndef DEF_AGENTRANKNS0GetReviews_H
#define DEF_AGENTRANKNS0GetReviews_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetReviews : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
    AGENTRANKNS0Reviews *_reviews;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Reviews *) reviews;

/**
 * (no documentation provided)
 */
- (void) setReviews: (AGENTRANKNS0Reviews *) newReviews;
@end /* interface AGENTRANKNS0GetReviews */

#endif /* DEF_AGENTRANKNS0GetReviews_H */
#ifndef DEF_AGENTRANKNS0GetMarket_H
#define DEF_AGENTRANKNS0GetMarket_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetMarket : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Market *_market;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Market *) market;

/**
 * (no documentation provided)
 */
- (void) setMarket: (AGENTRANKNS0Market *) newMarket;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetMarket */

#endif /* DEF_AGENTRANKNS0GetMarket_H */
#ifndef DEF_AGENTRANKNS0GetAgent_H
#define DEF_AGENTRANKNS0GetAgent_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0GetAgent : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Agent *_agent;
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Agent *) agent;

/**
 * (no documentation provided)
 */
- (void) setAgent: (AGENTRANKNS0Agent *) newAgent;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetAgent */

#endif /* DEF_AGENTRANKNS0GetAgent_H */
#ifndef DEF_AGENTRANKNS0FindProfiles_H
#define DEF_AGENTRANKNS0FindProfiles_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0FindProfiles : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
    AGENTRANKNS0Profiles *_profiles;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Profiles *) profiles;

/**
 * (no documentation provided)
 */
- (void) setProfiles: (AGENTRANKNS0Profiles *) newProfiles;
@end /* interface AGENTRANKNS0FindProfiles */

#endif /* DEF_AGENTRANKNS0FindProfiles_H */
#ifndef DEF_AGENTRANKNS0ContactAgent_H
#define DEF_AGENTRANKNS0ContactAgent_H

/**
 *  User: marc Date: Oct 1, 2009 Time: 5:26:25 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0ContactAgent : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
}

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Status *) status;

/**
 * (no documentation provided)
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0ContactAgent */

#endif /* DEF_AGENTRANKNS0ContactAgent_H */
#ifndef DEF_AGENTRANKNS0Agents_H
#define DEF_AGENTRANKNS0Agents_H

/**
 *  User: marc Date: Mar 4, 2008 Time: 6:15:00 AM
 <p/>
 THIS SOFTWARE IS COPYRIGHTED.  THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
 TECHNOLOGIES.

 */
@interface AGENTRANKNS0Agents : NSObject <EnunciateXML>
{
  @private
    NSArray *_agent;
}

/**
 * agent list
 */
- (NSArray *) agent;

/**
 * agent list
 */
- (void) setAgent: (NSArray *) newAgent;
@end /* interface AGENTRANKNS0Agents */

#endif /* DEF_AGENTRANKNS0Agents_H */
