Class WorkspaceCylinderCT


  • public class WorkspaceCylinderCT
    extends Object
    Workspace structure / Cylinder. Derived from Capability Model ontology.

    Java class for WorkspaceCylinder_CT complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WorkspaceCylinder_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="distance_r" 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

      • distanceR

        protected String distanceR
      • dimensionZ

        protected String dimensionZ
    • Constructor Detail

      • WorkspaceCylinderCT

        public WorkspaceCylinderCT()
    • Method Detail

      • getDistanceR

        public String getDistanceR()
        Gets the value of the distanceR property.
        Returns:
        possible object is String
      • setDistanceR

        public void setDistanceR​(String value)
        Sets the value of the distanceR 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