public interface IfcStructuralLoadLinearForce extends IfcStructuralLoadStatic
| Modifier and Type | Method and Description |
|---|---|
double |
getLinearForceX()
Returns the value of the 'Linear Force X' attribute.
|
String |
getLinearForceXAsString()
Returns the value of the 'Linear Force XAs String' attribute.
|
double |
getLinearForceY()
Returns the value of the 'Linear Force Y' attribute.
|
String |
getLinearForceYAsString()
Returns the value of the 'Linear Force YAs String' attribute.
|
double |
getLinearForceZ()
Returns the value of the 'Linear Force Z' attribute.
|
String |
getLinearForceZAsString()
Returns the value of the 'Linear Force ZAs String' attribute.
|
double |
getLinearMomentX()
Returns the value of the 'Linear Moment X' attribute.
|
String |
getLinearMomentXAsString()
Returns the value of the 'Linear Moment XAs String' attribute.
|
double |
getLinearMomentY()
Returns the value of the 'Linear Moment Y' attribute.
|
String |
getLinearMomentYAsString()
Returns the value of the 'Linear Moment YAs String' attribute.
|
double |
getLinearMomentZ()
Returns the value of the 'Linear Moment Z' attribute.
|
String |
getLinearMomentZAsString()
Returns the value of the 'Linear Moment ZAs String' attribute.
|
boolean |
isSetLinearForceX()
Returns whether the value of the '
Linear Force X' attribute is set. |
boolean |
isSetLinearForceXAsString()
Returns whether the value of the '
Linear Force XAs String' attribute is set. |
boolean |
isSetLinearForceY()
Returns whether the value of the '
Linear Force Y' attribute is set. |
boolean |
isSetLinearForceYAsString()
Returns whether the value of the '
Linear Force YAs String' attribute is set. |
boolean |
isSetLinearForceZ()
Returns whether the value of the '
Linear Force Z' attribute is set. |
boolean |
isSetLinearForceZAsString()
Returns whether the value of the '
Linear Force ZAs String' attribute is set. |
boolean |
isSetLinearMomentX()
Returns whether the value of the '
Linear Moment X' attribute is set. |
boolean |
isSetLinearMomentXAsString()
Returns whether the value of the '
Linear Moment XAs String' attribute is set. |
boolean |
isSetLinearMomentY()
Returns whether the value of the '
Linear Moment Y' attribute is set. |
boolean |
isSetLinearMomentYAsString()
Returns whether the value of the '
Linear Moment YAs String' attribute is set. |
boolean |
isSetLinearMomentZ()
Returns whether the value of the '
Linear Moment Z' attribute is set. |
boolean |
isSetLinearMomentZAsString()
Returns whether the value of the '
Linear Moment ZAs String' attribute is set. |
void |
setLinearForceX(double value)
Sets the value of the '
Linear Force X' attribute. |
void |
setLinearForceXAsString(String value)
Sets the value of the '
Linear Force XAs String' attribute. |
void |
setLinearForceY(double value)
Sets the value of the '
Linear Force Y' attribute. |
void |
setLinearForceYAsString(String value)
Sets the value of the '
Linear Force YAs String' attribute. |
void |
setLinearForceZ(double value)
Sets the value of the '
Linear Force Z' attribute. |
void |
setLinearForceZAsString(String value)
Sets the value of the '
Linear Force ZAs String' attribute. |
void |
setLinearMomentX(double value)
Sets the value of the '
Linear Moment X' attribute. |
void |
setLinearMomentXAsString(String value)
Sets the value of the '
Linear Moment XAs String' attribute. |
void |
setLinearMomentY(double value)
Sets the value of the '
Linear Moment Y' attribute. |
void |
setLinearMomentYAsString(String value)
Sets the value of the '
Linear Moment YAs String' attribute. |
void |
setLinearMomentZ(double value)
Sets the value of the '
Linear Moment Z' attribute. |
void |
setLinearMomentZAsString(String value)
Sets the value of the '
Linear Moment ZAs String' attribute. |
void |
unsetLinearForceX()
Unsets the value of the '
Linear Force X' attribute. |
void |
unsetLinearForceXAsString()
Unsets the value of the '
Linear Force XAs String' attribute. |
void |
unsetLinearForceY()
Unsets the value of the '
Linear Force Y' attribute. |
void |
unsetLinearForceYAsString()
Unsets the value of the '
Linear Force YAs String' attribute. |
void |
unsetLinearForceZ()
Unsets the value of the '
Linear Force Z' attribute. |
void |
unsetLinearForceZAsString()
Unsets the value of the '
Linear Force ZAs String' attribute. |
void |
unsetLinearMomentX()
Unsets the value of the '
Linear Moment X' attribute. |
void |
unsetLinearMomentXAsString()
Unsets the value of the '
Linear Moment XAs String' attribute. |
void |
unsetLinearMomentY()
Unsets the value of the '
Linear Moment Y' attribute. |
void |
unsetLinearMomentYAsString()
Unsets the value of the '
Linear Moment YAs String' attribute. |
void |
unsetLinearMomentZ()
Unsets the value of the '
Linear Moment Z' attribute. |
void |
unsetLinearMomentZAsString()
Unsets the value of the '
Linear Moment ZAs String' attribute. |
getName, isSetName, setName, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getLinearForceX()
If the meaning of the 'Linear Force X' attribute isn't clear, there really should be more of a description here...
isSetLinearForceX(),
unsetLinearForceX(),
setLinearForceX(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceX()void setLinearForceX(double value)
Linear Force X' attribute.
value - the new value of the 'Linear Force X' attribute.isSetLinearForceX(),
unsetLinearForceX(),
getLinearForceX()void unsetLinearForceX()
Linear Force X' attribute.
boolean isSetLinearForceX()
Linear Force X' attribute is set.
unsetLinearForceX(),
getLinearForceX(),
setLinearForceX(double)String getLinearForceXAsString()
If the meaning of the 'Linear Force XAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearForceXAsString(),
unsetLinearForceXAsString(),
setLinearForceXAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceXAsString()void setLinearForceXAsString(String value)
Linear Force XAs String' attribute.
value - the new value of the 'Linear Force XAs String' attribute.isSetLinearForceXAsString(),
unsetLinearForceXAsString(),
getLinearForceXAsString()void unsetLinearForceXAsString()
Linear Force XAs String' attribute.
boolean isSetLinearForceXAsString()
Linear Force XAs String' attribute is set.
unsetLinearForceXAsString(),
getLinearForceXAsString(),
setLinearForceXAsString(String)double getLinearForceY()
If the meaning of the 'Linear Force Y' attribute isn't clear, there really should be more of a description here...
isSetLinearForceY(),
unsetLinearForceY(),
setLinearForceY(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceY()void setLinearForceY(double value)
Linear Force Y' attribute.
value - the new value of the 'Linear Force Y' attribute.isSetLinearForceY(),
unsetLinearForceY(),
getLinearForceY()void unsetLinearForceY()
Linear Force Y' attribute.
boolean isSetLinearForceY()
Linear Force Y' attribute is set.
unsetLinearForceY(),
getLinearForceY(),
setLinearForceY(double)String getLinearForceYAsString()
If the meaning of the 'Linear Force YAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearForceYAsString(),
unsetLinearForceYAsString(),
setLinearForceYAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceYAsString()void setLinearForceYAsString(String value)
Linear Force YAs String' attribute.
value - the new value of the 'Linear Force YAs String' attribute.isSetLinearForceYAsString(),
unsetLinearForceYAsString(),
getLinearForceYAsString()void unsetLinearForceYAsString()
Linear Force YAs String' attribute.
boolean isSetLinearForceYAsString()
Linear Force YAs String' attribute is set.
unsetLinearForceYAsString(),
getLinearForceYAsString(),
setLinearForceYAsString(String)double getLinearForceZ()
If the meaning of the 'Linear Force Z' attribute isn't clear, there really should be more of a description here...
isSetLinearForceZ(),
unsetLinearForceZ(),
setLinearForceZ(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceZ()void setLinearForceZ(double value)
Linear Force Z' attribute.
value - the new value of the 'Linear Force Z' attribute.isSetLinearForceZ(),
unsetLinearForceZ(),
getLinearForceZ()void unsetLinearForceZ()
Linear Force Z' attribute.
boolean isSetLinearForceZ()
Linear Force Z' attribute is set.
unsetLinearForceZ(),
getLinearForceZ(),
setLinearForceZ(double)String getLinearForceZAsString()
If the meaning of the 'Linear Force ZAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearForceZAsString(),
unsetLinearForceZAsString(),
setLinearForceZAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearForceZAsString()void setLinearForceZAsString(String value)
Linear Force ZAs String' attribute.
value - the new value of the 'Linear Force ZAs String' attribute.isSetLinearForceZAsString(),
unsetLinearForceZAsString(),
getLinearForceZAsString()void unsetLinearForceZAsString()
Linear Force ZAs String' attribute.
boolean isSetLinearForceZAsString()
Linear Force ZAs String' attribute is set.
unsetLinearForceZAsString(),
getLinearForceZAsString(),
setLinearForceZAsString(String)double getLinearMomentX()
If the meaning of the 'Linear Moment X' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentX(),
unsetLinearMomentX(),
setLinearMomentX(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentX()void setLinearMomentX(double value)
Linear Moment X' attribute.
value - the new value of the 'Linear Moment X' attribute.isSetLinearMomentX(),
unsetLinearMomentX(),
getLinearMomentX()void unsetLinearMomentX()
Linear Moment X' attribute.
boolean isSetLinearMomentX()
Linear Moment X' attribute is set.
unsetLinearMomentX(),
getLinearMomentX(),
setLinearMomentX(double)String getLinearMomentXAsString()
If the meaning of the 'Linear Moment XAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentXAsString(),
unsetLinearMomentXAsString(),
setLinearMomentXAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentXAsString()void setLinearMomentXAsString(String value)
Linear Moment XAs String' attribute.
value - the new value of the 'Linear Moment XAs String' attribute.isSetLinearMomentXAsString(),
unsetLinearMomentXAsString(),
getLinearMomentXAsString()void unsetLinearMomentXAsString()
Linear Moment XAs String' attribute.
boolean isSetLinearMomentXAsString()
Linear Moment XAs String' attribute is set.
unsetLinearMomentXAsString(),
getLinearMomentXAsString(),
setLinearMomentXAsString(String)double getLinearMomentY()
If the meaning of the 'Linear Moment Y' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentY(),
unsetLinearMomentY(),
setLinearMomentY(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentY()void setLinearMomentY(double value)
Linear Moment Y' attribute.
value - the new value of the 'Linear Moment Y' attribute.isSetLinearMomentY(),
unsetLinearMomentY(),
getLinearMomentY()void unsetLinearMomentY()
Linear Moment Y' attribute.
boolean isSetLinearMomentY()
Linear Moment Y' attribute is set.
unsetLinearMomentY(),
getLinearMomentY(),
setLinearMomentY(double)String getLinearMomentYAsString()
If the meaning of the 'Linear Moment YAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentYAsString(),
unsetLinearMomentYAsString(),
setLinearMomentYAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentYAsString()void setLinearMomentYAsString(String value)
Linear Moment YAs String' attribute.
value - the new value of the 'Linear Moment YAs String' attribute.isSetLinearMomentYAsString(),
unsetLinearMomentYAsString(),
getLinearMomentYAsString()void unsetLinearMomentYAsString()
Linear Moment YAs String' attribute.
boolean isSetLinearMomentYAsString()
Linear Moment YAs String' attribute is set.
unsetLinearMomentYAsString(),
getLinearMomentYAsString(),
setLinearMomentYAsString(String)double getLinearMomentZ()
If the meaning of the 'Linear Moment Z' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentZ(),
unsetLinearMomentZ(),
setLinearMomentZ(double),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentZ()void setLinearMomentZ(double value)
Linear Moment Z' attribute.
value - the new value of the 'Linear Moment Z' attribute.isSetLinearMomentZ(),
unsetLinearMomentZ(),
getLinearMomentZ()void unsetLinearMomentZ()
Linear Moment Z' attribute.
boolean isSetLinearMomentZ()
Linear Moment Z' attribute is set.
unsetLinearMomentZ(),
getLinearMomentZ(),
setLinearMomentZ(double)String getLinearMomentZAsString()
If the meaning of the 'Linear Moment ZAs String' attribute isn't clear, there really should be more of a description here...
isSetLinearMomentZAsString(),
unsetLinearMomentZAsString(),
setLinearMomentZAsString(String),
Ifc4Package.getIfcStructuralLoadLinearForce_LinearMomentZAsString()void setLinearMomentZAsString(String value)
Linear Moment ZAs String' attribute.
value - the new value of the 'Linear Moment ZAs String' attribute.isSetLinearMomentZAsString(),
unsetLinearMomentZAsString(),
getLinearMomentZAsString()void unsetLinearMomentZAsString()
Linear Moment ZAs String' attribute.
boolean isSetLinearMomentZAsString()
Linear Moment ZAs String' attribute is set.
unsetLinearMomentZAsString(),
getLinearMomentZAsString(),
setLinearMomentZAsString(String)Copyright © 2018 OpenSource BIM. All rights reserved.