@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcAddress extends IfcAbstractClass implements IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private SET<IfcOrganization> |
ofOrganization |
private SET<IfcPerson> |
ofPerson |
private IfcAddressTypeEnum |
purpose |
private IfcLabel |
userDefinedPurpose |
stepNumber| 构造器和说明 |
|---|
IfcAddress() |
IfcAddress(IfcAddressTypeEnum purpose,
IfcText description,
IfcLabel userDefinedPurpose) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
SET<IfcOrganization> |
getOfOrganization() |
SET<IfcPerson> |
getOfPerson() |
IfcAddressTypeEnum |
getPurpose() |
IfcLabel |
getUserDefinedPurpose() |
void |
setDescription(IfcText description) |
void |
setOfOrganization(SET<IfcOrganization> ofOrganization) |
void |
setOfPerson(SET<IfcPerson> ofPerson) |
void |
setPurpose(IfcAddressTypeEnum purpose) |
void |
setUserDefinedPurpose(IfcLabel userDefinedPurpose) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcAddressTypeEnum purpose
@IfcOptionField private IfcText description
@IfcOptionField private IfcLabel userDefinedPurpose
@IfcInverseParameter private SET<IfcPerson> ofPerson
@IfcInverseParameter private SET<IfcOrganization> ofOrganization
public IfcAddress()
@IfcParserConstructor public IfcAddress(IfcAddressTypeEnum purpose, IfcText description, IfcLabel userDefinedPurpose)
public IfcAddressTypeEnum getPurpose()
public void setPurpose(IfcAddressTypeEnum purpose)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcLabel getUserDefinedPurpose()
public void setUserDefinedPurpose(IfcLabel userDefinedPurpose)
public SET<IfcOrganization> getOfOrganization()
public void setOfOrganization(SET<IfcOrganization> ofOrganization)
Copyright © 2023. All rights reserved.