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

nl.wietmazairac.bimql.set.attribute.SetAttributeSubIfcStructuralActivity Maven / Gradle / Ivy

The newest version!
package nl.wietmazairac.bimql.set.attribute;

import org.bimserver.models.ifc2x3tc1.IfcStructuralActivity;

public class SetAttributeSubIfcStructuralActivity {
	// fields
	private Object object;
	private String attributeName;
	private String attributeNewValue;

	// constructors
	public SetAttributeSubIfcStructuralActivity() {
	}

	public SetAttributeSubIfcStructuralActivity(Object object, String attributeName, String attributeNewValue) {
		this.object = object;
		this.attributeName = attributeName;
		this.attributeNewValue = attributeNewValue;
	}

	// methods
	public Object getObject() {
		return object;
	}

	public void setObject(Object object) {
		this.object = object;
	}

	public String getAttributeName() {
		return attributeName;
	}

	public void setAttributeName(String attributeName) {
		this.attributeName = attributeName;
	}

	public String getAttributeNewValue() {
		return attributeNewValue;
	}

	public void setAttributeNewValue(String attributeNewValue) {
		this.attributeNewValue = attributeNewValue;
	}

	public void setAttribute() {
		if (attributeName.equals("AssignedToStructuralItem")) {
			//1NoEList
			 //1void
			 //1IfcRelConnectsStructuralActivity
		}
		else if (attributeName.equals("AppliedLoad")) {
			//1NoEList
			 //1void
			 //1IfcStructuralLoad
		}
		else if (attributeName.equals("GlobalOrLocal")) {
			//1NoEList
			 //1void
			 //1IfcGlobalOrLocalEnum
		}
		else if (attributeName.equals("ObjectPlacement")) {
			//2NoEList
			 //2void
			 //2IfcObjectPlacement
		}
		else if (attributeName.equals("Representation")) {
			//2NoEList
			 //2void
			 //2IfcProductRepresentation
		}
		else if (attributeName.equals("ObjectType")) {
			//5NoEList
			((IfcStructuralActivity) object).setObjectType(attributeNewValue);
			 //5void
			 //5String
		}
		else if (attributeName.equals("GlobalId")) {
			//5NoEList
			 //5void
			 //5IfcGloballyUniqueId
		}
		else if (attributeName.equals("OwnerHistory")) {
			//5NoEList
			 //5void
			 //5IfcOwnerHistory
		}
		else if (attributeName.equals("Name")) {
			//5NoEList
			((IfcStructuralActivity) object).setName(attributeNewValue);
			 //5void
			 //5String
		}
		else if (attributeName.equals("Description")) {
			//5NoEList
			((IfcStructuralActivity) object).setDescription(attributeNewValue);
			 //5void
			 //5String
		}
		else {
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy