Class ItemSizeCT


  • public class ItemSizeCT
    extends Object
    Characteristics of handled item (size). Complex Type. Derived from Capability Model ontology.

    Java class for ItemSize_CT complex type.

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

     <complexType name="ItemSize_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="diameter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ItemSizeCT

        public ItemSizeCT()
    • 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
      • getWidth

        public String getWidth()
        Gets the value of the width property.
        Returns:
        possible object is String
      • setWidth

        public void setWidth​(String value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is String
      • getLength

        public String getLength()
        Gets the value of the length property.
        Returns:
        possible object is String
      • setLength

        public void setLength​(String value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is String
      • getHeight

        public String getHeight()
        Gets the value of the height property.
        Returns:
        possible object is String
      • setHeight

        public void setHeight​(String value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is String
      • getWeight

        public String getWeight()
        Gets the value of the weight property.
        Returns:
        possible object is String
      • setWeight

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