Class ConditionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ConditionType
Java class for ConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}condition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="operation" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="cv" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="indexHigh" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="indexLow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
<attribute name="selection" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="value" 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.getCv()Gets the value of the cv property.Gets the value of the indexHigh property.Gets the value of the indexLow property.Gets the value of the operation property.Gets the value of the selection property.getType()Gets the value of the type property.getValue()Gets the value of the value property.inthashCode()voidSets the value of the cv property.voidsetIndexHigh(Short value) Sets the value of the indexHigh property.voidsetIndexLow(Short value) Sets the value of the indexLow property.voidsetOperation(String value) Sets the value of the operation property.voidsetSelection(String value) Sets the value of the selection property.voidSets the value of the type property.voidSets the value of the value property.toString()withCondition(Collection<ConditionType> values) withCondition(ConditionType... values) withIndexHigh(Short value) withIndexLow(Short value) withOperation(String value) withSelection(String value)
-
Field Details
-
condition
-
type
-
operation
-
cv
-
indexHigh
-
indexLow
-
selection
-
value
-
-
Constructor Details
-
ConditionType
public ConditionType()
-
-
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 -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getCv
Gets the value of the cv property.- Returns:
- possible object is
String
-
setCv
Sets the value of the cv property.- Parameters:
value- allowed object isString
-
getIndexHigh
Gets the value of the indexHigh property.- Returns:
- possible object is
Short
-
setIndexHigh
Sets the value of the indexHigh property.- Parameters:
value- allowed object isShort
-
getIndexLow
Gets the value of the indexLow property.- Returns:
- possible object is
Short
-
setIndexLow
Sets the value of the indexLow property.- Parameters:
value- allowed object isShort
-
getSelection
Gets the value of the selection property.- Returns:
- possible object is
String
-
setSelection
Sets the value of the selection property.- Parameters:
value- allowed object isString
-
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
-
toString
-
equals
-
hashCode
public int hashCode() -
withCondition
-
withCondition
-
withType
-
withOperation
-
withCv
-
withIndexHigh
-
withIndexLow
-
withSelection
-
withValue
-