Class ConditionType


  • public class ConditionType
    extends Object
    <p>Java class for ConditionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ConditionType"&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}condition" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="operation" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="cv" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="selection" 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;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ConditionType

        public ConditionType()
    • Method Detail

      • getCondition

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

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getOperation

        public String getOperation()
        Gets the value of the operation property.
        Returns:
        possible object is String
      • setOperation

        public void setOperation​(String value)
        Sets the value of the operation property.
        Parameters:
        value - allowed object is String
      • getCv

        public String getCv()
        Gets the value of the cv property.
        Returns:
        possible object is String
      • setCv

        public void setCv​(String value)
        Sets the value of the cv property.
        Parameters:
        value - allowed object is String
      • getSelection

        public String getSelection()
        Gets the value of the selection property.
        Returns:
        possible object is String
      • setSelection

        public void setSelection​(String value)
        Sets the value of the selection 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object