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 String
dimensionX1
protected String
dimensionX2
protected String
dimensionY1
protected String
dimensionY2
protected String
dimensionZ
-
Constructor Summary
Constructors Constructor Description ShapePyramidCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDimensionX1()
Gets the value of the dimensionX1 property.String
getDimensionX2()
Gets the value of the dimensionX2 property.String
getDimensionY1()
Gets the value of the dimensionY1 property.String
getDimensionY2()
Gets the value of the dimensionY2 property.String
getDimensionZ()
Gets the value of the dimensionZ property.void
setDimensionX1(String value)
Sets the value of the dimensionX1 property.void
setDimensionX2(String value)
Sets the value of the dimensionX2 property.void
setDimensionY1(String value)
Sets the value of the dimensionY1 property.void
setDimensionY2(String value)
Sets the value of the dimensionY2 property.void
setDimensionZ(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
-
-