Class ShapeSphereCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ShapeSphereCT
-
public class ShapeSphereCT extends Object
Defines sphere shaped object and its dimensional parameters. Derived from Capability Model ontology.Java class for ShapeSphere_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeSphere_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="diameter" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ShapeSphereCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiameter()Gets the value of the diameter property.voidsetDiameter(String value)Sets the value of the diameter property.
-
-
-
Field Detail
-
diameter
protected String diameter
-
-