Genivia Home Documentation
wst__BinaryExchangeType Struct Reference

updated Wed Oct 30 2024 by Robert van Engelen
 
wst__BinaryExchangeType Struct Reference

"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":BinaryExchangeType is a complexType with simpleContent. More...

#include <wst.h>

Public Attributes

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.
 

Detailed Description

"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)

Member Data Documentation

◆ __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: