Class WorkspaceCylinderCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.WorkspaceCylinderCT
-
public class WorkspaceCylinderCT extends Object
Workspace structure / Cylinder. Derived from Capability Model ontology.Java class for WorkspaceCylinder_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkspaceCylinder_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="distance_r" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="dimension_z" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
dimensionZ
protected String
distanceR
-
Constructor Summary
Constructors Constructor Description WorkspaceCylinderCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDimensionZ()
Gets the value of the dimensionZ property.String
getDistanceR()
Gets the value of the distanceR property.void
setDimensionZ(String value)
Sets the value of the dimensionZ property.void
setDistanceR(String value)
Sets the value of the distanceR property.
-
-
-
Method Detail
-
getDistanceR
public String getDistanceR()
Gets the value of the distanceR property.- Returns:
- possible object is
String
-
setDistanceR
public void setDistanceR(String value)
Sets the value of the distanceR property.- Parameters:
value
- allowed object isString
-
getDimensionZ
public String getDimensionZ()
Gets the value of the dimensionZ property.- Returns:
- possible object is
String
-
-