Class ShapeCylinderCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ShapeCylinderCT
-
public class ShapeCylinderCT extends Object
Defines cylinder shaped object and its dimensional parameters. Derived from Capability Model ontology.Java class for ShapeCylinder_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeCylinder_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="diameter" 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
diameter
protected String
dimensionZ
-
Constructor Summary
Constructors Constructor Description ShapeCylinderCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDiameter()
Gets the value of the diameter property.String
getDimensionZ()
Gets the value of the dimensionZ property.void
setDiameter(String value)
Sets the value of the diameter property.void
setDimensionZ(String value)
Sets the value of the dimensionZ property.
-
-
-
Method Detail
-
getDiameter
public String getDiameter()
Gets the value of the diameter property.- Returns:
- possible object is
String
-
setDiameter
public void setDiameter(String value)
Sets the value of the diameter property.- Parameters:
value
- allowed object isString
-
getDimensionZ
public String getDimensionZ()
Gets the value of the dimensionZ property.- Returns:
- possible object is
String
-
-