IfcPerson

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcPerson()

Methods

MethodDescription
getId()
setId(IfcIdentifier value)
getFamilyName()
setFamilyName(IfcLabel value)
getGivenName()
setGivenName(IfcLabel value)
getMiddleNames()
setMiddleNames(IfcCollection value)
getPrefixTitles()
setPrefixTitles(IfcCollection value)
getSuffixTitles()
setSuffixTitles(IfcCollection value)
getRoles()
setRoles(IfcCollection value)
getAddresses()
setAddresses(IfcCollection value)
getEngagedIn()

IfcPerson()

public IfcPerson()

getId()

public final IfcIdentifier getId()

Returns: IfcIdentifier

setId(IfcIdentifier value)

public final void setId(IfcIdentifier value)

getFamilyName()

public final IfcLabel getFamilyName()

Returns: IfcLabel

setFamilyName(IfcLabel value)

public final void setFamilyName(IfcLabel value)

getGivenName()

public final IfcLabel getGivenName()

Returns: IfcLabel

setGivenName(IfcLabel value)

public final void setGivenName(IfcLabel value)

getMiddleNames()

public final IfcCollection<IfcLabel> getMiddleNames()

Returns: IfcCollection

setMiddleNames(IfcCollection value)

public final void setMiddleNames(IfcCollection<IfcLabel> value)

getPrefixTitles()

public final IfcCollection<IfcLabel> getPrefixTitles()

Returns: IfcCollection

setPrefixTitles(IfcCollection value)

public final void setPrefixTitles(IfcCollection<IfcLabel> value)

getSuffixTitles()

public final IfcCollection<IfcLabel> getSuffixTitles()

Returns: IfcCollection

setSuffixTitles(IfcCollection value)

public final void setSuffixTitles(IfcCollection<IfcLabel> 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)

getEngagedIn()

public final IfcCollection<IfcPersonAndOrganization> getEngagedIn()

Returns: IfcCollection