public class IfcPerson extends IfcEntity
| Constructor and Description |
|---|
IfcPerson() |
| Modifier and Type | Method and Description |
|---|---|
IfcCollection<IfcAddress> |
getAddresses() |
IfcCollection<IfcPersonAndOrganization> |
getEngagedIn() |
IfcLabel |
getFamilyName() |
IfcLabel |
getGivenName() |
IfcIdentifier |
getIdentification() |
IfcCollection<IfcLabel> |
getMiddleNames() |
IfcCollection<IfcLabel> |
getPrefixTitles() |
IfcCollection<IfcActorRole> |
getRoles() |
IfcCollection<IfcLabel> |
getSuffixTitles() |
void |
setAddresses(IfcCollection<IfcAddress> value) |
void |
setFamilyName(IfcLabel value) |
void |
setGivenName(IfcLabel value) |
void |
setIdentification(IfcIdentifier value) |
void |
setMiddleNames(IfcCollection<IfcLabel> value) |
void |
setPrefixTitles(IfcCollection<IfcLabel> value) |
void |
setRoles(IfcCollection<IfcActorRole> value) |
void |
setSuffixTitles(IfcCollection<IfcLabel> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcIdentifier getIdentification()
public final void setIdentification(IfcIdentifier value)
public final IfcLabel getFamilyName()
public final void setFamilyName(IfcLabel value)
public final IfcLabel getGivenName()
public final void setGivenName(IfcLabel value)
public final IfcCollection<IfcLabel> getMiddleNames()
public final void setMiddleNames(IfcCollection<IfcLabel> value)
public final IfcCollection<IfcLabel> getPrefixTitles()
public final void setPrefixTitles(IfcCollection<IfcLabel> value)
public final IfcCollection<IfcLabel> getSuffixTitles()
public final void setSuffixTitles(IfcCollection<IfcLabel> 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<IfcPersonAndOrganization> getEngagedIn()