@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcPersonAndOrganization extends IfcAbstractClass implements IfcActorSelect, IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcActorRole> |
roles |
private IfcOrganization |
theOrganization |
private IfcPerson |
thePerson |
stepNumber| 构造器和说明 |
|---|
IfcPersonAndOrganization() |
IfcPersonAndOrganization(IfcPerson thePerson,
IfcOrganization theOrganization,
LIST<IfcActorRole> roles) |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcActorRole> |
getRoles() |
IfcOrganization |
getTheOrganization() |
IfcPerson |
getThePerson() |
void |
setRoles(LIST<IfcActorRole> roles) |
void |
setTheOrganization(IfcOrganization theOrganization) |
void |
setThePerson(IfcPerson thePerson) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcPerson thePerson
private IfcOrganization theOrganization
@IfcOptionField private LIST<IfcActorRole> roles
public IfcPersonAndOrganization()
@IfcParserConstructor public IfcPersonAndOrganization(IfcPerson thePerson, IfcOrganization theOrganization, LIST<IfcActorRole> roles)
public IfcPerson getThePerson()
public void setThePerson(IfcPerson thePerson)
public IfcOrganization getTheOrganization()
public void setTheOrganization(IfcOrganization theOrganization)
public LIST<IfcActorRole> getRoles()
public void setRoles(LIST<IfcActorRole> roles)
Copyright © 2023. All rights reserved.