Class TriggerType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.TriggerType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the condition property.Gets the value of the target property.getValue()Gets the value of the value property.inthashCode()voidSets the value of the target property.voidSets the value of the value property.toString()withCondition(Collection<ConditionType> values) withCondition(ConditionType... values) withTarget(String value)
-
Field Details
-
condition
-
value
-
target
-
-
Constructor Details
-
TriggerType
public TriggerType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withCondition
-
withCondition
-
withValue
-
withTarget
-