
org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement 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 Displacement'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementX Displacement X}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString Displacement XAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementY Displacement Y}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString Displacement YAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZ Displacement Z}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString Displacement ZAs String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX Rotational Displacement RX}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString Rotational Displacement RX As String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY Rotational Displacement RY}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString Rotational Displacement RY As String}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ Rotational Displacement RZ}
* - {@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString Rotational Displacement RZ As String}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement()
* @model
* @generated
*/
public interface IfcStructuralLoadSingleDisplacement extends IfcStructuralLoadStatic {
/**
* Returns the value of the 'Displacement X' attribute.
*
*
* If the meaning of the 'Displacement X' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement X' attribute.
* @see #isSetDisplacementX()
* @see #unsetDisplacementX()
* @see #setDisplacementX(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementX()
* @model unsettable="true"
* @generated
*/
double getDisplacementX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementX Displacement X}' attribute.
*
*
* @param value the new value of the 'Displacement X' attribute.
* @see #isSetDisplacementX()
* @see #unsetDisplacementX()
* @see #getDisplacementX()
* @generated
*/
void setDisplacementX(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementX Displacement X}' attribute.
*
*
* @see #isSetDisplacementX()
* @see #getDisplacementX()
* @see #setDisplacementX(double)
* @generated
*/
void unsetDisplacementX();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementX Displacement X}' attribute is set.
*
*
* @return whether the value of the 'Displacement X' attribute is set.
* @see #unsetDisplacementX()
* @see #getDisplacementX()
* @see #setDisplacementX(double)
* @generated
*/
boolean isSetDisplacementX();
/**
* Returns the value of the 'Displacement XAs String' attribute.
*
*
* If the meaning of the 'Displacement XAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement XAs String' attribute.
* @see #isSetDisplacementXAsString()
* @see #unsetDisplacementXAsString()
* @see #setDisplacementXAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementXAsString()
* @model unsettable="true"
* @generated
*/
String getDisplacementXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString Displacement XAs String}' attribute.
*
*
* @param value the new value of the 'Displacement XAs String' attribute.
* @see #isSetDisplacementXAsString()
* @see #unsetDisplacementXAsString()
* @see #getDisplacementXAsString()
* @generated
*/
void setDisplacementXAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString Displacement XAs String}' attribute.
*
*
* @see #isSetDisplacementXAsString()
* @see #getDisplacementXAsString()
* @see #setDisplacementXAsString(String)
* @generated
*/
void unsetDisplacementXAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString Displacement XAs String}' attribute is set.
*
*
* @return whether the value of the 'Displacement XAs String' attribute is set.
* @see #unsetDisplacementXAsString()
* @see #getDisplacementXAsString()
* @see #setDisplacementXAsString(String)
* @generated
*/
boolean isSetDisplacementXAsString();
/**
* Returns the value of the 'Displacement Y' attribute.
*
*
* If the meaning of the 'Displacement Y' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement Y' attribute.
* @see #isSetDisplacementY()
* @see #unsetDisplacementY()
* @see #setDisplacementY(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementY()
* @model unsettable="true"
* @generated
*/
double getDisplacementY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementY Displacement Y}' attribute.
*
*
* @param value the new value of the 'Displacement Y' attribute.
* @see #isSetDisplacementY()
* @see #unsetDisplacementY()
* @see #getDisplacementY()
* @generated
*/
void setDisplacementY(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementY Displacement Y}' attribute.
*
*
* @see #isSetDisplacementY()
* @see #getDisplacementY()
* @see #setDisplacementY(double)
* @generated
*/
void unsetDisplacementY();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementY Displacement Y}' attribute is set.
*
*
* @return whether the value of the 'Displacement Y' attribute is set.
* @see #unsetDisplacementY()
* @see #getDisplacementY()
* @see #setDisplacementY(double)
* @generated
*/
boolean isSetDisplacementY();
/**
* Returns the value of the 'Displacement YAs String' attribute.
*
*
* If the meaning of the 'Displacement YAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement YAs String' attribute.
* @see #isSetDisplacementYAsString()
* @see #unsetDisplacementYAsString()
* @see #setDisplacementYAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementYAsString()
* @model unsettable="true"
* @generated
*/
String getDisplacementYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString Displacement YAs String}' attribute.
*
*
* @param value the new value of the 'Displacement YAs String' attribute.
* @see #isSetDisplacementYAsString()
* @see #unsetDisplacementYAsString()
* @see #getDisplacementYAsString()
* @generated
*/
void setDisplacementYAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString Displacement YAs String}' attribute.
*
*
* @see #isSetDisplacementYAsString()
* @see #getDisplacementYAsString()
* @see #setDisplacementYAsString(String)
* @generated
*/
void unsetDisplacementYAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString Displacement YAs String}' attribute is set.
*
*
* @return whether the value of the 'Displacement YAs String' attribute is set.
* @see #unsetDisplacementYAsString()
* @see #getDisplacementYAsString()
* @see #setDisplacementYAsString(String)
* @generated
*/
boolean isSetDisplacementYAsString();
/**
* Returns the value of the 'Displacement Z' attribute.
*
*
* If the meaning of the 'Displacement Z' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement Z' attribute.
* @see #isSetDisplacementZ()
* @see #unsetDisplacementZ()
* @see #setDisplacementZ(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementZ()
* @model unsettable="true"
* @generated
*/
double getDisplacementZ();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZ Displacement Z}' attribute.
*
*
* @param value the new value of the 'Displacement Z' attribute.
* @see #isSetDisplacementZ()
* @see #unsetDisplacementZ()
* @see #getDisplacementZ()
* @generated
*/
void setDisplacementZ(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZ Displacement Z}' attribute.
*
*
* @see #isSetDisplacementZ()
* @see #getDisplacementZ()
* @see #setDisplacementZ(double)
* @generated
*/
void unsetDisplacementZ();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZ Displacement Z}' attribute is set.
*
*
* @return whether the value of the 'Displacement Z' attribute is set.
* @see #unsetDisplacementZ()
* @see #getDisplacementZ()
* @see #setDisplacementZ(double)
* @generated
*/
boolean isSetDisplacementZ();
/**
* Returns the value of the 'Displacement ZAs String' attribute.
*
*
* If the meaning of the 'Displacement ZAs String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Displacement ZAs String' attribute.
* @see #isSetDisplacementZAsString()
* @see #unsetDisplacementZAsString()
* @see #setDisplacementZAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_DisplacementZAsString()
* @model unsettable="true"
* @generated
*/
String getDisplacementZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString Displacement ZAs String}' attribute.
*
*
* @param value the new value of the 'Displacement ZAs String' attribute.
* @see #isSetDisplacementZAsString()
* @see #unsetDisplacementZAsString()
* @see #getDisplacementZAsString()
* @generated
*/
void setDisplacementZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString Displacement ZAs String}' attribute.
*
*
* @see #isSetDisplacementZAsString()
* @see #getDisplacementZAsString()
* @see #setDisplacementZAsString(String)
* @generated
*/
void unsetDisplacementZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString Displacement ZAs String}' attribute is set.
*
*
* @return whether the value of the 'Displacement ZAs String' attribute is set.
* @see #unsetDisplacementZAsString()
* @see #getDisplacementZAsString()
* @see #setDisplacementZAsString(String)
* @generated
*/
boolean isSetDisplacementZAsString();
/**
* Returns the value of the 'Rotational Displacement RX' attribute.
*
*
* If the meaning of the 'Rotational Displacement RX' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RX' attribute.
* @see #isSetRotationalDisplacementRX()
* @see #unsetRotationalDisplacementRX()
* @see #setRotationalDisplacementRX(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRX()
* @model unsettable="true"
* @generated
*/
double getRotationalDisplacementRX();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX Rotational Displacement RX}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RX' attribute.
* @see #isSetRotationalDisplacementRX()
* @see #unsetRotationalDisplacementRX()
* @see #getRotationalDisplacementRX()
* @generated
*/
void setRotationalDisplacementRX(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX Rotational Displacement RX}' attribute.
*
*
* @see #isSetRotationalDisplacementRX()
* @see #getRotationalDisplacementRX()
* @see #setRotationalDisplacementRX(double)
* @generated
*/
void unsetRotationalDisplacementRX();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX Rotational Displacement RX}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RX' attribute is set.
* @see #unsetRotationalDisplacementRX()
* @see #getRotationalDisplacementRX()
* @see #setRotationalDisplacementRX(double)
* @generated
*/
boolean isSetRotationalDisplacementRX();
/**
* Returns the value of the 'Rotational Displacement RX As String' attribute.
*
*
* If the meaning of the 'Rotational Displacement RX As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RX As String' attribute.
* @see #isSetRotationalDisplacementRXAsString()
* @see #unsetRotationalDisplacementRXAsString()
* @see #setRotationalDisplacementRXAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRXAsString()
* @model unsettable="true"
* @generated
*/
String getRotationalDisplacementRXAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString Rotational Displacement RX As String}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RX As String' attribute.
* @see #isSetRotationalDisplacementRXAsString()
* @see #unsetRotationalDisplacementRXAsString()
* @see #getRotationalDisplacementRXAsString()
* @generated
*/
void setRotationalDisplacementRXAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString Rotational Displacement RX As String}' attribute.
*
*
* @see #isSetRotationalDisplacementRXAsString()
* @see #getRotationalDisplacementRXAsString()
* @see #setRotationalDisplacementRXAsString(String)
* @generated
*/
void unsetRotationalDisplacementRXAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString Rotational Displacement RX As String}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RX As String' attribute is set.
* @see #unsetRotationalDisplacementRXAsString()
* @see #getRotationalDisplacementRXAsString()
* @see #setRotationalDisplacementRXAsString(String)
* @generated
*/
boolean isSetRotationalDisplacementRXAsString();
/**
* Returns the value of the 'Rotational Displacement RY' attribute.
*
*
* If the meaning of the 'Rotational Displacement RY' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RY' attribute.
* @see #isSetRotationalDisplacementRY()
* @see #unsetRotationalDisplacementRY()
* @see #setRotationalDisplacementRY(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRY()
* @model unsettable="true"
* @generated
*/
double getRotationalDisplacementRY();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY Rotational Displacement RY}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RY' attribute.
* @see #isSetRotationalDisplacementRY()
* @see #unsetRotationalDisplacementRY()
* @see #getRotationalDisplacementRY()
* @generated
*/
void setRotationalDisplacementRY(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY Rotational Displacement RY}' attribute.
*
*
* @see #isSetRotationalDisplacementRY()
* @see #getRotationalDisplacementRY()
* @see #setRotationalDisplacementRY(double)
* @generated
*/
void unsetRotationalDisplacementRY();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY Rotational Displacement RY}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RY' attribute is set.
* @see #unsetRotationalDisplacementRY()
* @see #getRotationalDisplacementRY()
* @see #setRotationalDisplacementRY(double)
* @generated
*/
boolean isSetRotationalDisplacementRY();
/**
* Returns the value of the 'Rotational Displacement RY As String' attribute.
*
*
* If the meaning of the 'Rotational Displacement RY As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RY As String' attribute.
* @see #isSetRotationalDisplacementRYAsString()
* @see #unsetRotationalDisplacementRYAsString()
* @see #setRotationalDisplacementRYAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRYAsString()
* @model unsettable="true"
* @generated
*/
String getRotationalDisplacementRYAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString Rotational Displacement RY As String}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RY As String' attribute.
* @see #isSetRotationalDisplacementRYAsString()
* @see #unsetRotationalDisplacementRYAsString()
* @see #getRotationalDisplacementRYAsString()
* @generated
*/
void setRotationalDisplacementRYAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString Rotational Displacement RY As String}' attribute.
*
*
* @see #isSetRotationalDisplacementRYAsString()
* @see #getRotationalDisplacementRYAsString()
* @see #setRotationalDisplacementRYAsString(String)
* @generated
*/
void unsetRotationalDisplacementRYAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString Rotational Displacement RY As String}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RY As String' attribute is set.
* @see #unsetRotationalDisplacementRYAsString()
* @see #getRotationalDisplacementRYAsString()
* @see #setRotationalDisplacementRYAsString(String)
* @generated
*/
boolean isSetRotationalDisplacementRYAsString();
/**
* Returns the value of the 'Rotational Displacement RZ' attribute.
*
*
* If the meaning of the 'Rotational Displacement RZ' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RZ' attribute.
* @see #isSetRotationalDisplacementRZ()
* @see #unsetRotationalDisplacementRZ()
* @see #setRotationalDisplacementRZ(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZ()
* @model unsettable="true"
* @generated
*/
double getRotationalDisplacementRZ();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ Rotational Displacement RZ}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RZ' attribute.
* @see #isSetRotationalDisplacementRZ()
* @see #unsetRotationalDisplacementRZ()
* @see #getRotationalDisplacementRZ()
* @generated
*/
void setRotationalDisplacementRZ(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ Rotational Displacement RZ}' attribute.
*
*
* @see #isSetRotationalDisplacementRZ()
* @see #getRotationalDisplacementRZ()
* @see #setRotationalDisplacementRZ(double)
* @generated
*/
void unsetRotationalDisplacementRZ();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ Rotational Displacement RZ}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RZ' attribute is set.
* @see #unsetRotationalDisplacementRZ()
* @see #getRotationalDisplacementRZ()
* @see #setRotationalDisplacementRZ(double)
* @generated
*/
boolean isSetRotationalDisplacementRZ();
/**
* Returns the value of the 'Rotational Displacement RZ As String' attribute.
*
*
* If the meaning of the 'Rotational Displacement RZ As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rotational Displacement RZ As String' attribute.
* @see #isSetRotationalDisplacementRZAsString()
* @see #unsetRotationalDisplacementRZAsString()
* @see #setRotationalDisplacementRZAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZAsString()
* @model unsettable="true"
* @generated
*/
String getRotationalDisplacementRZAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString Rotational Displacement RZ As String}' attribute.
*
*
* @param value the new value of the 'Rotational Displacement RZ As String' attribute.
* @see #isSetRotationalDisplacementRZAsString()
* @see #unsetRotationalDisplacementRZAsString()
* @see #getRotationalDisplacementRZAsString()
* @generated
*/
void setRotationalDisplacementRZAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString Rotational Displacement RZ As String}' attribute.
*
*
* @see #isSetRotationalDisplacementRZAsString()
* @see #getRotationalDisplacementRZAsString()
* @see #setRotationalDisplacementRZAsString(String)
* @generated
*/
void unsetRotationalDisplacementRZAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString Rotational Displacement RZ As String}' attribute is set.
*
*
* @return whether the value of the 'Rotational Displacement RZ As String' attribute is set.
* @see #unsetRotationalDisplacementRZAsString()
* @see #getRotationalDisplacementRZAsString()
* @see #setRotationalDisplacementRZAsString(String)
* @generated
*/
boolean isSetRotationalDisplacementRZAsString();
} // IfcStructuralLoadSingleDisplacement