axis2_relates_to_ops Struct Reference
[relates to]

#include <axis2_relates_to.h>

List of all members.

Public Attributes

const axis2_char_t *(* get_value )(const axis2_relates_to_t *relates_to, const axis2_env_t *env)
axis2_status_t(* set_value )(struct axis2_relates_to *relates_to, const axis2_env_t *env, const axis2_char_t *value)
const axis2_char_t *(* get_relationship_type )(const axis2_relates_to_t *relates_to, const axis2_env_t *env)
axis2_status_t(* set_relationship_type )(struct axis2_relates_to *relates_to, const axis2_env_t *env, const axis2_char_t *relationship_type)
axis2_status_t(* free )(struct axis2_relates_to *relates_to, const axis2_env_t *env)


Detailed Description

relates to ops struct.


Member Data Documentation

const axis2_char_t*( * axis2_relates_to_ops::get_value)(const axis2_relates_to_t *relates_to, const axis2_env_t *env)

Gets value. The value field represents the URI that corresponds to the related message's message ID

Parameters:
relates_to pointer to relates to struct
env pointer to environment struct
Returns:
value string

axis2_status_t( * axis2_relates_to_ops::set_value)(struct axis2_relates_to *relates_to, const axis2_env_t *env, const axis2_char_t *value)

Sets value. The value field represents the URI that corresponds to the related message's message ID

Parameters:
relates_to pointer to relates to struct
env pointer to environment struct
value value string
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

const axis2_char_t*( * axis2_relates_to_ops::get_relationship_type)(const axis2_relates_to_t *relates_to, const axis2_env_t *env)

Gets relationship type.

Parameters:
relates_to pointer to relates to struct
env pointer to environment struct
Returns:
relationship type string

axis2_status_t( * axis2_relates_to_ops::set_relationship_type)(struct axis2_relates_to *relates_to, const axis2_env_t *env, const axis2_char_t *relationship_type)

Sets relationship type.

Parameters:
relates_to pointer to relates to struct
env pointer to environment struct
relationship_type relationship type string
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_relates_to_ops::free)(struct axis2_relates_to *relates_to, const axis2_env_t *env)

Frees relates to struct.

Parameters:
relates_to pointer to relates to struct
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


The documentation for this struct was generated from the following file:
Generated on Wed Dec 20 20:14:15 2006 for Axis2/C by  doxygen 1.5.1