Genivia Home Documentation
wst__ParticipantsType Struct Reference

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

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

#include <wst.h>

Collaboration diagram for wst__ParticipantsType:

Public Attributes

struct wst__ParticipantTypePrimary
 Element "Primary" of XSD type "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ParticipantType.
 
$int __sizeParticipant
 Size of array of struct wst__ParticipantType* is 0..unbounded.
 
struct wst__ParticipantTypeParticipant
 Array struct wst__ParticipantType* of size 0..unbounded.
 

Detailed Description

"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ParticipantsType is a complexType.

struct wst__ParticipantsType operations:

  • wst__ParticipantsType* soap_new_wst__ParticipantsType(struct soap*, int num) allocate and default initialize one or more values (array)
  • soap_default_wst__ParticipantsType(struct soap*, wst__ParticipantsType*) default initialize members
  • int soap_read_wst__ParticipantsType(struct soap*, wst__ParticipantsType*) deserialize from a source
  • int soap_write_wst__ParticipantsType(struct soap*, wst__ParticipantsType*) serialize to a sink
  • wst__ParticipantsType* soap_dup_wst__ParticipantsType(struct soap*, wst__ParticipantsType* dst, wst__ParticipantsType <em>src) returns deep copy of wst__ParticipantsType 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__ParticipantsType(wst__ParticipantsType

) deep deletes wst__ParticipantsType data members, use only on dst after soap_dup_wst__ParticipantsType(NULL, wst__ParticipantsType *dst, wst__ParticipantsType *src) (use soapcpp2 -Ed)

Member Data Documentation

◆ __sizeParticipant

$int wst__ParticipantsType::__sizeParticipant

Size of array of struct wst__ParticipantType* is 0..unbounded.

◆ Participant

struct wst__ParticipantType* wst__ParticipantsType::Participant

Array struct wst__ParticipantType* of size 0..unbounded.

◆ Primary

struct wst__ParticipantType* wst__ParticipantsType::Primary

Element "Primary" of XSD type "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ParticipantType.

Optional element.


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