#import "enunciate-common.h"
#ifndef DEF_AGENTRANKNS0SlugType_H
#define DEF_AGENTRANKNS0SlugType_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Nov 17, 2010 Time: 3:45:20 PM

 */
enum AGENTRANKNS0SlugType
{

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_SLUGTYPE_HYPHEN,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_SLUGTYPE_UNDERSCORE
};
/**
 * Reads a SlugType from XML. The reader is assumed to be at the start element.
 *
 * @param reader The XML reader.
 * @return The SlugType, or NULL if unable to be read.
 */
static enum AGENTRANKNS0SlugType *xmlTextReaderReadAGENTRANKNS0SlugTypeType(xmlTextReaderPtr reader);

/**
 * Writes a SlugType to XML.
 *
 * @param writer The XML writer.
 * @param _slugType The SlugType to write.
 * @return The bytes written (may be 0 in case of buffering) or -1 in case of error.
 */
static int xmlTextWriterWriteAGENTRANKNS0SlugTypeType(xmlTextWriterPtr writer, enum AGENTRANKNS0SlugType *_slugType);

/**
 * Utility method for getting the enum value for a string.
 *
 * @param _slugType The string to format.
 * @return The enum value or NULL on error.
 */
static enum AGENTRANKNS0SlugType *formatStringToAGENTRANKNS0SlugTypeType(NSString *_slugType);

/**
 * Utility method for getting the string value of SlugType.
 *
 * @param _slugType The SlugType to format.
 * @return The string value or NULL on error.
 */
static NSString *formatAGENTRANKNS0SlugTypeTypeToString(enum AGENTRANKNS0SlugType *_slugType);
#endif /* DEF_AGENTRANKNS0SlugType_H */
#ifndef DEF_AGENTRANKNS0LocationContext_H
#define DEF_AGENTRANKNS0LocationContext_H

/**
 * (no documentation provided)
 */
enum AGENTRANKNS0LocationContext
{

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_CITY,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_STATE,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_METRO,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_ADDRESS,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_LISTING,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_ZIPCODE,

  /**
   * (no documentation provided)
   */
  AGENTRANK_NS0_LOCATIONCONTEXT_NEIGHBORHOOD
};
/**
 * Reads a LocationContext from XML. The reader is assumed to be at the start element.
 *
 * @param reader The XML reader.
 * @return The LocationContext, or NULL if unable to be read.
 */
static enum AGENTRANKNS0LocationContext *xmlTextReaderReadAGENTRANKNS0LocationContextType(xmlTextReaderPtr reader);

/**
 * Writes a LocationContext to XML.
 *
 * @param writer The XML writer.
 * @param _locationContext The LocationContext to write.
 * @return The bytes written (may be 0 in case of buffering) or -1 in case of error.
 */
static int xmlTextWriterWriteAGENTRANKNS0LocationContextType(xmlTextWriterPtr writer, enum AGENTRANKNS0LocationContext *_locationContext);

/**
 * Utility method for getting the enum value for a string.
 *
 * @param _locationContext The string to format.
 * @return The enum value or NULL on error.
 */
static enum AGENTRANKNS0LocationContext *formatStringToAGENTRANKNS0LocationContextType(NSString *_locationContext);

/**
 * Utility method for getting the string value of LocationContext.
 *
 * @param _locationContext The LocationContext to format.
 * @return The string value or NULL on error.
 */
static NSString *formatAGENTRANKNS0LocationContextTypeToString(enum AGENTRANKNS0LocationContext *_locationContext);
#endif /* DEF_AGENTRANKNS0LocationContext_H */

