java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.TriggerType

public class TriggerType extends Object

Java class for TriggerType complex type.

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

 <complexType name="TriggerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}condition" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="value" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="target" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TriggerType

      public TriggerType()
  • Method Details

    • getCondition

      public List<ConditionType> getCondition()
      Gets the value of the condition 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 condition property.

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

          getCondition().add(newItem);
       

      Objects of the following type(s) are allowed in the list ConditionType

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

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public TriggerType withCondition(ConditionType... values)
    • withCondition

      public TriggerType withCondition(Collection<ConditionType> values)
    • withValue

      public TriggerType withValue(String value)
    • withTarget

      public TriggerType withTarget(String value)