Class PartialType


  • public class PartialType
    extends Object
    <p>Java class for PartialType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="PartialType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="possibleValues" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}rangeValues" /&gt; &lt;attribute name="reset" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="disableOther" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="multiply" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • PartialType

        public PartialType()
    • Method Detail

      • getDescription

        public List<DescriptionType> 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 DescriptionType
      • getNumber

        public int getNumber()
        Gets the value of the number property.
      • setNumber

        public void setNumber​(int value)
        Sets the value of the number property.
      • getPossibleValues

        public String getPossibleValues()
        Gets the value of the possibleValues property.
        Returns:
        possible object is String
      • setPossibleValues

        public void setPossibleValues​(String value)
        Sets the value of the possibleValues property.
        Parameters:
        value - allowed object is String
      • isReset

        public Boolean isReset()
        Gets the value of the reset property.
        Returns:
        possible object is Boolean
      • setReset

        public void setReset​(Boolean value)
        Sets the value of the reset property.
        Parameters:
        value - allowed object is Boolean
      • isDisableOther

        public Boolean isDisableOther()
        Gets the value of the disableOther property.
        Returns:
        possible object is Boolean
      • setDisableOther

        public void setDisableOther​(Boolean value)
        Sets the value of the disableOther property.
        Parameters:
        value - allowed object is Boolean
      • getMultiply

        public Short getMultiply()
        Gets the value of the multiply property.
        Returns:
        possible object is Short
      • setMultiply

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

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

        public PartialType withNumber​(int value)