@class AGENTRANKNS0FindAgents;
@class AGENTRANKNS0GetMarket;
@class AGENTRANKNS0History;
@class AGENTRANKNS0Locations;
@class AGENTRANKNS0PhotoSize;
@class AGENTRANKNS0PagedList;
@class AGENTRANKNS0ClaimProfile;
@class AGENTRANKNS0Forecast;
@class AGENTRANKNS0GetForecast;
@class AGENTRANKNS0GetProfile;
@class AGENTRANKNS0GetReviews;
@class AGENTRANKNS0GetSales;
@class AGENTRANKNS0PostFlag;
@class AGENTRANKNS0Profile;
@class AGENTRANKNS0Sale;
@class AGENTRANKNS0Image;
@class AGENTRANKNS0Link;
@class AGENTRANKNS0Messages;
@class AGENTRANKNS0Slug;
@class AGENTRANKNS0Status;
@class AGENTRANKNS0Timestamp;
@class AGENTRANKNS0GetUser;
@class AGENTRANKNS0Review;
@class AGENTRANKNS0User;
@class AGENTRANKNS0EditUser;
@class AGENTRANKNS0Slugs;
@class AGENTRANKNS0Links;
@class AGENTRANKNS0Images;
@class AGENTRANKNS0Content;
@class AGENTRANKNS0PokeProfile;
@class AGENTRANKNS0GetSale;
@class AGENTRANKNS0GetReview;
@class AGENTRANKNS0GetForecasts;
@class AGENTRANKNS0FindProfiles;
@class AGENTRANKNS0Agent;
@class AGENTRANKNS0PhotoSizes;
@class AGENTRANKNS0Market;
@class AGENTRANKNS0Location;
@class AGENTRANKNS0Histories;
@class AGENTRANKNS0GetAgent;
@class AGENTRANKNS0ContactAgent;
@class AGENTRANKNS0Agents;
@class AGENTRANKNS0Reviews;
@class AGENTRANKNS0Sales;
@class AGENTRANKNS0Profiles;
@class AGENTRANKNS0Forecasts;

#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 *_agents;
    AGENTRANKNS0Status *_status;
}

/**
 * agents
 */
- (AGENTRANKNS0Agents *) agents;

/**
 * agents
 */
- (void) setAgents: (AGENTRANKNS0Agents *) newAgents;

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

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

#endif /* DEF_AGENTRANKNS0FindAgents_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;
}

/**
 * market
 */
- (AGENTRANKNS0Market *) market;

/**
 * market
 */
- (void) setMarket: (AGENTRANKNS0Market *) newMarket;

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetMarket */

#endif /* DEF_AGENTRANKNS0GetMarket_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;
}

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

/**
 * date
 */
- (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_AGENTRANKNS0PagedList_H
#define DEF_AGENTRANKNS0PagedList_H

/**
 * (no documentation provided)
 */
@interface AGENTRANKNS0PagedList : NSObject
{
  @private
    int *_start_index;
    int *_max_results;
    int *_last_index;
    int *_total_results;
    int *_first_index;
}

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

/**
 * (no documentation provided)
 */
- (void) setStart_index: (int *) newStart_index;

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

/**
 * (no documentation provided)
 */
- (void) setMax_results: (int *) newMax_results;

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

/**
 * (no documentation provided)
 */
- (void) setLast_index: (int *) newLast_index;

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

/**
 * (no documentation provided)
 */
- (void) setTotal_results: (int *) newTotal_results;

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

/**
 * (no documentation provided)
 */
- (void) setFirst_index: (int *) newFirst_index;
@end /* interface AGENTRANKNS0PagedList */

#endif /* DEF_AGENTRANKNS0PagedList_H */
#ifndef DEF_AGENTRANKNS0ClaimProfile_H
#define DEF_AGENTRANKNS0ClaimProfile_H

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

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

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0ClaimProfile */

#endif /* DEF_AGENTRANKNS0ClaimProfile_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
    int *_identifier;
    NSString *_key;
    AGENTRANKNS0Link *_link;
    NSDate *_date;
    AGENTRANKNS0Slugs *_slugs;
    NSString *_body;
    NSString *_title;
    NSString *_market;
    NSString *_metric;
    NSDecimalNumber *_spot;
    NSDecimalNumber *_future;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (int *) newIdentifier;

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

/**
 * (no documentation provided)
 */
- (void) setKey: (NSString *) newKey;

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

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

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

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

/**
 * slugs
 */
- (AGENTRANKNS0Slugs *) slugs;

/**
 * slugs
 */
- (void) setSlugs: (AGENTRANKNS0Slugs *) newSlugs;

/**
 * body
 */
- (NSString *) body;

/**
 * body
 */
- (void) setBody: (NSString *) newBody;

/**
 * title
 */
- (NSString *) title;

/**
 * title
 */
- (void) setTitle: (NSString *) newTitle;

/**
 * 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_AGENTRANKNS0GetForecast_H
#define DEF_AGENTRANKNS0GetForecast_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Dec 8, 2010 Time: 10:30:36 AM

 */
@interface AGENTRANKNS0GetForecast : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Images *_charts;
    AGENTRANKNS0Forecast *_forecast;
    AGENTRANKNS0Status *_status;
}

