Class ResetType


  • public class ResetType
    extends Object
    <p>Java class for ResetType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ResetType"&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}description" maxOccurs="unbounded"/&gt; &lt;/sequence&gt; &lt;attribute name="cv" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • cv

        protected int cv
      • value

        protected short value
    • Constructor Detail

      • ResetType

        public ResetType()
    • 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
      • getCv

        public int getCv()
        Gets the value of the cv property.
      • setCv

        public void setCv​(int value)
        Sets the value of the cv property.
      • getValue

        public short getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(short value)
        Sets the value of the value property.
      • hashCode

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

        public ResetType withCv​(int value)
      • withValue

        public ResetType withValue​(short value)