Class FunctionType


  • public class FunctionType
    extends Object
    <p>Java class for FunctionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FunctionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="description" maxOccurs="unbounded" minOccurs="0"&gt; &lt;complexType&gt; &lt;simpleContent&gt; &lt;extension base="&lt;http://www.w3.org/2001/XMLSchema&gt;string"&gt; &lt;attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/&gt; &lt;/extension&gt; &lt;/simpleContent&gt; &lt;/complexType&gt; &lt;/element&gt; &lt;element name="slot" maxOccurs="unbounded" minOccurs="0"&gt; &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; &lt;/element&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}byte" /&gt; &lt;attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • FunctionType

        public FunctionType()
    • Method Detail

      • getDescription

        public List<FunctionType.Description> getDescription()
        Gets the value of the description property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the description property. <p> For example, to add a new item, do as follows: <pre> getDescription().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list FunctionType.Description
      • getSlot

        public List<FunctionType.Slot> getSlot()
        Gets the value of the slot property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the slot property. <p> For example, to add a new item, do as follows: <pre> getSlot().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list FunctionType.Slot
      • getId

        public Byte getId()
        Gets the value of the id property.
        Returns:
        possible object is Byte
      • setId

        public void setId​(Byte value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Byte
      • getUser

        public String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object