/**
 * the image chart
 */
- (AGENTRANKNS0Images *) charts;

/**
 * the image chart
 */
- (void) setCharts: (AGENTRANKNS0Images *) newCharts;

/**
 * forecast
 */
- (AGENTRANKNS0Forecast *) forecast;

/**
 * forecast
 */
- (void) setForecast: (AGENTRANKNS0Forecast *) newForecast;

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

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

#endif /* DEF_AGENTRANKNS0GetForecast_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;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (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_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;
    AGENTRANKNS0Images *_charts;
    AGENTRANKNS0Reviews *_reviews;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

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

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

/**
 * reviews
 */
- (AGENTRANKNS0Reviews *) reviews;

/**
 * reviews
 */
- (void) setReviews: (AGENTRANKNS0Reviews *) newReviews;
@end /* interface AGENTRANKNS0GetReviews */

#endif /* DEF_AGENTRANKNS0GetReviews_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;
    AGENTRANKNS0Images *_maps;
    AGENTRANKNS0Images *_charts;
    AGENTRANKNS0Status *_status;
}

/**
 * sales
 */
- (AGENTRANKNS0Sales *) sales;

/**
 * sales
 */
- (void) setSales: (AGENTRANKNS0Sales *) newSales;

/**
 * static map
 */
- (AGENTRANKNS0Images *) maps;

/**
 * static map
 */
- (void) setMaps: (AGENTRANKNS0Images *) newMaps;

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

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

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetSales */

#endif /* DEF_AGENTRANKNS0GetSales_H */
#ifndef DEF_AGENTRANKNS0PostFlag_H
#define DEF_AGENTRANKNS0PostFlag_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 AGENTRANKNS0PostFlag : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0PostFlag */

#endif /* DEF_AGENTRANKNS0PostFlag_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
    int *_identifier;
    NSString *_username;
    BOOL _activated;
    AGENTRANKNS0Link *_link;
    AGENTRANKNS0Image *_photo;
    AGENTRANKNS0Slugs *_slugs;
    NSString *_title;
    NSString *_full_name;
    NSString *_description;
    int *_rank;
    int *_sales;
    int *_reviews;
    int *_forecasts;
    NSDecimalNumber *_experience;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (int *) newIdentifier;

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

/**
 * (no documentation provided)
 */
- (void) setUsername: (NSString *) newUsername;

/**
 * (no documentation provided)
 */
- (BOOL) activated;

/**
 * (no documentation provided)
 */
- (void) setActivated: (BOOL) newActivated;

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

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

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

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

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Slugs *) slugs;

/**
 * (no documentation provided)
 */
- (void) setSlugs: (AGENTRANKNS0Slugs *) newSlugs;

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

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

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

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

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

/**
 * (no documentation provided)
 */
- (void) setDescription: (NSString *) newDescription;

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

/**
 * (no documentation provided)
 */
- (void) setRank: (int *) newRank;

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

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

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

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

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

/**
 * (no documentation provided)
 */
- (void) setForecasts: (int *) newForecasts;

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

/**
 * (no documentation provided)
 */
- (void) setExperience: (NSDecimalNumber *) newExperience;
@end /* interface AGENTRANKNS0Profile */

