@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcDocumentInformation extends IfcAbstractClass implements IfcDocumentSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDocumentConfidentialityEnum |
confidentiality |
private IfcDateAndTime |
creationTime |
private IfcText |
description |
private IfcIdentifier |
documentId |
private IfcActorSelect |
documentOwner |
private SET<IfcDocumentReference> |
documentReferences |
private SET<IfcActorSelect> |
editors |
private IfcDocumentElectronicFormat |
electronicFormat |
private IfcText |
intendedUse |
private SET<IfcDocumentInformationRelationship> |
isPointedTo |
private SET<IfcDocumentInformationRelationship> |
isPointer |
private IfcDateAndTime |
lastRevisionTime |
private IfcLabel |
name |
private IfcText |
purpose |
private IfcLabel |
revision |
private IfcText |
scope |
private IfcDocumentStatusEnum |
status |
private IfcCalendarDate |
validFrom |
private IfcCalendarDate |
validUntil |
stepNumber| 构造器和说明 |
|---|
IfcDocumentInformation(IfcIdentifier documentId,
IfcLabel name,
IfcText description,
SET<IfcDocumentReference> documentReferences,
IfcText purpose,
IfcText intendedUse,
IfcText scope,
IfcLabel revision,
IfcActorSelect documentOwner,
SET<IfcActorSelect> editors,
IfcDateAndTime creationTime,
IfcDateAndTime lastRevisionTime,
IfcDocumentElectronicFormat electronicFormat,
IfcCalendarDate validFrom,
IfcCalendarDate validUntil,
IfcDocumentConfidentialityEnum confidentiality,
IfcDocumentStatusEnum status) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcIdentifier documentId
private IfcLabel name
@IfcOptionField private IfcText description
@IfcOptionField private SET<IfcDocumentReference> documentReferences
@IfcOptionField private IfcText purpose
@IfcOptionField private IfcText intendedUse
@IfcOptionField private IfcText scope
@IfcOptionField private IfcLabel revision
@IfcOptionField private IfcActorSelect documentOwner
@IfcOptionField private SET<IfcActorSelect> editors
@IfcOptionField private IfcDateAndTime creationTime
@IfcOptionField private IfcDateAndTime lastRevisionTime
@IfcOptionField private IfcDocumentElectronicFormat electronicFormat
@IfcOptionField private IfcCalendarDate validFrom
@IfcOptionField private IfcCalendarDate validUntil
@IfcOptionField private IfcDocumentConfidentialityEnum confidentiality
@IfcOptionField private IfcDocumentStatusEnum status
@IfcInverseParameter private SET<IfcDocumentInformationRelationship> isPointedTo
@IfcInverseParameter private SET<IfcDocumentInformationRelationship> isPointer
@IfcParserConstructor public IfcDocumentInformation(IfcIdentifier documentId, IfcLabel name, IfcText description, SET<IfcDocumentReference> documentReferences, IfcText purpose, IfcText intendedUse, IfcText scope, IfcLabel revision, IfcActorSelect documentOwner, SET<IfcActorSelect> editors, IfcDateAndTime creationTime, IfcDateAndTime lastRevisionTime, IfcDocumentElectronicFormat electronicFormat, IfcCalendarDate validFrom, IfcCalendarDate validUntil, IfcDocumentConfidentialityEnum confidentiality, IfcDocumentStatusEnum status)
public IfcIdentifier getDocumentId()
public void setDocumentId(IfcIdentifier documentId)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public SET<IfcDocumentReference> getDocumentReferences()
public void setDocumentReferences(SET<IfcDocumentReference> documentReferences)
public IfcText getPurpose()
public void setPurpose(IfcText purpose)
public IfcText getIntendedUse()
public void setIntendedUse(IfcText intendedUse)
public IfcText getScope()
public void setScope(IfcText scope)
public IfcLabel getRevision()
public void setRevision(IfcLabel revision)
public IfcActorSelect getDocumentOwner()
public void setDocumentOwner(IfcActorSelect documentOwner)
public SET<IfcActorSelect> getEditors()
public void setEditors(SET<IfcActorSelect> editors)
public IfcDateAndTime getCreationTime()
public void setCreationTime(IfcDateAndTime creationTime)
public IfcDateAndTime getLastRevisionTime()
public void setLastRevisionTime(IfcDateAndTime lastRevisionTime)
public IfcDocumentElectronicFormat getElectronicFormat()
public void setElectronicFormat(IfcDocumentElectronicFormat electronicFormat)
public IfcCalendarDate getValidFrom()
public void setValidFrom(IfcCalendarDate validFrom)
public IfcCalendarDate getValidUntil()
public void setValidUntil(IfcCalendarDate validUntil)
public IfcDocumentConfidentialityEnum getConfidentiality()
public void setConfidentiality(IfcDocumentConfidentialityEnum confidentiality)
public IfcDocumentStatusEnum getStatus()
public void setStatus(IfcDocumentStatusEnum status)
public SET<IfcDocumentInformationRelationship> getIsPointedTo()
public void setIsPointedTo(SET<IfcDocumentInformationRelationship> isPointedTo)
public SET<IfcDocumentInformationRelationship> getIsPointer()
public void setIsPointer(SET<IfcDocumentInformationRelationship> isPointer)
Copyright © 2023. All rights reserved.