LassoIdWsf2SubsRefQueryItem

LassoIdWsf2SubsRefQueryItem — <subsref:QueryItem>

Synopsis

                    LassoIdWsf2SubsRefQueryItem;
LassoIdWsf2SubsRefQueryItem* lasso_idwsf2_subsref_query_item_new
                                                        (void);

Description

Figure 258. Schema fragment for subsref:QueryItem


<xs:complexType name="QueryItemType">
  <xs:complexContent>
    <xs:extension base="subsref:ResultQueryType">
      <xs:attributeGroup ref="dst:PaginationAttributeGroup"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>


Details

LassoIdWsf2SubsRefQueryItem

typedef struct {
	LassoIdWsf2SubsRefResultQuery parent;

	/* attributes */
	int count;
	int offset;
	char *setID;
	char *setReq;
} LassoIdWsf2SubsRefQueryItem;

lasso_idwsf2_subsref_query_item_new ()

LassoIdWsf2SubsRefQueryItem* lasso_idwsf2_subsref_query_item_new
                                                        (void);

Creates a new LassoIdWsf2SubsRefQueryItem object.

Returns :

a newly created LassoIdWsf2SubsRefQueryItem object