"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":BinaryExchangeType is a complexType with simpleContent.
More...
#include <wst.h>
|
char * | __item |
| __item wraps "xs:string" simpleContent.
|
|
char * | ValueType |
| Attribute "ValueType" of XSD type xs:anyURI.
|
|
char * | EncodingType |
| Attribute "EncodingType" of XSD type xs:anyURI.
|
|
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":BinaryExchangeType is a complexType with simpleContent.
struct wst__BinaryExchangeType operations:
- wst__BinaryExchangeType* soap_new_wst__BinaryExchangeType(struct soap*, int num) allocate and default initialize one or more values (array)
- soap_default_wst__BinaryExchangeType(struct soap*, wst__BinaryExchangeType*) default initialize members
- int soap_read_wst__BinaryExchangeType(struct soap*, wst__BinaryExchangeType*) deserialize from a source
- int soap_write_wst__BinaryExchangeType(struct soap*, wst__BinaryExchangeType*) serialize to a sink
- wst__BinaryExchangeType* soap_dup_wst__BinaryExchangeType(struct soap*, wst__BinaryExchangeType* dst, wst__BinaryExchangeType <em>src) returns deep copy of wst__BinaryExchangeType src into dst, copies the (cyclic) graph structure when a context is provided, or (cycle-pruned) tree structure with soap_set_mode(soap, SOAP_XML_TREE) (use soapcpp2 -Ec)
- soap_del_wst__BinaryExchangeType(wst__BinaryExchangeType) deep deletes wst__BinaryExchangeType data members, use only on dst after soap_dup_wst__BinaryExchangeType(NULL, wst__BinaryExchangeType *dst, wst__BinaryExchangeType *src) (use soapcpp2 -Ed)
◆ __item
char* wst__BinaryExchangeType::__item |
__item wraps "xs:string" simpleContent.
◆ EncodingType
char* wst__BinaryExchangeType::EncodingType |
Attribute "EncodingType" of XSD type xs:anyURI.
Required attribute.
◆ ValueType
char* wst__BinaryExchangeType::ValueType |
Attribute "ValueType" of XSD type xs:anyURI.
Required attribute.
The documentation for this struct was generated from the following file: