Class DetectionType


  • public class DetectionType
    extends Object

    Java class for DetectionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DetectionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions"/>
             <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/>
             <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cvGroup"/>
           </choice>
           <attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DetectionTypeType" />
           <attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
           <attribute name="displayFormat" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="value" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="valueName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DetectionType

        public DetectionType()
    • Method Detail

      • getConditionsOrCvOrCvGroup

        public List<Object> getConditionsOrCvOrCvGroup()
        Gets the value of the conditionsOrCvOrCvGroup property.

        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 set method for the conditionsOrCvOrCvGroup property.

        For example, to add a new item, do as follows:

            getConditionsOrCvOrCvGroup().add(newItem);
         

        Objects of the following type(s) are allowed in the list CVGroupType CVType ConditionsType

      • 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)