IfcOrganization

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcOrganization()

Methods

MethodDescription
getId()
setId(IfcIdentifier value)
getName()
setName(IfcLabel value)
getDescription()
setDescription(IfcText value)
getRoles()
setRoles(IfcCollection value)
getAddresses()
setAddresses(IfcCollection value)
isRelatedBy()
getRelates()
getEngages()

IfcOrganization()

public IfcOrganization()

getId()

public final IfcIdentifier getId()

Returns: IfcIdentifier

setId(IfcIdentifier value)

public final void setId(IfcIdentifier value)

getName()

public final IfcLabel getName()

Returns: IfcLabel

setName(IfcLabel value)

public final void setName(IfcLabel value)

getDescription()

public final IfcText getDescription()

Returns: IfcText

setDescription(IfcText value)

public final void setDescription(IfcText value)

getRoles()

public final IfcCollection<IfcActorRole> getRoles()

Returns: IfcCollection

setRoles(IfcCollection value)

public final void setRoles(IfcCollection<IfcActorRole> value)

getAddresses()

public final IfcCollection<IfcAddress> getAddresses()

Returns: IfcCollection

setAddresses(IfcCollection value)

public final void setAddresses(IfcCollection<IfcAddress> value)

isRelatedBy()

public final IfcCollection<IfcOrganizationRelationship> isRelatedBy()

Returns: IfcCollection

getRelates()

public final IfcCollection<IfcOrganizationRelationship> getRelates()

Returns: IfcCollection

getEngages()

public final IfcCollection<IfcPersonAndOrganization> getEngages()

Returns: IfcCollection