Main Page | Modules | Data Structures | Data Fields

Complex type: wsrp_QueryEvaluationErrorFaultType
[XML Types]

Data Structures

Defines

Typedefs

Functions

Variables


Define Documentation

#define WSRP_QUERYEVALUATIONERRORFAULTTYPE_NS   "http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
 

Namespace of the wsrp_QueryEvaluationErrorFaultType complex type.

#define WSRP_QUERYEVALUATIONERRORFAULTTYPE_LOCAL   "QueryEvaluationErrorFaultType"
 

Local part of the QName of the wsrp_QueryEvaluationErrorFaultType complex type.


Typedef Documentation

typedef struct wsrp_QueryEvaluationErrorFaultType_s wsrp_QueryEvaluationErrorFaultType
 

The wsrp_QueryEvaluationErrorFaultType complex type, which represents the {http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd}QueryEvaluationErrorFaultType element.

typedef wsrp_QueryEvaluationErrorFaultType* wsrp_QueryEvaluationErrorFaultType_o
 

The wsrp_QueryEvaluationErrorFaultType_o complex type, which represents an optional instance of a {http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd}QueryEvaluationErrorFaultType element.

typedef struct wsrp_QueryEvaluationErrorFaultType_array_s wsrp_QueryEvaluationErrorFaultType_array
 

Array of wsrp_QueryEvaluationErrorFaultType elements.

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

Arrays are allocated by wsrp_QueryEvaluationErrorFaultType_array_init() and freed by calling wsrp_QueryEvaluationErrorFaultType_array_destroy(). Elements may be added to an array by calling wsrp_QueryEvaluationErrorFaultType_array_push().


Function Documentation

globus_result_t wsrp_QueryEvaluationErrorFaultType_init (
     wsrp_QueryEvaluationErrorFaultType ** inst )
 

Initialize a wsrp_QueryEvaluationErrorFaultType.

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

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

void wsrp_QueryEvaluationErrorFaultType_destroy (
     wsrp_QueryEvaluationErrorFaultType * inst )
 

Destroy a wsrp_QueryEvaluationErrorFaultType.

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

Parameters:
inst Pointer to the instance to destroy.

globus_result_t wsrp_QueryEvaluationErrorFaultType_copy (
     wsrp_QueryEvaluationErrorFaultType ** dest,
     const wsrp_QueryEvaluationErrorFaultType * src)
 

Copy a wsrp_QueryEvaluationErrorFaultType.

Perform a deep copy of a wsrp_QueryEvaluationErrorFaultType. 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 wsrp_QueryEvaluationErrorFaultType structure to be initialized with a copy of the contents of the src structure.
src Source wsrp_QueryEvaluationErrorFaultType to be copied.

globus_result_t wsrp_QueryEvaluationErrorFaultType_init_contents (
     wsrp_QueryEvaluationErrorFaultType * instance )
 

Initialize the contents of a wsrp_QueryEvaluationErrorFaultType.

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

Parameters:
instance Pointer to an allocated but uninitialized wsrp_QueryEvaluationErrorFaultType.

void wsrp_QueryEvaluationErrorFaultType_destroy_contents (
     wsrp_QueryEvaluationErrorFaultType * inst )
 

Destroy the contents of a wsrp_QueryEvaluationErrorFaultType.

Destroy the subelements and attributes of the given wsrp_QueryEvaluationErrorFaultType.

Parameters:
inst Pointer to a wsrp_QueryEvaluationErrorFaultType instance to destroy.

globus_result_t wsrp_QueryEvaluationErrorFaultType_copy_contents (
     wsrp_QueryEvaluationErrorFaultType * dest,
     const wsrp_QueryEvaluationErrorFaultType * src)
 

Copy the contents of a wsrp_QueryEvaluationErrorFaultType.

Perform a deep copy of the contents of a wsrp_QueryEvaluationErrorFaultType. 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 wsrp_QueryEvaluationErrorFaultType to be copied.

