![]() |
Home | Documentation |
a__address Class Reference
updated Mon Feb 22 2016
|
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... | |
An address information item.
"urn:address-book-example":address is a complexType.
|
inline |
Definition at line 80 of file addressStub.h.
|
inlinevirtual |
Definition at line 81 of file addressStub.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 73 of file addressStub.h.
| std::string a__address::city |
| enum a__ISO_country a__address::country = a__ISO_country__us |
| time_t * a__address::dob |
| int a__address::ID |
| std::string * a__address::mobile |
| std::string a__address::name |
| std::string * a__address::phone |
| struct soap * a__address::soap |
| std::string a__address::street |
| std::string a__address::zip |