CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
IfcPurchaseOrderAutoImpl.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24// This file is generated automatically.
25
26#ifndef _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
27#define _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
28
33
38namespace OdIfc2x_final {
39
44{
45 //DOM-IGNORE-BEGIN
46 OD_EXP_DECLARE_MEMBERS(OdIfc2x_final::IfcPurchaseOrder);
47 //DOM-IGNORE-END
48
49public:
50
51
52 //
53 // OdDAI early binding accessors
54 //
55
56
63 const OdDAIObjectId& getRequiredDate() const;
64
70 void setRequiredDate(const OdDAIObjectId& RequiredDate);
71
78 const OdDAIObjectId& getScheduledDate() const;
79
85 void setScheduledDate(const OdDAIObjectId& ScheduledDate);
86
93 const OdDAIObjectId& getActualDate() const;
94
100 void setActualDate(const OdDAIObjectId& ActualDate);
101
108 OdDAI::Boolean getIsFOB() const;
109
115 void setIsFOB(OdDAI::Boolean IsFOB);
116
123 const OdAnsiString& getShipMethod() const;
124
130 void setShipMethod(const OdAnsiString& ShipMethod);
131
138 const OdDAIObjectId& getPurchaseItems() const;
139
145 void setPurchaseItems(const OdDAIObjectId& PurchaseItems);
146
153 const OdDAIObjectId& getTotalCost() const;
154
160 void setTotalCost(const OdDAIObjectId& TotalCost);
161
169
176
177
178public:
179
184
191 virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler) override;
192
199 virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler) override;
200
206 virtual OdDAI::Entity* getInstanceType() const override;
207
214 virtual OdRxValue getAttr(const char * attrName) const override;
215
220 virtual void unsetAttr(const char * explicitAttrName) override;
221
228 virtual bool testAttr(const char * explicitAttrName) const override;
229
237 virtual bool putAttr(const char * explicitAttrName, const OdRxValue &val) override;
238
245 virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override;
246
252 virtual OdIfc::OdIfcEntityType type() const override;
253
260 virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override;
261
266 virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override;
267
274 virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override;
275
283 virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override;
284
285protected:
286 // Fields declaration:
287 OdDAIObjectId m_RequiredDate; // IfcCalendarDate [optional]
288 OdDAIObjectId m_ScheduledDate; // IfcCalendarDate [optional]
289 OdDAIObjectId m_ActualDate; // IfcCalendarDate [optional]
290 OdDAI::Boolean m_IsFOB; // BOOLEAN [optional]
291 OdAnsiString m_ShipMethod; // IfcLabel [optional]
292 OdDAIObjectId m_PurchaseItems; // IfcCostSchedule [optional]
293 OdDAIObjectId m_TotalCost; // IfcCostValue [optional]
294 OdDAI::Enum m_Status; // IfcPurchaseOrderStatusEnum
295};
296
301
302} // namespace
303
304#endif // _IFC2X_FINAL_IFCPURCHASEORDER_AUTO_IMPL_H
#define IFC2X_FINAL_EXPORT
OdResult
Definition OdResult.h:29
virtual OdRxValue getAttr(const char *attrName) const override
const OdDAIObjectId & getTotalCost() const
virtual bool testAttr(const OdIfc::OdIfcAttribute explicitAttrDef) const override
void setTotalCost(const OdDAIObjectId &TotalCost)
const OdDAIObjectId & getActualDate() const
OdDAI::Boolean getIsFOB() const
const OdAnsiString & getShipMethod() const
virtual void unsetAttr(const OdIfc::OdIfcAttribute explicitAttrDef) override
virtual bool isKindOf(OdIfc::OdIfcEntityType entityType) const override
void setShipMethod(const OdAnsiString &ShipMethod)
virtual OdRxValue getAttr(const OdIfc::OdIfcAttribute attrDef) const override
void setPurchaseItems(const OdDAIObjectId &PurchaseItems)
const OdDAIObjectId & getScheduledDate() const
IfcPurchaseOrderStatusEnum getStatus() const
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler) override
void setIsFOB(OdDAI::Boolean IsFOB)
virtual void unsetAttr(const char *explicitAttrName) override
void setScheduledDate(const OdDAIObjectId &ScheduledDate)
void setStatus(IfcPurchaseOrderStatusEnum Status)
const OdDAIObjectId & getRequiredDate() const
virtual OdDAI::Entity * getInstanceType() const override
virtual bool putAttr(const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler) override
const OdDAIObjectId & getPurchaseItems() const
virtual bool testAttr(const char *explicitAttrName) const override
void setActualDate(const OdDAIObjectId &ActualDate)
virtual bool putAttr(const char *explicitAttrName, const OdRxValue &val) override
virtual OdIfc::OdIfcEntityType type() const override
void setRequiredDate(const OdDAIObjectId &RequiredDate)
OdSmartPtr< IfcPurchaseOrder > IfcPurchaseOrderPtr