public class IfcDocumentInformationRelationship extends IfcEntity
Constructor and Description |
---|
IfcDocumentInformationRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcDocumentInformation> |
getRelatedDocuments() |
IfcDocumentInformation |
getRelatingDocument() |
IfcLabel |
getRelationshipType() |
void |
setRelatedDocuments(IfcCollection<IfcDocumentInformation> value) |
void |
setRelatingDocument(IfcDocumentInformation value) |
void |
setRelationshipType(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcDocumentInformation getRelatingDocument()
public final void setRelatingDocument(IfcDocumentInformation value)
public final IfcCollection<IfcDocumentInformation> getRelatedDocuments()
public final void setRelatedDocuments(IfcCollection<IfcDocumentInformation> value)
public final IfcLabel getRelationshipType()
public final void setRelationshipType(IfcLabel value)