Class ShapeCylinderCT


  • public class ShapeCylinderCT
    extends Object
    Defines cylinder shaped object and its dimensional parameters. Derived from Capability Model ontology.

    Java class for ShapeCylinder_CT complex type.

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

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

      • diameter

        protected String diameter
      • dimensionZ

        protected String dimensionZ
    • Constructor Detail

      • ShapeCylinderCT

        public ShapeCylinderCT()
    • Method Detail

      • getDiameter

        public String getDiameter()
        Gets the value of the diameter property.
        Returns:
        possible object is String
      • setDiameter

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