Genivia Home Documentation
a__address Class Reference

updated Wed Mar 2 2016
 
a__address Class Reference

An address information item. 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 ()
 
virtual ~a__address ()
 

Public Attributes

std::string name
 Element name of type xs:string. More...
 
std::string street
 Element street of type xs:string. More...
 
std::string city
 Element city of type xs:string. More...
 
std::string zip
 Element zip of type xs:string. More...
 
enum a__ISO_country country = a__ISO_country__us
 Element country of type "":ISO-country. More...
 
std::string * phone
 Element phone of type xs:string. More...
 
std::string * mobile
 Element mobile of type xs:string. More...
 
time_t * dob
 Element dob of type xs:dateTime. More...
 
int ID
 Attribute ID of type xs:int. More...
 
struct soap * soap
 A handle to the soap struct that manages this instance (automatically set) More...
 

Detailed Description

An address information item.

"urn:address-book-example":address is a complexType.

Definition at line 177 of file address.h.

Constructor & Destructor Documentation

a__address::a__address ( )
inline

Definition at line 80 of file addressStub.h.

virtual a__address::~a__address ( )
inlinevirtual

Definition at line 81 of file addressStub.h.

Member Function Documentation

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

Definition at line 73 of file addressStub.h.

Member Data Documentation

std::string a__address::city

Element city of type xs:string.

Required element.

Definition at line 184 of file address.h.

enum a__ISO_country a__address::country = a__ISO_country__us

Element country of type "":ISO-country.

Default value="us".

Definition at line 188 of file address.h.

time_t * a__address::dob

Element dob of type xs:dateTime.

Nullable pointer.

Definition at line 194 of file address.h.

int a__address::ID

Attribute ID of type xs:int.

Required attribute.

Definition at line 196 of file address.h.

std::string * a__address::mobile

Element mobile of type xs:string.

Nullable pointer.

Definition at line 192 of file address.h.

std::string a__address::name

Element name of type xs:string.

Required element.

Definition at line 180 of file address.h.

std::string * a__address::phone

Element phone of type xs:string.

Nullable pointer.

Definition at line 190 of file address.h.

struct soap * a__address::soap

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

Definition at line 198 of file address.h.

std::string a__address::street

Element street of type xs:string.

Required element.

Definition at line 182 of file address.h.

std::string a__address::zip

Element zip of type xs:string.

Required element.

Definition at line 186 of file address.h.


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