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