Class DetectionType


  • public class DetectionType
    extends Object
    <p>Java class for DetectionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DetectionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;choice maxOccurs="unbounded"&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cvGroup"/&gt; &lt;/choice&gt; &lt;attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DetectionTypeType" /&gt; &lt;attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /&gt; &lt;attribute name="displayFormat" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="value" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="valueName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • DetectionType

        public DetectionType()
    • Method Detail

      • getConditionsOrCvOrCvGroup

        public List<Object> getConditionsOrCvOrCvGroup()
        Gets the value of the conditionsOrCvOrCvGroup 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 conditionsOrCvOrCvGroup property. <p> For example, to add a new item, do as follows: <pre> getConditionsOrCvOrCvGroup().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ConditionsType CVType CVGroupType
      • getIndexHigh

        public Integer getIndexHigh()
        Gets the value of the indexHigh property.
        Returns:
        possible object is Integer
      • setIndexHigh

        public void setIndexHigh​(Integer value)
        Sets the value of the indexHigh property.
        Parameters:
        value - allowed object is Integer
      • getIndexLow

        public Integer getIndexLow()
        Gets the value of the indexLow property.
        Returns:
        possible object is Integer
      • setIndexLow

        public void setIndexLow​(Integer value)
        Sets the value of the indexLow property.
        Parameters:
        value - allowed object is Integer
      • getDisplayFormat

        public String getDisplayFormat()
        Gets the value of the displayFormat property.
        Returns:
        possible object is String
      • setDisplayFormat

        public void setDisplayFormat​(String value)
        Sets the value of the displayFormat property.
        Parameters:
        value - allowed object is String
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getValueName

        public String getValueName()
        Gets the value of the valueName property.
        Returns:
        possible object is String
      • setValueName

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

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

        public DetectionType withConditionsOrCvOrCvGroup​(Object... values)