@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcOrganization extends IfcAbstractClass implements IfcActorSelect, IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcAddress> |
addresses |
private IfcText |
description |
private SET<IfcPersonAndOrganization> |
engages |
private IfcIdentifier |
id |
private SET<IfcOrganizationRelationship> |
isRelatedBy |
private IfcLabel |
name |
private SET<IfcOrganizationRelationship> |
relates |
private LIST<IfcActorRole> |
roles |
stepNumber| 构造器和说明 |
|---|
IfcOrganization(IfcIdentifier id,
IfcLabel name,
IfcText description,
LIST<IfcActorRole> roles,
LIST<IfcAddress> addresses) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcAddress> |
getAddresses() |
IfcText |
getDescription() |
SET<IfcPersonAndOrganization> |
getEngages() |
IfcIdentifier |
getId() |
SET<IfcOrganizationRelationship> |
getIsRelatedBy() |
IfcLabel |
getName() |
SET<IfcOrganizationRelationship> |
getRelates() |
LIST<IfcActorRole> |
getRoles() |
void |
setAddresses(LIST<IfcAddress> addresses) |
void |
setDescription(IfcText description) |
void |
setEngages(SET<IfcPersonAndOrganization> engages) |
void |
setId(IfcIdentifier id) |
void |
setIsRelatedBy(SET<IfcOrganizationRelationship> isRelatedBy) |
void |
setName(IfcLabel name) |
void |
setRelates(SET<IfcOrganizationRelationship> relates) |
void |
setRoles(LIST<IfcActorRole> roles) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcIdentifier id
private IfcLabel name
@IfcOptionField private IfcText description
@IfcOptionField private LIST<IfcActorRole> roles
@IfcOptionField private LIST<IfcAddress> addresses
@IfcInverseParameter private SET<IfcOrganizationRelationship> isRelatedBy
@IfcInverseParameter private SET<IfcOrganizationRelationship> relates
@IfcInverseParameter private SET<IfcPersonAndOrganization> engages
@IfcParserConstructor public IfcOrganization(IfcIdentifier id, IfcLabel name, IfcText description, LIST<IfcActorRole> roles, LIST<IfcAddress> addresses)
public IfcIdentifier getId()
public void setId(IfcIdentifier id)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public LIST<IfcActorRole> getRoles()
public void setRoles(LIST<IfcActorRole> roles)
public LIST<IfcAddress> getAddresses()
public void setAddresses(LIST<IfcAddress> addresses)
public SET<IfcOrganizationRelationship> getIsRelatedBy()
public void setIsRelatedBy(SET<IfcOrganizationRelationship> isRelatedBy)
public SET<IfcOrganizationRelationship> getRelates()
public void setRelates(SET<IfcOrganizationRelationship> relates)
public SET<IfcPersonAndOrganization> getEngages()
public void setEngages(SET<IfcPersonAndOrganization> engages)
Copyright © 2023. All rights reserved.