Class FunctionType.Slot

  • Enclosing class:
    FunctionType

    public static class FunctionType.Slot
    extends Object
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;simpleContent&gt; &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema&gt;byte"&gt; &lt;attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}short" /&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • value

        protected byte value
      • volume

        protected Short volume
    • Constructor Detail

      • Slot

        public Slot()
    • Method Detail

      • getValue

        public byte getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(byte value)
        Sets the value of the value property.
      • getVolume

        public Short getVolume()
        Gets the value of the volume property.
        Returns:
        possible object is Short
      • setVolume

        public void setVolume​(Short value)
        Sets the value of the volume property.
        Parameters:
        value - allowed object is Short
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object