public interface IfcAsset extends IfcGroup
The following features are supported:
Ifc2x3tc1Package.getIfcAsset()| Modifier and Type | Method and Description |
|---|---|
String |
getAssetID()
Returns the value of the 'Asset ID' attribute.
|
IfcCostValue |
getCurrentValue()
Returns the value of the 'Current Value' reference.
|
IfcCostValue |
getDepreciatedValue()
Returns the value of the 'Depreciated Value' reference.
|
IfcCalendarDate |
getIncorporationDate()
Returns the value of the 'Incorporation Date' reference.
|
IfcCostValue |
getOriginalValue()
Returns the value of the 'Original Value' reference.
|
IfcActorSelect |
getOwner()
Returns the value of the 'Owner' reference.
|
IfcPerson |
getResponsiblePerson()
Returns the value of the 'Responsible Person' reference.
|
IfcCostValue |
getTotalReplacementCost()
Returns the value of the 'Total Replacement Cost' reference.
|
IfcActorSelect |
getUser()
Returns the value of the 'User' reference.
|
void |
setAssetID(String value)
Sets the value of the '
Asset ID' attribute. |
void |
setCurrentValue(IfcCostValue value)
Sets the value of the '
Current Value' reference. |
void |
setDepreciatedValue(IfcCostValue value)
Sets the value of the '
Depreciated Value' reference. |
void |
setIncorporationDate(IfcCalendarDate value)
Sets the value of the '
Incorporation Date' reference. |
void |
setOriginalValue(IfcCostValue value)
Sets the value of the '
Original Value' reference. |
void |
setOwner(IfcActorSelect value)
Sets the value of the '
Owner' reference. |
void |
setResponsiblePerson(IfcPerson value)
Sets the value of the '
Responsible Person' reference. |
void |
setTotalReplacementCost(IfcCostValue value)
Sets the value of the '
Total Replacement Cost' reference. |
void |
setUser(IfcActorSelect value)
Sets the value of the '
User' reference. |
getIsGroupedBy, isSetIsGroupedBy, setIsGroupedBy, unsetIsGroupedBygetIsDefinedBy, getObjectType, isSetIsDefinedBy, isSetObjectType, setObjectType, unsetIsDefinedBy, unsetObjectTypegetDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, isSetDecomposes, isSetHasAssignments, isSetHasAssociations, isSetIsDecomposedBy, unsetDecomposes, unsetHasAssignments, unsetHasAssociations, unsetIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, isSetDescription, isSetName, setDescription, setGlobalId, setName, setOwnerHistory, unsetDescription, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getAssetID()
If the meaning of the 'Asset ID' attribute isn't clear, there really should be more of a description here...
setAssetID(String),
Ifc2x3tc1Package.getIfcAsset_AssetID()void setAssetID(String value)
Asset ID' attribute.
value - the new value of the 'Asset ID' attribute.getAssetID()IfcCostValue getOriginalValue()
If the meaning of the 'Original Value' reference isn't clear, there really should be more of a description here...
setOriginalValue(IfcCostValue),
Ifc2x3tc1Package.getIfcAsset_OriginalValue()void setOriginalValue(IfcCostValue value)
Original Value' reference.
value - the new value of the 'Original Value' reference.getOriginalValue()IfcCostValue getCurrentValue()
If the meaning of the 'Current Value' reference isn't clear, there really should be more of a description here...
setCurrentValue(IfcCostValue),
Ifc2x3tc1Package.getIfcAsset_CurrentValue()void setCurrentValue(IfcCostValue value)
Current Value' reference.
value - the new value of the 'Current Value' reference.getCurrentValue()IfcCostValue getTotalReplacementCost()
If the meaning of the 'Total Replacement Cost' reference isn't clear, there really should be more of a description here...
setTotalReplacementCost(IfcCostValue),
Ifc2x3tc1Package.getIfcAsset_TotalReplacementCost()void setTotalReplacementCost(IfcCostValue value)
Total Replacement Cost' reference.
value - the new value of the 'Total Replacement Cost' reference.getTotalReplacementCost()IfcActorSelect getOwner()
If the meaning of the 'Owner' reference isn't clear, there really should be more of a description here...
setOwner(IfcActorSelect),
Ifc2x3tc1Package.getIfcAsset_Owner()void setOwner(IfcActorSelect value)
Owner' reference.
value - the new value of the 'Owner' reference.getOwner()IfcActorSelect getUser()
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(IfcActorSelect),
Ifc2x3tc1Package.getIfcAsset_User()void setUser(IfcActorSelect value)
User' reference.
value - the new value of the 'User' reference.getUser()IfcPerson getResponsiblePerson()
If the meaning of the 'Responsible Person' reference isn't clear, there really should be more of a description here...
setResponsiblePerson(IfcPerson),
Ifc2x3tc1Package.getIfcAsset_ResponsiblePerson()void setResponsiblePerson(IfcPerson value)
Responsible Person' reference.
value - the new value of the 'Responsible Person' reference.getResponsiblePerson()IfcCalendarDate getIncorporationDate()
If the meaning of the 'Incorporation Date' reference isn't clear, there really should be more of a description here...
setIncorporationDate(IfcCalendarDate),
Ifc2x3tc1Package.getIfcAsset_IncorporationDate()void setIncorporationDate(IfcCalendarDate value)
Incorporation Date' reference.
value - the new value of the 'Incorporation Date' reference.getIncorporationDate()IfcCostValue getDepreciatedValue()
If the meaning of the 'Depreciated Value' reference isn't clear, there really should be more of a description here...
setDepreciatedValue(IfcCostValue),
Ifc2x3tc1Package.getIfcAsset_DepreciatedValue()void setDepreciatedValue(IfcCostValue value)
Depreciated Value' reference.
value - the new value of the 'Depreciated Value' reference.getDepreciatedValue()Copyright © 2016 OpenSource BIM. All rights reserved.