public class IfcFileName extends Object implements IIfcHeaderItem
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.public final void setName(String value)
Gets or sets the name.
Value: The name.public final String getTimestamp()
Gets or sets the timestamp.
Value: The timestamp.public final void setTimestamp(String value)
Gets or sets the timestamp.
Value: The timestamp.public final IfcCollection<String> getAuthor()
Gets or sets the author.
Value: The author.public final void setAuthor(IfcCollection<String> value)
Gets or sets the author.
Value: The author.public final IfcCollection<String> getOrganization()
Gets or sets the organization.
Value: The organization.public final void setOrganization(IfcCollection<String> value)
Gets or sets the organization.
Value: The organization.public final String getPreprocessorVersion()
Gets or sets the preprocessor version.
Value: The preprocessor version.public final void setPreprocessorVersion(String value)
Gets or sets the preprocessor version.
Value: The preprocessor version.public final String getOriginatingSystem()
Gets or sets the originating system.
Value: The originating system.public final void setOriginatingSystem(String value)
Gets or sets the originating system.
Value: The originating system.public final String getAuthorization()
Gets or sets the authorization.
Value: The authorization.public final void setAuthorization(String value)
Gets or sets the authorization.
Value: The authorization.