public class IfcOrganization extends IfcEntity
Constructor and Description |
---|
IfcOrganization() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcAddress> |
getAddresses() |
IfcText |
getDescription() |
IfcCollection<IfcPersonAndOrganization> |
getEngages() |
IfcIdentifier |
getId() |
IfcLabel |
getName() |
IfcCollection<IfcOrganizationRelationship> |
getRelates() |
IfcCollection<IfcActorRole> |
getRoles() |
IfcCollection<IfcOrganizationRelationship> |
isRelatedBy() |
void |
setAddresses(IfcCollection<IfcAddress> value) |
void |
setDescription(IfcText value) |
void |
setId(IfcIdentifier value) |
void |
setName(IfcLabel value) |
void |
setRoles(IfcCollection<IfcActorRole> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcIdentifier getId()
public final void setId(IfcIdentifier value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcCollection<IfcActorRole> getRoles()
public final void setRoles(IfcCollection<IfcActorRole> value)
public final IfcCollection<IfcAddress> getAddresses()
public final void setAddresses(IfcCollection<IfcAddress> value)
public final IfcCollection<IfcOrganizationRelationship> isRelatedBy()
public final IfcCollection<IfcOrganizationRelationship> getRelates()
public final IfcCollection<IfcPersonAndOrganization> getEngages()