Class ShapePyramidCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ShapePyramidCT
-
public class ShapePyramidCT extends Object
Defines pyramid shaped object and its dimensional parameters. Derived from Capability Model ontology.Java class for ShapePyramid_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapePyramid_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="dimension_x1" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="dimension_y1" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="dimension_x2" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="dimension_y2" 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 StringdimensionX1protected StringdimensionX2protected StringdimensionY1protected StringdimensionY2protected StringdimensionZ
-
Constructor Summary
Constructors Constructor Description ShapePyramidCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDimensionX1()Gets the value of the dimensionX1 property.StringgetDimensionX2()Gets the value of the dimensionX2 property.StringgetDimensionY1()Gets the value of the dimensionY1 property.StringgetDimensionY2()Gets the value of the dimensionY2 property.StringgetDimensionZ()Gets the value of the dimensionZ property.voidsetDimensionX1(String value)Sets the value of the dimensionX1 property.voidsetDimensionX2(String value)Sets the value of the dimensionX2 property.voidsetDimensionY1(String value)Sets the value of the dimensionY1 property.voidsetDimensionY2(String value)Sets the value of the dimensionY2 property.voidsetDimensionZ(String value)Sets the value of the dimensionZ property.
-
-
-
Method Detail
-
getDimensionX1
public String getDimensionX1()
Gets the value of the dimensionX1 property.- Returns:
- possible object is
String
-
setDimensionX1
public void setDimensionX1(String value)
Sets the value of the dimensionX1 property.- Parameters:
value- allowed object isString
-
getDimensionY1
public String getDimensionY1()
Gets the value of the dimensionY1 property.- Returns:
- possible object is
String
-
setDimensionY1
public void setDimensionY1(String value)
Sets the value of the dimensionY1 property.- Parameters:
value- allowed object isString
-
getDimensionX2
public String getDimensionX2()
Gets the value of the dimensionX2 property.- Returns:
- possible object is
String
-
setDimensionX2
public void setDimensionX2(String value)
Sets the value of the dimensionX2 property.- Parameters:
value- allowed object isString
-
getDimensionY2
public String getDimensionY2()
Gets the value of the dimensionY2 property.- Returns:
- possible object is
String
-
setDimensionY2
public void setDimensionY2(String value)
Sets the value of the dimensionY2 property.- Parameters:
value- allowed object isString
-
getDimensionZ
public String getDimensionZ()
Gets the value of the dimensionZ property.- Returns:
- possible object is
String
-
-