![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoIdWsf2DiscoSvcMDAssociationAddResponseLassoIdWsf2DiscoSvcMDAssociationAddResponse — <disco:SvcMDAssociationAddResponse> |
struct LassoIdWsf2DiscoSvcMDAssociationAddResponse; LassoIdWsf2DiscoSvcMDAssociationAddResponse * lasso_idwsf2_disco_svc_md_association_add_response_new (void);
Figure 146. Schema fragment for disco:SvcMDAssociationAddResponse
<xs:complexType name="SvcMDAssociationAddResponseType"> <xs:sequence> <xs:element ref="lu:Status" /> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
struct LassoIdWsf2DiscoSvcMDAssociationAddResponse { LassoNode parent; /* elements */ LassoIdWsf2UtilStatus *Status; /* attributes */ GHashTable *attributes; };
LassoIdWsf2DiscoSvcMDAssociationAddResponse * lasso_idwsf2_disco_svc_md_association_add_response_new (void);
Creates a new LassoIdWsf2DiscoSvcMDAssociationAddResponse object.
Returns : |
a newly created LassoIdWsf2DiscoSvcMDAssociationAddResponse object |