Class 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 Detail

      • dimensionX

        protected String dimensionX
      • dimensionY

        protected String dimensionY
      • dimensionZ

        protected String dimensionZ
    • Constructor Detail

      • WorkspaceCartesianCT

        public WorkspaceCartesianCT()
    • 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 is String
      • 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 is String
      • getDimensionZ

        public String getDimensionZ()
        Gets the value of the dimensionZ property.
        Returns:
        possible object is String
      • setDimensionZ

        public void setDimensionZ​(String value)
        Sets the value of the dimensionZ property.
        Parameters:
        value - allowed object is String