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 Stringdiameterprotected StringdimensionZ
-
Constructor Summary
Constructors Constructor Description ShapeCylinderCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiameter()Gets the value of the diameter property.StringgetDimensionZ()Gets the value of the dimensionZ property.voidsetDiameter(String value)Sets the value of the diameter property.voidsetDimensionZ(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
-
-