19 #ifndef __com_sun_star_ucb_XDataContainer_idl__
20 #define __com_sun_star_ucb_XDataContainer_idl__
26 module com { module sun { module star { module ucb {
45 string getContentType();
52 void setContentType( [in]
string aType );
59 sequence<byte> getData();
66 void setData( [in] sequence<byte> aData );
78 void setDataURL( [in]
string aURL );
specifies a container for (binary) data.
Definition: XDataContainer.idl:38
This is the generic interface for supporting the insertion and removal of indexed elements...
Definition: XIndexContainer.idl:37