globus_result_t wsrp_QueryEvaluationErrorFaultType_deserialize (
     const xsd_QName * element_name,
     wsrp_QueryEvaluationErrorFaultType * val,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize a wsrp_QueryEvaluationErrorFaultType.

Deserialize an element containing a wsrp_QueryEvaluationErrorFaultType element.

Parameters:
element_name The name of the element which should enclose the wsrp_QueryEvaluationErrorFaultType.
val Pointer to the wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_deserialize_contents (
     const xsd_QName * element_name,
     wsrp_QueryEvaluationErrorFaultType * val,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize a wsrp_QueryEvaluationErrorFaultType.

Deserialize a wsrp_QueryEvaluationErrorFaultType whose enclosing element has already been deserialized.

Parameters:
element_name Ignored.
val Pointer to the wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_deserialize_pointer (
     const xsd_QName * element_name,
     wsrp_QueryEvaluationErrorFaultType ** instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize an optional wsrp_QueryEvaluationErrorFaultType.

Deserialize the next element if it contains a wsrp_QueryEvaluationErrorFaultType.

Parameters:
element_name The name of the element which should enclose the wsrp_QueryEvaluationErrorFaultType.
instance Pointer to the wsrp_QueryEvaluationErrorFaultType * 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 wsrp_QueryEvaluationErrorFaultType_array_init (
     wsrp_QueryEvaluationErrorFaultType_array ** inst )
 

Initialize an array of wsrp_QueryEvaluationErrorFaultType elements.

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

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

void wsrp_QueryEvaluationErrorFaultType_array_destroy (
     wsrp_QueryEvaluationErrorFaultType_array * inst )
 

Destroy an array of wsrp_QueryEvaluationErrorFaultType elements.

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

Parameters:
inst Pointer to array instance to destroy.

globus_result_t wsrp_QueryEvaluationErrorFaultType_array_copy (
     wsrp_QueryEvaluationErrorFaultType_array ** dest,
     const wsrp_QueryEvaluationErrorFaultType_array * src)
 

Copy an array of wsrp_QueryEvaluationErrorFaultType elements.

Perform a deep copy of an array of wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_array_init_contents (
     wsrp_QueryEvaluationErrorFaultType_array * inst )
 

Initialize the contents of an array of wsrp_QueryEvaluationErrorFaultType elements.

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

Parameters:
inst Pointer to an allocated but uninitialized array.

void wsrp_QueryEvaluationErrorFaultType_array_destroy_contents (
     wsrp_QueryEvaluationErrorFaultType_array * inst )
 

Destroy the contents of an array of wsrp_QueryEvaluationErrorFaultType elements.

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

Parameters:
inst Pointer to array instance to destroy.

globus_result_t wsrp_QueryEvaluationErrorFaultType_array_copy_contents (
     wsrp_QueryEvaluationErrorFaultType_array * dest,
     const wsrp_QueryEvaluationErrorFaultType_array * src)
 

Copy the contents of an array of wsrp_QueryEvaluationErrorFaultType elements.

Perform a deep copy of an array of wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_s* wsrp_QueryEvaluationErrorFaultType_array_push (
     wsrp_QueryEvaluationErrorFaultType_array * array )
 

Append a new wsrp_QueryEvaluationErrorFaultType to an array.

Allocate and initialize a new wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_array_serialize (
     const xsd_QName * element,
     const wsrp_QueryEvaluationErrorFaultType_array * array_instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Serialize an array of wsrp_QueryEvaluationErrorFaultType elements.

Serialize an element containing an array of wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_array_deserialize (
     const xsd_QName * element,
     wsrp_QueryEvaluationErrorFaultType_array * array_instance,
     globus_soap_message_handle_t message_handle,
     globus_xsd_element_options_t options)
 

Deserialize an array of wsrp_QueryEvaluationErrorFaultType elements.

Deserialize an element containing an array of wsrp_QueryEvaluationErrorFaultType 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 wsrp_QueryEvaluationErrorFaultType_qname
 

QName of the wsrp_QueryEvaluationErrorFaultType complex type.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_info
 

Initial value:

{
    &wsrp_QueryEvaluationErrorFaultType_qname,
    wsrp_QueryEvaluationErrorFaultType_serialize_wrapper,
    wsrp_QueryEvaluationErrorFaultType_deserialize_pointer_wrapper,
    wsrp_QueryEvaluationErrorFaultType_init_wrapper,
    wsrp_QueryEvaluationErrorFaultType_destroy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_copy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_init_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_destroy_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_copy_contents_wrapper,
    sizeof(wsrp_QueryEvaluationErrorFaultType),
    NULL,
    &wsrp_QueryEvaluationErrorFaultType_contents_info,
    &wsrp_QueryEvaluationErrorFaultType_array_info
}
Type information for serializing and deserializing wsrp_QueryEvaluationErrorFaultType elements.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_info
 

Type information for serializing and deserializing wsrp_QueryEvaluationErrorFaultType elements.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_array_info
 

Initial value:

{
    &wsrp_QueryEvaluationErrorFaultType_qname,
    wsrp_QueryEvaluationErrorFaultType_array_serialize_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_deserialize_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_init_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_destroy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_copy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_init_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_destroy_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_array_copy_contents_wrapper,
    sizeof(wsrp_QueryEvaluationErrorFaultType),
    wsrp_QueryEvaluationErrorFaultType_array_push_wrapper,
    NULL,
    NULL
}
Type information for serializing and deserializing arrays of wsrp_QueryEvaluationErrorFaultType elements.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_array_info
 

Type information for serializing and deserializing arrays of wsrp_QueryEvaluationErrorFaultType elements.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_contents_info
 

Initial value:

{
    &wsrp_QueryEvaluationErrorFaultType_qname,
    wsrp_QueryEvaluationErrorFaultType_serialize_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_deserialize_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_init_wrapper,
    wsrp_QueryEvaluationErrorFaultType_destroy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_copy_wrapper,
    wsrp_QueryEvaluationErrorFaultType_init_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_destroy_contents_wrapper,
    wsrp_QueryEvaluationErrorFaultType_copy_contents_wrapper,
    sizeof(wsrp_QueryEvaluationErrorFaultType),
    NULL,
    NULL,
    NULL
}
Type information for serializing and deserializing the contents of wsrp_QueryEvaluationErrorFaultType without surrounding elements.

struct globus_xsd_type_info_s wsrp_QueryEvaluationErrorFaultType_contents_info
 

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


about globus | grid research | globus toolkit | software development

Comments? webmaster@globus.org