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.
|
struct soap * | soap |
| A handle to the soap struct that manages this instance (automatically set)
|
An address information item.
"urn:address-book-example":address is a complexType.
Definition at line 177 of file address.h.