LassoIdWsf2PsResponseAbstract

LassoIdWsf2PsResponseAbstract — <ps:ResponseAbstract>

Synopsis

struct              LassoIdWsf2PsResponseAbstract;
LassoIdWsf2PsResponseAbstract *  lasso_idwsf2_ps_response_abstract_new
                                                        (void);

Description

Figure 223. Schema fragment for ps:ResponseAbstract


<xs:complexType name="ResponseAbstractType" abstract="true">
  <xs:sequence>
    <xs:element ref="lu:Status"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>


Details

struct LassoIdWsf2PsResponseAbstract

struct LassoIdWsf2PsResponseAbstract {
	LassoNode parent;

	/* elements */
	LassoIdWsf2UtilStatus *Status;
	/* attributes */
	GHashTable *attributes;
};

lasso_idwsf2_ps_response_abstract_new ()

LassoIdWsf2PsResponseAbstract *  lasso_idwsf2_ps_response_abstract_new
                                                        (void);

Creates a new LassoIdWsf2PsResponseAbstract object.

Returns :

a newly created LassoIdWsf2PsResponseAbstract object