Class WorkspaceCartesianCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.WorkspaceCartesianCT
-
public class WorkspaceCartesianCT extends Object
Workspace structure / Cartesian. Derived from Capability Model ontology.Java class for WorkspaceCartesian_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkspaceCartesian_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 StringdimensionXprotected StringdimensionYprotected StringdimensionZ
-
Constructor Summary
Constructors Constructor Description WorkspaceCartesianCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDimensionX()Gets the value of the dimensionX property.StringgetDimensionY()Gets the value of the dimensionY property.StringgetDimensionZ()Gets the value of the dimensionZ property.voidsetDimensionX(String value)Sets the value of the dimensionX property.voidsetDimensionY(String value)Sets the value of the dimensionY property.voidsetDimensionZ(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
-
-