Class FunctionType.Slot

java.lang.Object
eu.esu._2010.lokprogrammer.metadata.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 Details

    • value

      protected byte value
    • volume

      protected Short volume
  • Constructor Details

    • Slot

      public Slot()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withValue

      public FunctionType.Slot withValue(byte value)
    • withVolume

      public FunctionType.Slot withVolume(Short value)