Genivia Home Documentation
saml1__StatementAbstractType Struct Reference

updated Thu Apr 15 2021 by Robert van Engelen
 
saml1__StatementAbstractType Struct Reference

"urn:oasis:names:tc:SAML:1.0:assertion":StatementAbstractType is an abstract complexType. More...

#include <saml1.h>

Detailed Description

"urn:oasis:names:tc:SAML:1.0:assertion":StatementAbstractType is an abstract complexType.

This type is extended by:

Note
struct saml1__StatementAbstractType operations:
  • saml1__StatementAbstractType* soap_new_saml1__StatementAbstractType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml1__StatementAbstractType(struct soap*, saml1__StatementAbstractType*) default initialize members
  • int soap_read_saml1__StatementAbstractType(struct soap*, saml1__StatementAbstractType*) deserialize from a source
  • int soap_write_saml1__StatementAbstractType(struct soap*, saml1__StatementAbstractType*) serialize to a sink
  • saml1__StatementAbstractType* soap_dup_saml1__StatementAbstractType(struct soap*, saml1__StatementAbstractType* dst, saml1__StatementAbstractType <em>src) returns deep copy of saml1__StatementAbstractType 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_saml1__StatementAbstractType(saml1__StatementAbstractType) deep deletes saml1__StatementAbstractType data members, use only on dst after soap_dup_saml1__StatementAbstractType(NULL, saml1__StatementAbstractType *dst, saml1__StatementAbstractType *src) (use soapcpp2 -Ed)

The documentation for this struct was generated from the following file: