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