| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct              LassoIdWsf2DstRefQuery;
LassoIdWsf2DstRefQuery *  lasso_idwsf2_dstref_query_new (void);
Description
Figure 179. Schema fragment for dstref:Query
<xs:complexType name="QueryType">
  <xs:complexContent>
    <xs:extension base="dst:RequestType">
      <xs:sequence>
        <xs:element ref="dstref:TestItem" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="dstref:QueryItem" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Details
struct LassoIdWsf2DstRefQuery
struct LassoIdWsf2DstRefQuery {
	LassoIdWsf2DstRequest parent;
	/* elements */
	GList *TestItem; /* of LassoIdWsf2DstRefTestItem */
	GList *QueryItem; /* of LassoIdWsf2DstRefQueryItem */
};
lasso_idwsf2_dstref_query_new ()
LassoIdWsf2DstRefQuery *  lasso_idwsf2_dstref_query_new (void);
Creates a new LassoIdWsf2DstRefQuery object.
Returns :  | 
a newly created LassoIdWsf2DstRefQuery object | 
