public class IfcClassification extends IfcExternalInformation
Constructor and Description |
---|
IfcClassification() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcRelAssociatesClassification> |
getClassificationForObjects() |
IfcText |
getDescription() |
IfcLabel |
getEdition() |
IfcDate |
getEditionDate() |
IfcURIReference |
getLocation() |
IfcLabel |
getName() |
IfcCollection<IfcIdentifier> |
getReferenceTokens() |
IfcLabel |
getSource() |
IfcCollection<IfcClassificationReference> |
hasReferences() |
void |
setDescription(IfcText value) |
void |
setEdition(IfcLabel value) |
void |
setEditionDate(IfcDate value) |
void |
setLocation(IfcURIReference value) |
void |
setName(IfcLabel value) |
void |
setReferenceTokens(IfcCollection<IfcIdentifier> value) |
void |
setSource(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getSource()
public final void setSource(IfcLabel value)
public final IfcLabel getEdition()
public final void setEdition(IfcLabel value)
public final IfcDate getEditionDate()
public final void setEditionDate(IfcDate value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcURIReference getLocation()
public final void setLocation(IfcURIReference value)
public final IfcCollection<IfcIdentifier> getReferenceTokens()
public final void setReferenceTokens(IfcCollection<IfcIdentifier> value)
public final IfcCollection<IfcRelAssociatesClassification> getClassificationForObjects()
public final IfcCollection<IfcClassificationReference> hasReferences()