Genivia Home Documentation
saml1__AttributeDesignatorType Struct Reference

updated Thu Apr 15 2021 by Robert van Engelen
 
Public Attributes | List of all members
saml1__AttributeDesignatorType Struct Reference

"urn:oasis:names:tc:SAML:1.0:assertion":AttributeDesignatorType is a complexType. More...

#include <saml1.h>

Public Attributes

char * AttributeName
 Attribute "AttributeName" of type xs:string. More...
 
char * AttributeNamespace
 Attribute "AttributeNamespace" of type xs:anyURI. More...
 

Detailed Description

"urn:oasis:names:tc:SAML:1.0:assertion":AttributeDesignatorType is a complexType.

This type is extended by:

Note
struct saml1__AttributeDesignatorType operations:
  • saml1__AttributeDesignatorType* soap_new_saml1__AttributeDesignatorType(struct soap*, int num) allocate and default initialize one or more values (an array)
  • soap_default_saml1__AttributeDesignatorType(struct soap*, saml1__AttributeDesignatorType*) default initialize members
  • int soap_read_saml1__AttributeDesignatorType(struct soap*, saml1__AttributeDesignatorType*) deserialize from a source
  • int soap_write_saml1__AttributeDesignatorType(struct soap*, saml1__AttributeDesignatorType*) serialize to a sink
  • saml1__AttributeDesignatorType* soap_dup_saml1__AttributeDesignatorType(struct soap*, saml1__AttributeDesignatorType* dst, saml1__AttributeDesignatorType <em>src) returns deep copy of saml1__AttributeDesignatorType 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__AttributeDesignatorType(saml1__AttributeDesignatorType) deep deletes saml1__AttributeDesignatorType data members, use only on dst after soap_dup_saml1__AttributeDesignatorType(NULL, saml1__AttributeDesignatorType *dst, saml1__AttributeDesignatorType *src) (use soapcpp2 -Ed)

Member Data Documentation

char* saml1__AttributeDesignatorType::AttributeName

Attribute "AttributeName" of type xs:string.

Required attribute.

char* saml1__AttributeDesignatorType::AttributeNamespace

Attribute "AttributeNamespace" of type xs:anyURI.

Required attribute.


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