public class IfcHeader extends Object
IfcHeader
Constructor and Description |
---|
IfcHeader(List<IIfcHeaderItem> items)
Initializes a new instance of the
IfcHeader class. |
Modifier and Type | Method and Description |
---|---|
IfcFileDescription |
getDescription()
Gets or sets the description.
|
IfcFileName |
getName()
Gets or sets the name.
|
IfcFileSchema |
getSchema()
Gets or sets the schema.
|
void |
setDescription(IfcFileDescription value)
Gets or sets the description.
|
void |
setName(IfcFileName value)
Gets or sets the name.
|
void |
setSchema(IfcFileSchema value)
Gets or sets the schema.
|
public IfcHeader(List<IIfcHeaderItem> items)
Initializes a new instance of the IfcHeader
class.
items
- The items.public final IfcFileDescription getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(IfcFileDescription value)
Gets or sets the description.
Value: The description.public final IfcFileName getName()
Gets or sets the name.
Value: The name.public final void setName(IfcFileName value)
Gets or sets the name.
Value: The name.public final IfcFileSchema getSchema()
Gets or sets the schema.
Value: The schema.public final void setSchema(IfcFileSchema value)
Gets or sets the schema.
Value: The schema.