#include <address.h>
Public Attributes | |
std::string | name |
Element name of type xs:string. | |
std::string | street |
Element street of type xs:string. | |
std::string | city |
Element city of type xs:string. | |
std::string | zip |
Element zip of type xs:string. | |
enum a__ISO_country | country = a__ISO_country__us |
Element country of type "":ISO-country. | |
std::string * | phone |
Element phone of type xs:string. | |
std::string * | mobile |
Element mobile of type xs:string. | |
time_t * | dob |
Element dob of type xs:dateTime. | |
int | ID |
Attribute ID of type xs:int. | |
soap * | soap |
A handle to the soap struct that manages this instance (automatically set). |
"urn:address-book-example":address is a complexType.
Definition at line 171 of file address.h.
|
Element city of type xs:string. |
|
Element country of type "":ISO-country. Default value="us". Definition at line 182 of file address.h. |
|
Element dob of type xs:dateTime. |
|
Attribute ID of type xs:int. Required attribute. Definition at line 190 of file address.h. |
|
Element mobile of type xs:string. |
|
Element name of type xs:string. |
|
Element phone of type xs:string. |
|
A handle to the soap struct that manages this instance (automatically set). |
|
Element street of type xs:string. |
|
Element zip of type xs:string. |