Class ShapeConeCT


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

    Java class for ShapeCone_CT complex type.

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

     <complexType name="ShapeCone_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="diameter1" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="diameter2" 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

      • diameter1

        protected String diameter1
      • diameter2

        protected String diameter2
      • dimensionZ

        protected String dimensionZ
    • Constructor Detail

      • ShapeConeCT

        public ShapeConeCT()
    • Method Detail

      • getDiameter1

        public String getDiameter1()
        Gets the value of the diameter1 property.
        Returns:
        possible object is String
      • setDiameter1

        public void setDiameter1​(String value)
        Sets the value of the diameter1 property.
        Parameters:
        value - allowed object is String
      • getDiameter2

        public String getDiameter2()
        Gets the value of the diameter2 property.
        Returns:
        possible object is String
      • setDiameter2

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