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>
-
-
Constructor Summary
Constructors Constructor Description Slot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)bytegetValue()Gets the value of the value property.ShortgetVolume()Gets the value of the volume property.inthashCode()voidsetValue(byte value)Sets the value of the value property.voidsetVolume(Short value)Sets the value of the volume property.StringtoString()FunctionType.SlotwithValue(byte value)FunctionType.SlotwithVolume(Short value)
-
-
-
Field Detail
-
value
protected byte value
-
volume
protected Short volume
-
-
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 isShort
-
withValue
public FunctionType.Slot withValue(byte value)
-
withVolume
public FunctionType.Slot withVolume(Short value)
-
-