public class IfcFileName extends Object implements IIfcHeaderItem
IfcFileName class represents file information for IFC
var fileName = new IfcFileName();
| Constructor and Description |
|---|
IfcFileName() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<String> |
getAuthor()
Gets or sets the author.
|
String |
getAuthorization()
Gets or sets the authorization.
|
String |
getName()
Gets or sets the name.
|
IfcCollection<String> |
getOrganization()
Gets or sets the organization.
|
String |
getOriginatingSystem()
Gets or sets the originating system.
|
String |
getPreprocessorVersion()
Gets or sets the preprocessor version.
|
String |
getTimestamp()
Gets or sets the timestamp.
|
void |
setAuthor(IfcCollection<String> value)
Gets or sets the author.
|
void |
setAuthorization(String value)
Gets or sets the authorization.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setOrganization(IfcCollection<String> value)
Gets or sets the organization.
|
void |
setOriginatingSystem(String value)
Gets or sets the originating system.
|
void |
setPreprocessorVersion(String value)
Gets or sets the preprocessor version.
|
void |
setTimestamp(String value)
Gets or sets the timestamp.
|
public final String getName()
Gets or sets the name.
Value: The name.var fileName = new IfcFileName(); var name = fileName.Name
public final void setName(String value)
Gets or sets the name.
Value: The name.var fileName = new IfcFileName(); var name = fileName.Name
public final String getTimestamp()
Gets or sets the timestamp.
Value: The timestamp.var fileName = new IfcFileName(); var timeStamp = fileName.TimeStamp
public final void setTimestamp(String value)
Gets or sets the timestamp.
Value: The timestamp.var fileName = new IfcFileName(); var timeStamp = fileName.TimeStamp
public final IfcCollection<String> getAuthor()
Gets or sets the author.
Value: The author.var fileName = new IfcFileName(); var author = fileName.Author
public final void setAuthor(IfcCollection<String> value)
Gets or sets the author.
Value: The author.var fileName = new IfcFileName(); var author = fileName.Author
public final IfcCollection<String> getOrganization()
Gets or sets the organization.
Value: The organization.var fileName = new IfcFileName(); var organization = fileName.Organization
public final void setOrganization(IfcCollection<String> value)
Gets or sets the organization.
Value: The organization.var fileName = new IfcFileName(); var organization = fileName.Organization
public final String getPreprocessorVersion()
Gets or sets the preprocessor version.
Value: The preprocessor version.var fileName = new IfcFileName(); var preprocessorVersion = fileName.PreprocessorVersion
public final void setPreprocessorVersion(String value)
Gets or sets the preprocessor version.
Value: The preprocessor version.var fileName = new IfcFileName(); var preprocessorVersion = fileName.PreprocessorVersion
public final String getOriginatingSystem()
Gets or sets the originating system.
Value: The originating system.var fileName = new IfcFileName(); var originatingSystem = fileName.OriginatingSystem
public final void setOriginatingSystem(String value)
Gets or sets the originating system.
Value: The originating system.var fileName = new IfcFileName(); var originatingSystem = fileName.OriginatingSystem
public final String getAuthorization()
Gets or sets the authorization.
Value: The authorization.var fileName = new IfcFileName(); var authorization = fileName.Authorization
public final void setAuthorization(String value)
Gets or sets the authorization.
Value: The authorization.var fileName = new IfcFileName(); var authorization = fileName.Authorization
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.