
org.bimserver.models.ifc4.IfcStructuralLoadSingleForce Maven / Gradle / Ivy
Show all versions of pluginbase Show documentation
/**
* 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.ifc4;
/**
*
* A representation of the model object 'Ifc Structural Load Single Force'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceX Force X}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceXAsString Force XAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceY Force Y}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceYAsString Force YAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZ Force Z}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZAsString Force ZAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentX Moment X}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentXAsString Moment XAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentY Moment Y}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentYAsString Moment YAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZ Moment Z}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZAsString Moment ZAs String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce()
* @model
* @generated
*/
public interface IfcStructuralLoadSingleForce extends IfcStructuralLoadStatic {
/**
* Returns the value of the 'Force X' attribute.
*
*
* If the meaning of the 'Force X' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force X' attribute.
* @see #isSetForceX()
* @see #unsetForceX()
* @see #setForceX(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceX()
* @model unsettable="true"
* @generated
*/
double getForceX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceX Force X}' attribute.
*
*
* @param value the new value of the 'Force X' attribute.
* @see #isSetForceX()
* @see #unsetForceX()
* @see #getForceX()
* @generated
*/
void setForceX(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceX Force X}' attribute.
*
*
* @see #isSetForceX()
* @see #getForceX()
* @see #setForceX(double)
* @generated
*/
void unsetForceX();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceX Force X}' attribute is set.
*
*
* @return whether the value of the 'Force X' attribute is set.
* @see #unsetForceX()
* @see #getForceX()
* @see #setForceX(double)
* @generated
*/
boolean isSetForceX();
/**
* Returns the value of the 'Force XAs String' attribute.
*
*
* If the meaning of the 'Force XAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force XAs String' attribute.
* @see #isSetForceXAsString()
* @see #unsetForceXAsString()
* @see #setForceXAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceXAsString()
* @model unsettable="true"
* @generated
*/
String getForceXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceXAsString Force XAs String}' attribute.
*
*
* @param value the new value of the 'Force XAs String' attribute.
* @see #isSetForceXAsString()
* @see #unsetForceXAsString()
* @see #getForceXAsString()
* @generated
*/
void setForceXAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceXAsString Force XAs String}' attribute.
*
*
* @see #isSetForceXAsString()
* @see #getForceXAsString()
* @see #setForceXAsString(String)
* @generated
*/
void unsetForceXAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceXAsString Force XAs String}' attribute is set.
*
*
* @return whether the value of the 'Force XAs String' attribute is set.
* @see #unsetForceXAsString()
* @see #getForceXAsString()
* @see #setForceXAsString(String)
* @generated
*/
boolean isSetForceXAsString();
/**
* Returns the value of the 'Force Y' attribute.
*
*
* If the meaning of the 'Force Y' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force Y' attribute.
* @see #isSetForceY()
* @see #unsetForceY()
* @see #setForceY(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceY()
* @model unsettable="true"
* @generated
*/
double getForceY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceY Force Y}' attribute.
*
*
* @param value the new value of the 'Force Y' attribute.
* @see #isSetForceY()
* @see #unsetForceY()
* @see #getForceY()
* @generated
*/
void setForceY(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceY Force Y}' attribute.
*
*
* @see #isSetForceY()
* @see #getForceY()
* @see #setForceY(double)
* @generated
*/
void unsetForceY();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceY Force Y}' attribute is set.
*
*
* @return whether the value of the 'Force Y' attribute is set.
* @see #unsetForceY()
* @see #getForceY()
* @see #setForceY(double)
* @generated
*/
boolean isSetForceY();
/**
* Returns the value of the 'Force YAs String' attribute.
*
*
* If the meaning of the 'Force YAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force YAs String' attribute.
* @see #isSetForceYAsString()
* @see #unsetForceYAsString()
* @see #setForceYAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceYAsString()
* @model unsettable="true"
* @generated
*/
String getForceYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceYAsString Force YAs String}' attribute.
*
*
* @param value the new value of the 'Force YAs String' attribute.
* @see #isSetForceYAsString()
* @see #unsetForceYAsString()
* @see #getForceYAsString()
* @generated
*/
void setForceYAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceYAsString Force YAs String}' attribute.
*
*
* @see #isSetForceYAsString()
* @see #getForceYAsString()
* @see #setForceYAsString(String)
* @generated
*/
void unsetForceYAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceYAsString Force YAs String}' attribute is set.
*
*
* @return whether the value of the 'Force YAs String' attribute is set.
* @see #unsetForceYAsString()
* @see #getForceYAsString()
* @see #setForceYAsString(String)
* @generated
*/
boolean isSetForceYAsString();
/**
* Returns the value of the 'Force Z' attribute.
*
*
* If the meaning of the 'Force Z' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force Z' attribute.
* @see #isSetForceZ()
* @see #unsetForceZ()
* @see #setForceZ(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceZ()
* @model unsettable="true"
* @generated
*/
double getForceZ();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZ Force Z}' attribute.
*
*
* @param value the new value of the 'Force Z' attribute.
* @see #isSetForceZ()
* @see #unsetForceZ()
* @see #getForceZ()
* @generated
*/
void setForceZ(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZ Force Z}' attribute.
*
*
* @see #isSetForceZ()
* @see #getForceZ()
* @see #setForceZ(double)
* @generated
*/
void unsetForceZ();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZ Force Z}' attribute is set.
*
*
* @return whether the value of the 'Force Z' attribute is set.
* @see #unsetForceZ()
* @see #getForceZ()
* @see #setForceZ(double)
* @generated
*/
boolean isSetForceZ();
/**
* Returns the value of the 'Force ZAs String' attribute.
*
*
* If the meaning of the 'Force ZAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Force ZAs String' attribute.
* @see #isSetForceZAsString()
* @see #unsetForceZAsString()
* @see #setForceZAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_ForceZAsString()
* @model unsettable="true"
* @generated
*/
String getForceZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZAsString Force ZAs String}' attribute.
*
*
* @param value the new value of the 'Force ZAs String' attribute.
* @see #isSetForceZAsString()
* @see #unsetForceZAsString()
* @see #getForceZAsString()
* @generated
*/
void setForceZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZAsString Force ZAs String}' attribute.
*
*
* @see #isSetForceZAsString()
* @see #getForceZAsString()
* @see #setForceZAsString(String)
* @generated
*/
void unsetForceZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getForceZAsString Force ZAs String}' attribute is set.
*
*
* @return whether the value of the 'Force ZAs String' attribute is set.
* @see #unsetForceZAsString()
* @see #getForceZAsString()
* @see #setForceZAsString(String)
* @generated
*/
boolean isSetForceZAsString();
/**
* Returns the value of the 'Moment X' attribute.
*
*
* If the meaning of the 'Moment X' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment X' attribute.
* @see #isSetMomentX()
* @see #unsetMomentX()
* @see #setMomentX(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentX()
* @model unsettable="true"
* @generated
*/
double getMomentX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentX Moment X}' attribute.
*
*
* @param value the new value of the 'Moment X' attribute.
* @see #isSetMomentX()
* @see #unsetMomentX()
* @see #getMomentX()
* @generated
*/
void setMomentX(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentX Moment X}' attribute.
*
*
* @see #isSetMomentX()
* @see #getMomentX()
* @see #setMomentX(double)
* @generated
*/
void unsetMomentX();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentX Moment X}' attribute is set.
*
*
* @return whether the value of the 'Moment X' attribute is set.
* @see #unsetMomentX()
* @see #getMomentX()
* @see #setMomentX(double)
* @generated
*/
boolean isSetMomentX();
/**
* Returns the value of the 'Moment XAs String' attribute.
*
*
* If the meaning of the 'Moment XAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment XAs String' attribute.
* @see #isSetMomentXAsString()
* @see #unsetMomentXAsString()
* @see #setMomentXAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentXAsString()
* @model unsettable="true"
* @generated
*/
String getMomentXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentXAsString Moment XAs String}' attribute.
*
*
* @param value the new value of the 'Moment XAs String' attribute.
* @see #isSetMomentXAsString()
* @see #unsetMomentXAsString()
* @see #getMomentXAsString()
* @generated
*/
void setMomentXAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentXAsString Moment XAs String}' attribute.
*
*
* @see #isSetMomentXAsString()
* @see #getMomentXAsString()
* @see #setMomentXAsString(String)
* @generated
*/
void unsetMomentXAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentXAsString Moment XAs String}' attribute is set.
*
*
* @return whether the value of the 'Moment XAs String' attribute is set.
* @see #unsetMomentXAsString()
* @see #getMomentXAsString()
* @see #setMomentXAsString(String)
* @generated
*/
boolean isSetMomentXAsString();
/**
* Returns the value of the 'Moment Y' attribute.
*
*
* If the meaning of the 'Moment Y' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment Y' attribute.
* @see #isSetMomentY()
* @see #unsetMomentY()
* @see #setMomentY(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentY()
* @model unsettable="true"
* @generated
*/
double getMomentY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentY Moment Y}' attribute.
*
*
* @param value the new value of the 'Moment Y' attribute.
* @see #isSetMomentY()
* @see #unsetMomentY()
* @see #getMomentY()
* @generated
*/
void setMomentY(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentY Moment Y}' attribute.
*
*
* @see #isSetMomentY()
* @see #getMomentY()
* @see #setMomentY(double)
* @generated
*/
void unsetMomentY();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentY Moment Y}' attribute is set.
*
*
* @return whether the value of the 'Moment Y' attribute is set.
* @see #unsetMomentY()
* @see #getMomentY()
* @see #setMomentY(double)
* @generated
*/
boolean isSetMomentY();
/**
* Returns the value of the 'Moment YAs String' attribute.
*
*
* If the meaning of the 'Moment YAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment YAs String' attribute.
* @see #isSetMomentYAsString()
* @see #unsetMomentYAsString()
* @see #setMomentYAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentYAsString()
* @model unsettable="true"
* @generated
*/
String getMomentYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentYAsString Moment YAs String}' attribute.
*
*
* @param value the new value of the 'Moment YAs String' attribute.
* @see #isSetMomentYAsString()
* @see #unsetMomentYAsString()
* @see #getMomentYAsString()
* @generated
*/
void setMomentYAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentYAsString Moment YAs String}' attribute.
*
*
* @see #isSetMomentYAsString()
* @see #getMomentYAsString()
* @see #setMomentYAsString(String)
* @generated
*/
void unsetMomentYAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentYAsString Moment YAs String}' attribute is set.
*
*
* @return whether the value of the 'Moment YAs String' attribute is set.
* @see #unsetMomentYAsString()
* @see #getMomentYAsString()
* @see #setMomentYAsString(String)
* @generated
*/
boolean isSetMomentYAsString();
/**
* Returns the value of the 'Moment Z' attribute.
*
*
* If the meaning of the 'Moment Z' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment Z' attribute.
* @see #isSetMomentZ()
* @see #unsetMomentZ()
* @see #setMomentZ(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentZ()
* @model unsettable="true"
* @generated
*/
double getMomentZ();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZ Moment Z}' attribute.
*
*
* @param value the new value of the 'Moment Z' attribute.
* @see #isSetMomentZ()
* @see #unsetMomentZ()
* @see #getMomentZ()
* @generated
*/
void setMomentZ(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZ Moment Z}' attribute.
*
*
* @see #isSetMomentZ()
* @see #getMomentZ()
* @see #setMomentZ(double)
* @generated
*/
void unsetMomentZ();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZ Moment Z}' attribute is set.
*
*
* @return whether the value of the 'Moment Z' attribute is set.
* @see #unsetMomentZ()
* @see #getMomentZ()
* @see #setMomentZ(double)
* @generated
*/
boolean isSetMomentZ();
/**
* Returns the value of the 'Moment ZAs String' attribute.
*
*
* If the meaning of the 'Moment ZAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Moment ZAs String' attribute.
* @see #isSetMomentZAsString()
* @see #unsetMomentZAsString()
* @see #setMomentZAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleForce_MomentZAsString()
* @model unsettable="true"
* @generated
*/
String getMomentZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZAsString Moment ZAs String}' attribute.
*
*
* @param value the new value of the 'Moment ZAs String' attribute.
* @see #isSetMomentZAsString()
* @see #unsetMomentZAsString()
* @see #getMomentZAsString()
* @generated
*/
void setMomentZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZAsString Moment ZAs String}' attribute.
*
*
* @see #isSetMomentZAsString()
* @see #getMomentZAsString()
* @see #setMomentZAsString(String)
* @generated
*/
void unsetMomentZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleForce#getMomentZAsString Moment ZAs String}' attribute is set.
*
*
* @return whether the value of the 'Moment ZAs String' attribute is set.
* @see #unsetMomentZAsString()
* @see #getMomentZAsString()
* @see #setMomentZAsString(String)
* @generated
*/
boolean isSetMomentZAsString();
} // IfcStructuralLoadSingleForce