#endif /* DEF_AGENTRANKNS0Profile_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
    int *_identifier;
    NSDecimalNumber *_longitude;
    NSDecimalNumber *_latitude;
    NSString *_key;
    AGENTRANKNS0Link *_link;
    NSDate *_list_date;
    NSDate *_sold_date;
    AGENTRANKNS0Slugs *_slugs;
    NSString *_zip;
    NSString *_city;
    NSString *_state;
    NSString *_title;
    NSString *_address;
    NSString *_precision;
    NSString *_property_type;
    NSString *_transaction_side;
    int *_market_days;
    NSDecimalNumber *_list_price_final;
    NSDecimalNumber *_sale_price_final;
    NSDecimalNumber *_list_price_original;
    NSDecimalNumber *_price_per_size_unit;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (int *) newIdentifier;

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

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

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

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

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

/**
 * (no documentation provided)
 */
- (void) setKey: (NSString *) newKey;

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

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

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

/**
 * (no documentation provided)
 */
- (void) setList_date: (NSDate *) newList_date;

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

/**
 * (no documentation provided)
 */
- (void) setSold_date: (NSDate *) newSold_date;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Slugs *) slugs;

/**
 * (no documentation provided)
 */
- (void) setSlugs: (AGENTRANKNS0Slugs *) newSlugs;

/**
 * (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 *) title;

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

/**
 * (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 *) 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_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_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 *_identifier;
    NSString *_title;
    NSString *_text;
    NSString *_mouseover;
    NSString *_rel;
    NSString *_type;
    NSString *_href;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (NSString *) newIdentifier;

/**
 * (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_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_AGENTRANKNS0Slug_H
#define DEF_AGENTRANKNS0Slug_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Nov 17, 2010 Time: 3:29:07 PM

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

/**
 * (no documentation provided)
 */
- (enum AGENTRANKNS0SlugType *) type;

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

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

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

#endif /* DEF_AGENTRANKNS0Slug_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_AGENTRANKNS0Timestamp_H
#define DEF_AGENTRANKNS0Timestamp_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Aug 25, 2010 Time: 9:46:16 AM

 */
@interface AGENTRANKNS0Timestamp : NSObject <EnunciateXML>
{
  @private
    long _time;
    NSString *_value;
}

/**
 * (no documentation provided)
 */
- (long) time;

/**
 * (no documentation provided)
 */
- (void) setTime: (long) newTime;

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

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

#endif /* DEF_AGENTRANKNS0Timestamp_H */
#ifndef DEF_AGENTRANKNS0GetUser_H
#define DEF_AGENTRANKNS0GetUser_H

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

 */
@interface AGENTRANKNS0GetUser : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0User *_user;
    AGENTRANKNS0Status *_status;
}

/**
 * user
 */
- (AGENTRANKNS0User *) user;

/**
 * user
 */
- (void) setUser: (AGENTRANKNS0User *) newUser;

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0GetUser */

#endif /* DEF_AGENTRANKNS0GetUser_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
    int *_identifier;
    NSString *_key;
    AGENTRANKNS0Link *_link;
    NSDate *_date;
    AGENTRANKNS0Slugs *_slugs;
    NSString *_name;
    NSString *_email;
    NSString *_title;
    NSString *_comment;
    NSString *_satisfied;
    NSString *_recommend;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (int *) newIdentifier;

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

/**
 * (no documentation provided)
 */
- (void) setKey: (NSString *) newKey;

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

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

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

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

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Slugs *) slugs;

/**
 * (no documentation provided)
 */
- (void) setSlugs: (AGENTRANKNS0Slugs *) newSlugs;

/**
 * (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 *) title;

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

/**
 * (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_AGENTRANKNS0User_H
#define DEF_AGENTRANKNS0User_H

/**
 *  Created by IntelliJ IDEA. User: marc Date: Dec 29, 2010 Time: 5:28:52 AM

 */
@interface AGENTRANKNS0User : NSObject
{
  @private
    NSString *_email;
    NSString *_last_name;
    NSString *_first_name;
}

/**
 * password
 */
- (NSString *) email;

/**
 * password
 */
- (void) setEmail: (NSString *) newEmail;

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

/**
 * (no documentation provided)
 */
- (void) setLast_name: (NSString *) newLast_name;

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

/**
 * (no documentation provided)
 */
- (void) setFirst_name: (NSString *) newFirst_name;
@end /* interface AGENTRANKNS0User */

