Genivia Home Documentation
_a__address_book Class Reference

updated Sun Jan 31 2016
 
_a__address_book Class Reference

The root element of the address book schema. More...

#include <address.h>

Public Member Functions

virtual int soap_type () const
 
virtual void soap_default (struct soap *)
 
virtual void soap_serialize (struct soap *) const
 
virtual int soap_put (struct soap *, const char *, const char *) const
 
virtual int soap_out (struct soap *, const char *, int, const char *) const
 
virtual void * soap_get (struct soap *, const char *, const char *)
 
virtual void * soap_in (struct soap *, const char *, const char *)
 
 _a__address_book ()
 
virtual ~_a__address_book ()
 

Public Attributes

std::vector< a__address * > address
 Vector of a__address* with length 0..unbounded. More...
 
struct soap * soap
 A handle to the soap struct that manages this instance (automatically set) More...
 

Detailed Description

The root element of the address book schema.

Top-level root element "urn:address-book-example":address-book"urn:address-book-example":address-book is a complexType.

Definition at line 206 of file address.h.

Constructor & Destructor Documentation

_a__address_book::_a__address_book ( )
inline

Definition at line 101 of file addressStub.h.

virtual _a__address_book::~_a__address_book ( )
inlinevirtual

Definition at line 102 of file addressStub.h.

Member Function Documentation

virtual void _a__address_book::soap_default ( struct soap )
virtual
virtual void* _a__address_book::soap_get ( struct soap ,
const char *  ,
const char *   
)
virtual
virtual void* _a__address_book::soap_in ( struct soap ,
const char *  ,
const char *   
)
virtual
virtual int _a__address_book::soap_out ( struct soap ,
const char *  ,
int  ,
const char *   
) const
virtual
virtual int _a__address_book::soap_put ( struct soap ,
const char *  ,
const char *   
) const
virtual
virtual void _a__address_book::soap_serialize ( struct soap ) const
virtual
virtual int _a__address_book::soap_type ( ) const
inlinevirtual

Definition at line 94 of file addressStub.h.

Member Data Documentation

std::vector< a__address * > _a__address_book::address

Vector of a__address* with length 0..unbounded.

Definition at line 209 of file address.h.

struct soap * _a__address_book::soap

A handle to the soap struct that manages this instance (automatically set)

Definition at line 211 of file address.h.


The documentation for this class was generated from the following files: