// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _PXCAFDoc_Datum_HeaderFile #define _PXCAFDoc_Datum_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PXCAFDoc_Datum_HeaderFile #include #endif #ifndef _Handle_PCollection_HAsciiString_HeaderFile #include #endif #ifndef _PDF_Attribute_HeaderFile #include #endif class PCollection_HAsciiString; class PXCAFDoc_Datum : public PDF_Attribute { public: Standard_EXPORT PXCAFDoc_Datum(); Standard_EXPORT PXCAFDoc_Datum(const Handle(PCollection_HAsciiString)& theName,const Handle(PCollection_HAsciiString)& theDescr,const Handle(PCollection_HAsciiString)& theId); Standard_EXPORT Handle_PCollection_HAsciiString GetName() const; Standard_EXPORT Handle_PCollection_HAsciiString GetDescription() const; Standard_EXPORT Handle_PCollection_HAsciiString GetIdentification() const; Standard_EXPORT void Set(const Handle(PCollection_HAsciiString)& theName,const Handle(PCollection_HAsciiString)& theDescr,const Handle(PCollection_HAsciiString)& theId) ; PXCAFDoc_Datum(const Storage_stCONSTclCOM& a) : PDF_Attribute(a) { } Handle(PCollection_HAsciiString) _CSFDB_GetPXCAFDoc_DatummyName() const { return myName; } void _CSFDB_SetPXCAFDoc_DatummyName(const Handle(PCollection_HAsciiString)& p) { myName = p; } Handle(PCollection_HAsciiString) _CSFDB_GetPXCAFDoc_DatummyDescr() const { return myDescr; } void _CSFDB_SetPXCAFDoc_DatummyDescr(const Handle(PCollection_HAsciiString)& p) { myDescr = p; } Handle(PCollection_HAsciiString) _CSFDB_GetPXCAFDoc_DatummyId() const { return myId; } void _CSFDB_SetPXCAFDoc_DatummyId(const Handle(PCollection_HAsciiString)& p) { myId = p; } DEFINE_STANDARD_RTTI(PXCAFDoc_Datum) protected: private: Handle_PCollection_HAsciiString myName; Handle_PCollection_HAsciiString myDescr; Handle_PCollection_HAsciiString myId; }; // other Inline functions and methods (like "C++: function call" methods) #endif