public abstract class IfcAddress extends IfcEntity
| Constructor and Description |
|---|
IfcAddress() |
| Modifier and Type | Method and Description |
|---|---|
IfcText |
getDescription() |
IfcCollection<IfcOrganization> |
getOfOrganization() |
IfcCollection<IfcPerson> |
getOfPerson() |
IfcAddressTypeEnum |
getPurpose() |
IfcLabel |
getUserDefinedPurpose() |
void |
setDescription(IfcText value) |
void |
setPurpose(IfcAddressTypeEnum value) |
void |
setUserDefinedPurpose(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcAddressTypeEnum getPurpose()
public final void setPurpose(IfcAddressTypeEnum value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcLabel getUserDefinedPurpose()
public final void setUserDefinedPurpose(IfcLabel value)
public final IfcCollection<IfcPerson> getOfPerson()
public final IfcCollection<IfcOrganization> getOfOrganization()