Genivia Home Documentation
duration.c File Reference

updated Tue Mar 29 2016
 
Functions
duration.c File Reference
#include "soapH.h"
Include dependency graph for duration.c:

Functions

void soap_default_xsd__duration (struct soap *soap, LONG64 *a)
 
const char * soap_xsd__duration2s (struct soap *soap, LONG64 a)
 
int soap_out_xsd__duration (struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type)
 
int soap_s2xsd__duration (struct soap *soap, const char *s, LONG64 *a)
 
LONG64 * soap_in_xsd__duration (struct soap *soap, const char *tag, LONG64 *a, const char *type)
 

Function Documentation

void soap_default_xsd__duration ( struct soap *  soap,
LONG64 *  a 
)
LONG64* soap_in_xsd__duration ( struct soap *  soap,
const char *  tag,
LONG64 *  a,
const char *  type 
)
int soap_out_xsd__duration ( struct soap *  soap,
const char *  tag,
int  id,
const LONG64 *  a,
const char *  type 
)
int soap_s2xsd__duration ( struct soap *  soap,
const char *  s,
LONG64 *  a 
)
const char* soap_xsd__duration2s ( struct soap *  soap,
LONG64  a 
)