Main Page | Modules | Data Structures | Data Fields

Complex type: wsnt_GetCurrentMessageResponseType
[XML Types]

Data Structures

Defines

Typedefs

Functions

Variables


Define Documentation

#define WSNT_GETCURRENTMESSAGERESPONSETYPE_NS   "http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd"
 

Namespace of the wsnt_GetCurrentMessageResponseType complex type.

#define WSNT_GETCURRENTMESSAGERESPONSETYPE_LOCAL   "GetCurrentMessageResponseType"
 

Local part of the QName of the wsnt_GetCurrentMessageResponseType complex type.


Typedef Documentation

typedef struct wsnt_GetCurrentMessageResponseType_s wsnt_GetCurrentMessageResponseType
 

The wsnt_GetCurrentMessageResponseType complex type, which represents the {http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd}complexType 28 element.

typedef wsnt_GetCurrentMessageResponseType* wsnt_GetCurrentMessageResponseType_o
 

The wsnt_GetCurrentMessageResponseType_o complex type, which represents an optional instance of a {http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd}complexType 28 element.

typedef struct wsnt_GetCurrentMessageResponseType_array_s wsnt_GetCurrentMessageResponseType_array
 

Array of wsnt_GetCurrentMessageResponseType elements.

This structure type is used represent an array of wsnt_GetCurrentMessageResponseType elements.

Arrays are allocated by wsnt_GetCurrentMessageResponseType_array_init() and freed by calling wsnt_GetCurrentMessageResponseType_array_destroy(). Elements may be added to an array by calling wsnt_GetCurrentMessageResponseType_array_push().


Function Documentation

globus_result_t wsnt_GetCurrentMessageResponseType_init (
     wsnt_GetCurrentMessageResponseType ** inst )
 

Initialize a wsnt_GetCurrentMessageResponseType.

Allocates a new wsnt_GetCurrentMessageResponseType and initializes its contents. When the structure is no longer needed, it should be freed by calling wsnt_GetCurrentMessageResponseType_destroy().

Parameters:
inst Pointer to set to a newly allocated instance.

void wsnt_GetCurrentMessageResponseType_destroy (
     wsnt_GetCurrentMessageResponseType * inst )
 

Destroy a wsnt_GetCurrentMessageResponseType.

Frees a wsnt_GetCurrentMessageResponseType. All subelements and attributes will be destroyed (and freed if they are optional).

Parameters:
inst Pointer to the instance to destroy.

globus_result_t wsnt_GetCurrentMessageResponseType_copy (
     wsnt_GetCurrentMessageResponseType ** dest,
     const wsnt_GetCurrentMessageResponseType * src)
 

Copy a wsnt_GetCurrentMessageResponseType.

Perform a deep copy of a wsnt_GetCurrentMessageResponseType. The dest structure will be allocated, and then a copy of the contents of src and its subelements and attributes will be made to dest.

Parameters:
dest The wsnt_GetCurrentMessageResponseType structure to be initialized with a copy of the contents of the src structure.
src Source wsnt_GetCurrentMessageResponseType to be copied.

globus_result_t wsnt_GetCurrentMessageResponseType_init_contents (
     wsnt_GetCurrentMessageResponseType * instance )
 

Initialize the contents of a wsnt_GetCurrentMessageResponseType.

Initialize the contents of a wsnt_GetCurrentMessageResponseType. This should be used when the structure is allocated on the stack or by a some allocator besides wsnt_GetCurrentMessageResponseType_init(). The contents may be freed by calling wsnt_GetCurrentMessageResponseType_destroy_contents().

Parameters:
instance Pointer to an allocated but uninitialized wsnt_GetCurrentMessageResponseType.

void wsnt_GetCurrentMessageResponseType_destroy_contents (
     wsnt_GetCurrentMessageResponseType * inst )
 

Destroy the contents of a wsnt_GetCurrentMessageResponseType.

Destroy the subelements and attributes of the given wsnt_GetCurrentMessageResponseType.

Parameters:
inst Pointer to a wsnt_GetCurrentMessageResponseType instance to destroy.

globus_result_t wsnt_GetCurrentMessageResponseType_copy_contents (
     wsnt_GetCurrentMessageResponseType * dest,
     const wsnt_GetCurrentMessageResponseType * src)
 

Copy the contents of a wsnt_GetCurrentMessageResponseType.

Perform a deep copy of the contents of a wsnt_GetCurrentMessageResponseType. The dest strcuture must be allocated before making this call. A copy of the subelements and attributes of @ src will be made to dest.

Parameters:
dest Structure to be initialized with copies of the contents of src.
src Source wsnt_GetCurrentMessageResponseType to be copied.

