| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoIdWsf2DstRefQueryItem;
LassoIdWsf2DstRefQueryItem* lasso_idwsf2_dstref_query_item_new
(void);
LassoIdWsf2DstRefQueryItem* lasso_idwsf2_dstref_query_item_new_full
(const gchar *item_xpath,
const gchar *item_id);
Figure 177. Schema fragment for dstref:QueryItem
<xs:complexType name="QueryItemType">
<xs:complexContent>
<xs:extension base="dstref:ResultQueryType">
<xs:attributeGroup ref="dst:PaginationAttributeGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
typedef struct {
LassoIdWsf2DstRefResultQuery parent;
/* attributes */
int count;
int offset;
char *setID;
char *setReq;
} LassoIdWsf2DstRefQueryItem;
LassoIdWsf2DstRefQueryItem* lasso_idwsf2_dstref_query_item_new
(void);
Creates a new LassoIdWsf2DstRefQueryItem object.
Returns : |
a newly created LassoIdWsf2DstRefQueryItem object |