Class ShapePyramidCT


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

    Java class for ShapePyramid_CT complex type.

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

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

      • dimensionX1

        protected String dimensionX1
      • dimensionY1

        protected String dimensionY1
      • dimensionX2

        protected String dimensionX2
      • dimensionY2

        protected String dimensionY2
      • dimensionZ

        protected String dimensionZ
    • Constructor Detail

      • ShapePyramidCT

        public ShapePyramidCT()
    • Method Detail

      • getDimensionX1

        public String getDimensionX1()
        Gets the value of the dimensionX1 property.
        Returns:
        possible object is String
      • setDimensionX1

        public void setDimensionX1​(String value)
        Sets the value of the dimensionX1 property.
        Parameters:
        value - allowed object is String
      • getDimensionY1

        public String getDimensionY1()
        Gets the value of the dimensionY1 property.
        Returns:
        possible object is String
      • setDimensionY1

        public void setDimensionY1​(String value)
        Sets the value of the dimensionY1 property.
        Parameters:
        value - allowed object is String
      • getDimensionX2

        public String getDimensionX2()
        Gets the value of the dimensionX2 property.
        Returns:
        possible object is String
      • setDimensionX2

        public void setDimensionX2​(String value)
        Sets the value of the dimensionX2 property.
        Parameters:
        value - allowed object is String
      • getDimensionY2

        public String getDimensionY2()
        Gets the value of the dimensionY2 property.
        Returns:
        possible object is String
      • setDimensionY2

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