globus_result_t wsnt_GetCurrentMessageResponseType_deserialize (
     const xsd_QName * element_name,
     wsnt_GetCurrentMessageResponseType * val,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize a wsnt_GetCurrentMessageResponseType.

Deserialize an element containing a wsnt_GetCurrentMessageResponseType element.

Parameters:
element_name The name of the element which should enclose the wsnt_GetCurrentMessageResponseType.
val Pointer to the wsnt_GetCurrentMessageResponseType which will be initialized with the value of the element.
message_handle The handle to deserialize the element from.
options Deserialization options.

globus_result_t wsnt_GetCurrentMessageResponseType_deserialize_contents (
     const xsd_QName * element_name,
     wsnt_GetCurrentMessageResponseType * val,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize a wsnt_GetCurrentMessageResponseType.

Deserialize a wsnt_GetCurrentMessageResponseType whose enclosing element has already been deserialized.

Parameters:
element_name Ignored.
val Pointer to the wsnt_GetCurrentMessageResponseType which will be initialized with the value of the current element.
message_handle The handle to deserialize the element from.
options Deserialization options.

globus_result_t wsnt_GetCurrentMessageResponseType_deserialize_pointer (
     const xsd_QName * element_name,
     wsnt_GetCurrentMessageResponseType ** instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize an optional wsnt_GetCurrentMessageResponseType.

Deserialize the next element if it contains a wsnt_GetCurrentMessageResponseType.

Parameters:
element_name The name of the element which should enclose the wsnt_GetCurrentMessageResponseType.
instance Pointer to the wsnt_GetCurrentMessageResponseType * which will be allocated and initialized with the value of the element if it is present.
message_handle The handle to deserialize the element from.
options Deserialization options.

globus_result_t wsnt_GetCurrentMessageResponseType_array_init (
     wsnt_GetCurrentMessageResponseType_array ** inst )
 

Initialize an array of wsnt_GetCurrentMessageResponseType elements.

Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling wsnt_GetCurrentMessageResponseType_array_destroy().

Parameters:
inst Pointer to set to a newly allocated array instance.

void wsnt_GetCurrentMessageResponseType_array_destroy (
     wsnt_GetCurrentMessageResponseType_array * inst )
 

Destroy an array of wsnt_GetCurrentMessageResponseType elements.

Frees an array of wsnt_GetCurrentMessageResponseType elements. The contents of each element element in the array be destroyed by calling wsnt_GetCurrentMessageResponseType_destroy_contents().

Parameters:
inst Pointer to array instance to destroy.

globus_result_t wsnt_GetCurrentMessageResponseType_array_copy (
     wsnt_GetCurrentMessageResponseType_array ** dest,
     const wsnt_GetCurrentMessageResponseType_array * src)
 

Copy an array of wsnt_GetCurrentMessageResponseType elements.

Perform a deep copy of an array of wsnt_GetCurrentMessageResponseType elements. The dest array will be allocated, and then a copy of the contents of each element in src will be made to dest.

Parameters:
dest Array to be initialized with copies of the elements in src.
src Source array to be copied.

globus_result_t wsnt_GetCurrentMessageResponseType_array_init_contents (
     wsnt_GetCurrentMessageResponseType_array * inst )
 

Initialize the contents of an array of wsnt_GetCurrentMessageResponseType elements.

Initialize the contents of an array of wsnt_GetCurrentMessageResponseType elements. Used when the array is allocated on the stack or by a some allocator besides wsnt_GetCurrentMessageResponseType_array_init(). The contents of the array may be freed by calling wsnt_GetCurrentMessageResponseType_array_destroy_contents().

Parameters:
inst Pointer to an allocated but uninitialized array.

void wsnt_GetCurrentMessageResponseType_array_destroy_contents (
     wsnt_GetCurrentMessageResponseType_array * inst )
 

Destroy the contents of an array of wsnt_GetCurrentMessageResponseType elements.

Destroy the elements in an array of wsnt_GetCurrentMessageResponseType elements. The contents of each element in the array be destroyed by calling wsnt_GetCurrentMessageResponseType_destroy_contents() and the array will be reset to be empty.

Parameters:
inst Pointer to array instance to destroy.

globus_result_t wsnt_GetCurrentMessageResponseType_array_copy_contents (
     wsnt_GetCurrentMessageResponseType_array * dest,
     const wsnt_GetCurrentMessageResponseType_array * src)
 

Copy the contents of an array of wsnt_GetCurrentMessageResponseType elements.

Perform a deep copy of an array of wsnt_GetCurrentMessageResponseType elements. The dest array must be allocated before making this call. A copy of the contents of each element in src will be made to dest.

Parameters:
dest Array to be initialized with copies of the elements in src.
src Source array to be copied.

struct wsnt_GetCurrentMessageResponseType_s* wsnt_GetCurrentMessageResponseType_array_push (
     wsnt_GetCurrentMessageResponseType_array * array )
 

Append a new wsnt_GetCurrentMessageResponseType to an array.

Allocate and initialize a new wsnt_GetCurrentMessageResponseType structure, adding it to the end of the given array.

Parameters:
array Array to be appended to.
Returns:
This function returns the newly allocated element.

globus_result_t wsnt_GetCurrentMessageResponseType_array_serialize (
     const xsd_QName * element,
     const wsnt_GetCurrentMessageResponseType_array * array_instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Serialize an array of wsnt_GetCurrentMessageResponseType elements.

Serialize an element containing an array of wsnt_GetCurrentMessageResponseType elements.

Parameters:
element The name of the element which will contain the array.
array_instance The array to serialize
message_handle The handle to serialize the element on.
options Serialization options.

globus_result_t wsnt_GetCurrentMessageResponseType_array_deserialize (
     const xsd_QName * element,
     wsnt_GetCurrentMessageResponseType_array * array_instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize an array of wsnt_GetCurrentMessageResponseType elements.

Deserialize an element containing an array of wsnt_GetCurrentMessageResponseType elements.

Parameters:
element The name of the element which should enclose the array.
array_instance The array to deserialize into
message_handle The handle to deserialize the element from.
options Deserialization options.


Variable Documentation

xsd_QName wsnt_GetCurrentMessageResponseType_qname
 

QName of the wsnt_GetCurrentMessageResponseType complex type.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_info
 

Initial value:

{
    &wsnt_GetCurrentMessageResponseType_qname,
    wsnt_GetCurrentMessageResponseType_serialize_wrapper,
    wsnt_GetCurrentMessageResponseType_deserialize_pointer_wrapper,
    wsnt_GetCurrentMessageResponseType_init_wrapper,
    wsnt_GetCurrentMessageResponseType_destroy_wrapper,
    wsnt_GetCurrentMessageResponseType_copy_wrapper,
    wsnt_GetCurrentMessageResponseType_init_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_destroy_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_copy_contents_wrapper,
    sizeof(wsnt_GetCurrentMessageResponseType),
    NULL,
    &wsnt_GetCurrentMessageResponseType_contents_info,
    &wsnt_GetCurrentMessageResponseType_array_info
}
Type information for serializing and deserializing wsnt_GetCurrentMessageResponseType elements.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_info
 

Type information for serializing and deserializing wsnt_GetCurrentMessageResponseType elements.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_array_info
 

Initial value:

{
    &wsnt_GetCurrentMessageResponseType_qname,
    wsnt_GetCurrentMessageResponseType_array_serialize_wrapper,
    wsnt_GetCurrentMessageResponseType_array_deserialize_wrapper,
    wsnt_GetCurrentMessageResponseType_array_init_wrapper,
    wsnt_GetCurrentMessageResponseType_array_destroy_wrapper,
    wsnt_GetCurrentMessageResponseType_array_copy_wrapper,
    wsnt_GetCurrentMessageResponseType_array_init_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_array_destroy_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_array_copy_contents_wrapper,
    sizeof(wsnt_GetCurrentMessageResponseType),
    wsnt_GetCurrentMessageResponseType_array_push_wrapper,
    NULL,
    NULL
}
Type information for serializing and deserializing arrays of wsnt_GetCurrentMessageResponseType elements.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_array_info
 

Type information for serializing and deserializing arrays of wsnt_GetCurrentMessageResponseType elements.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_contents_info
 

Initial value:

{
    &wsnt_GetCurrentMessageResponseType_qname,
    wsnt_GetCurrentMessageResponseType_serialize_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_deserialize_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_init_wrapper,
    wsnt_GetCurrentMessageResponseType_destroy_wrapper,
    wsnt_GetCurrentMessageResponseType_copy_wrapper,
    wsnt_GetCurrentMessageResponseType_init_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_destroy_contents_wrapper,
    wsnt_GetCurrentMessageResponseType_copy_contents_wrapper,
    sizeof(wsnt_GetCurrentMessageResponseType),
    NULL,
    NULL,
    NULL
}
Type information for serializing and deserializing the contents of wsnt_GetCurrentMessageResponseType without surrounding elements.

struct globus_xsd_type_info_s wsnt_GetCurrentMessageResponseType_contents_info
 

Type information for serializing and deserializing the contents of wsnt_GetCurrentMessageResponseType without surrounding elements.


about globus | grid research | globus toolkit | software development

Comments? webmaster@globus.org