136 #define SOAP_NAMESPACE_OF_a "urn:address-book-example" 225 std::string*
phone 0;
a__ISO_country
"urn:address-book-example":ISO-country is a simpleType restriction of type xs:string.
struct soap * soap
Pointer to soap context that manages this instance.
enum a__ISO_country country
Element "country" of type "":ISO-country.
int ID
Attribute "ID" of type xs:int.
std::string street
Element "street" of type xs:string.
std::string * phone
Element "phone" of type xs:string.
"urn:address-book-example":address is a complexType.
std::string name
Element "name" of type xs:string.
std::string city
Element "city" of type xs:string.
std::string * mobile
Element "mobile" of type xs:string.
Top-level root element "urn:address-book-example":address-book.
struct soap * soap
Pointer to soap context that manages this instance.
std::vector< a__address *> address
Vector of a__address* of length 0..unbounded.
time_t * dob
Element "dob" of type xs:dateTime.
std::string zip
Element "zip" of type xs:string.