#endif /* DEF_AGENTRANKNS0User_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 *_identifier;
    NSString *_login;
    AGENTRANKNS0Links *_links;
    AGENTRANKNS0Status *_status;
}

/**
 * id
 */
- (NSString *) identifier;

/**
 * id
 */
- (void) setIdentifier: (NSString *) newIdentifier;

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

/**
 * (no documentation provided)
 */
- (void) setLogin: (NSString *) newLogin;

/**
 * (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_AGENTRANKNS0Slugs_H
#define DEF_AGENTRANKNS0Slugs_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 AGENTRANKNS0Slugs : NSObject <EnunciateXML>
{
  @private
    NSArray *_slug;
}

/**
 * get list of slugs
 */
- (NSArray *) slug;

/**
 * get list of slugs
 */
- (void) setSlug: (NSArray *) newSlug;
@end /* interface AGENTRANKNS0Slugs */

#endif /* DEF_AGENTRANKNS0Slugs_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_AGENTRANKNS0Images_H
#define DEF_AGENTRANKNS0Images_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 AGENTRANKNS0Images : NSObject <EnunciateXML>
{
  @private
    NSArray *_image;
}

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

/**
 * get list of links
 */
- (void) setImage: (NSArray *) newImage;
@end /* interface AGENTRANKNS0Images */

#endif /* DEF_AGENTRANKNS0Images_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_AGENTRANKNS0PokeProfile_H
#define DEF_AGENTRANKNS0PokeProfile_H

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

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

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;
@end /* interface AGENTRANKNS0PokeProfile */

#endif /* DEF_AGENTRANKNS0PokeProfile_H */
#ifndef DEF_AGENTRANKNS0GetSale_H
#define DEF_AGENTRANKNS0GetSale_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 AGENTRANKNS0GetSale : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Sale *_sale;
    AGENTRANKNS0Images *_maps;
    AGENTRANKNS0Status *_status;
}

/**
 * sale
 */
- (AGENTRANKNS0Sale *) sale;

/**
 * sale
 */
- (void) setSale: (AGENTRANKNS0Sale *) newSale;

/**
 * maps
 */
- (AGENTRANKNS0Images *) maps;

/**
 * maps
 */
- (void) setMaps: (AGENTRANKNS0Images *) newMaps;

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

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

#endif /* DEF_AGENTRANKNS0GetSale_H */
#ifndef DEF_AGENTRANKNS0GetReview_H
#define DEF_AGENTRANKNS0GetReview_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 AGENTRANKNS0GetReview : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Status *_status;
    AGENTRANKNS0Review *_review;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Review *) review;

/**
 * (no documentation provided)
 */
- (void) setReview: (AGENTRANKNS0Review *) newReview;
@end /* interface AGENTRANKNS0GetReview */

#endif /* DEF_AGENTRANKNS0GetReview_H */
#ifndef DEF_AGENTRANKNS0GetForecasts_H
#define DEF_AGENTRANKNS0GetForecasts_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 AGENTRANKNS0GetForecasts : NSObject <EnunciateXML>
{
  @private
    AGENTRANKNS0Images *_charts;
    AGENTRANKNS0Status *_status;
    AGENTRANKNS0Forecasts *_forecasts;
}

/**
 * chart image
 */
- (AGENTRANKNS0Images *) charts;

/**
 * chart image
 */
- (void) setCharts: (AGENTRANKNS0Images *) newCharts;

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (void) setStatus: (AGENTRANKNS0Status *) newStatus;

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

/**
 * forecasting
 */
- (void) setForecasts: (AGENTRANKNS0Forecasts *) newForecasts;
@end /* interface AGENTRANKNS0GetForecasts */

#endif /* DEF_AGENTRANKNS0GetForecasts_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;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (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_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 *_identifier;
    AGENTRANKNS0Sales *_sales;
    AGENTRANKNS0Images *_charts;
    AGENTRANKNS0Profile *_profile;
    AGENTRANKNS0Reviews *_reviews;
    AGENTRANKNS0Forecasts *_forecasts;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (NSString *) newIdentifier;

/**
 * sales
 */
