All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcAsset Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Asset'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getAssetID Asset ID}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOriginalValue Original Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getCurrentValue Current Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getTotalReplacementCost Total Replacement Cost}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOwner Owner}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getUser User}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getResponsiblePerson Responsible Person}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getIncorporationDate Incorporation Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAsset#getDepreciatedValue Depreciated Value}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset() * @model * @generated */ public interface IfcAsset extends IfcGroup { /** * Returns the value of the 'Asset ID' attribute. * *

* If the meaning of the 'Asset ID' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Asset ID' attribute. * @see #setAssetID(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_AssetID() * @model * @generated */ String getAssetID(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getAssetID Asset ID}' attribute. * * * @param value the new value of the 'Asset ID' attribute. * @see #getAssetID() * @generated */ void setAssetID(String value); /** * Returns the value of the 'Original Value' reference. * *

* If the meaning of the 'Original Value' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Original Value' reference. * @see #setOriginalValue(IfcCostValue) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_OriginalValue() * @model * @generated */ IfcCostValue getOriginalValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOriginalValue Original Value}' reference. * * * @param value the new value of the 'Original Value' reference. * @see #getOriginalValue() * @generated */ void setOriginalValue(IfcCostValue value); /** * Returns the value of the 'Current Value' reference. * *

* If the meaning of the 'Current Value' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Current Value' reference. * @see #setCurrentValue(IfcCostValue) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_CurrentValue() * @model * @generated */ IfcCostValue getCurrentValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getCurrentValue Current Value}' reference. * * * @param value the new value of the 'Current Value' reference. * @see #getCurrentValue() * @generated */ void setCurrentValue(IfcCostValue value); /** * Returns the value of the 'Total Replacement Cost' reference. * *

* If the meaning of the 'Total Replacement Cost' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Total Replacement Cost' reference. * @see #setTotalReplacementCost(IfcCostValue) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_TotalReplacementCost() * @model * @generated */ IfcCostValue getTotalReplacementCost(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getTotalReplacementCost Total Replacement Cost}' reference. * * * @param value the new value of the 'Total Replacement Cost' reference. * @see #getTotalReplacementCost() * @generated */ void setTotalReplacementCost(IfcCostValue value); /** * Returns the value of the 'Owner' reference. * *

* If the meaning of the 'Owner' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Owner' reference. * @see #setOwner(IfcActorSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_Owner() * @model * @generated */ IfcActorSelect getOwner(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOwner Owner}' reference. * * * @param value the new value of the 'Owner' reference. * @see #getOwner() * @generated */ void setOwner(IfcActorSelect value); /** * Returns the value of the 'User' reference. * *

* If the meaning of the 'User' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'User' reference. * @see #setUser(IfcActorSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_User() * @model * @generated */ IfcActorSelect getUser(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getUser User}' reference. * * * @param value the new value of the 'User' reference. * @see #getUser() * @generated */ void setUser(IfcActorSelect value); /** * Returns the value of the 'Responsible Person' reference. * *

* If the meaning of the 'Responsible Person' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Responsible Person' reference. * @see #setResponsiblePerson(IfcPerson) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_ResponsiblePerson() * @model * @generated */ IfcPerson getResponsiblePerson(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getResponsiblePerson Responsible Person}' reference. * * * @param value the new value of the 'Responsible Person' reference. * @see #getResponsiblePerson() * @generated */ void setResponsiblePerson(IfcPerson value); /** * Returns the value of the 'Incorporation Date' reference. * *

* If the meaning of the 'Incorporation Date' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Incorporation Date' reference. * @see #setIncorporationDate(IfcCalendarDate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_IncorporationDate() * @model * @generated */ IfcCalendarDate getIncorporationDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getIncorporationDate Incorporation Date}' reference. * * * @param value the new value of the 'Incorporation Date' reference. * @see #getIncorporationDate() * @generated */ void setIncorporationDate(IfcCalendarDate value); /** * Returns the value of the 'Depreciated Value' reference. * *

* If the meaning of the 'Depreciated Value' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Depreciated Value' reference. * @see #setDepreciatedValue(IfcCostValue) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAsset_DepreciatedValue() * @model * @generated */ IfcCostValue getDepreciatedValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getDepreciatedValue Depreciated Value}' reference. * * * @param value the new value of the 'Depreciated Value' reference. * @see #getDepreciatedValue() * @generated */ void setDepreciatedValue(IfcCostValue value); } // IfcAsset




© 2015 - 2024 Weber Informatics LLC | Privacy Policy