![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct LassoIdWsf2PsResponseAbstract;
LassoIdWsf2PsResponseAbstract * lasso_idwsf2_ps_response_abstract_new
(void
);
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>
struct LassoIdWsf2PsResponseAbstract { LassoNode parent; /* elements */ LassoIdWsf2UtilStatus *Status; /* attributes */ GHashTable *attributes; };
LassoIdWsf2PsResponseAbstract * lasso_idwsf2_ps_response_abstract_new
(void
);
Creates a new LassoIdWsf2PsResponseAbstract object.
Returns : |
a newly created LassoIdWsf2PsResponseAbstract object |