Class FunctionType.Slot

  • Enclosing class:
    FunctionType

    public static class FunctionType.Slot
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>byte">
           <attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}short" />
         </extension>
       </simpleContent>
     </complexType>
     
    • 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