- (AGENTRANKNS0Sales *) sales;

/**
 * sales
 */
- (void) setSales: (AGENTRANKNS0Sales *) newSales;

/**
 * (no documentation provided)
 */
- (AGENTRANKNS0Images *) charts;

/**
 * (no documentation provided)
 */
- (void) setCharts: (AGENTRANKNS0Images *) newCharts;

/**
 * (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_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;
    AGENTRANKNS0Forecasts *_forecasts;
    AGENTRANKNS0Histories *_histories;
}

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

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

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

/**
 * collection of forecasts
 */
- (void) setForecasts: (AGENTRANKNS0Forecasts *) newForecasts;

/**
 * history
 */
- (AGENTRANKNS0Histories *) histories;

/**
 * history
 */
- (void) setHistories: (AGENTRANKNS0Histories *) newHistories;
@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 _identifier;
    NSString *_type;
    NSString *_name;
}

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

/**
 * (no documentation provided)
 */
- (void) setIdentifier: (int) newIdentifier;

/**
 * (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
    AGENTRANKNS0Image *_chart;
    NSArray *_history;
}

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

/**
 * chart image
 */
- (void) setChart: (AGENTRANKNS0Image *) newChart;

/**
 * history
 */
- (NSArray *) history;

/**
 * history
 */
- (void) setHistory: (NSArray *) newHistory;
@end /* interface AGENTRANKNS0Histories */

#endif /* DEF_AGENTRANKNS0Histories_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;
}

/**
 * agent
 */
- (AGENTRANKNS0Agent *) agent;

/**
 * agent
 */
- (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_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;
}

/**
 * status
 */
- (AGENTRANKNS0Status *) status;

/**
 * status
 */
- (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 */
#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 : AGENTRANKNS0PagedList <EnunciateXML>
{
  @private
    NSDecimalNumber *_satisfied;
    NSDecimalNumber *_recommend;
    NSArray *_review;
}

/**
 * ratio
 */
- (NSDecimalNumber *) satisfied;

/**
 * ratio
 */
- (void) setSatisfied: (NSDecimalNumber *) newSatisfied;

/**
 * ratio
 */
- (NSDecimalNumber *) recommend;

/**
 * ratio
 */
- (void) setRecommend: (NSDecimalNumber *) newRecommend;

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

/**
 * list of client reviews
 */
- (void) setReview: (NSArray *) newReview;
@end /* interface AGENTRANKNS0Reviews */

#endif /* DEF_AGENTRANKNS0Reviews_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 : AGENTRANKNS0PagedList <EnunciateXML>
{
  @private
    NSDecimalNumber *_longitude;
    NSDecimalNumber *_latitude;
    NSArray *_sale;
}

/**
 * longitude
 */
- (NSDecimalNumber *) longitude;

/**
 * longitude
 */
- (void) setLongitude: (NSDecimalNumber *) newLongitude;

/**
 * latitude
 */
- (NSDecimalNumber *) latitude;

/**
 * latitude
 */
- (void) setLatitude: (NSDecimalNumber *) newLatitude;

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

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

#endif /* DEF_AGENTRANKNS0Sales_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 : AGENTRANKNS0PagedList <EnunciateXML>
{
  @private
    NSString *_location;
    enum AGENTRANKNS0LocationContext *_context;
    NSArray *_profile;
}

/**
 * location
 */
- (NSString *) location;

/**
 * location
 */
- (void) setLocation: (NSString *) newLocation;

/**
 * (no documentation provided)
 */
- (enum AGENTRANKNS0LocationContext *) context;

/**
 * (no documentation provided)
 */
- (void) setContext: (enum AGENTRANKNS0LocationContext *) newContext;

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

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

#endif /* DEF_AGENTRANKNS0Profiles_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 : AGENTRANKNS0PagedList <EnunciateXML>
{
  @private
    NSString *_title;
    NSArray *_forecast;
}

/**
 * title
 */
- (NSString *) title;

/**
 * title
 */
- (void) setTitle: (NSString *) newTitle;

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

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

#endif /* DEF_AGENTRANKNS0Forecasts_H */

