Class DetectionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.DetectionType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the conditionsOrCvOrCvGroup property.Gets the value of the displayFormat property.Gets the value of the indexHigh property.Gets the value of the indexLow property.getType()Gets the value of the type property.getValue()Gets the value of the value property.Gets the value of the valueName property.inthashCode()voidsetDisplayFormat(String value) Sets the value of the displayFormat property.voidsetIndexHigh(Integer value) Sets the value of the indexHigh property.voidsetIndexLow(Integer value) Sets the value of the indexLow property.voidsetType(DetectionTypeType value) Sets the value of the type property.voidSets the value of the value property.voidsetValueName(String value) Sets the value of the valueName property.toString()withConditionsOrCvOrCvGroup(Object... values) withConditionsOrCvOrCvGroup(Collection<Object> values) withDisplayFormat(String value) withIndexHigh(Integer value) withIndexLow(Integer value) withType(DetectionTypeType value) withValueName(String value)
-
Field Details
-
conditionsOrCvOrCvGroup
-
type
-
indexHigh
-
indexLow
-
displayFormat
-
value
-
valueName
-
-
Constructor Details
-
DetectionType
public DetectionType()
-
-
Method Details
-
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
setmethod 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
CVGroupTypeCVTypeConditionsType -
getType
Gets the value of the type property.- Returns:
- possible object is
DetectionTypeType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isDetectionTypeType
-
getIndexHigh
Gets the value of the indexHigh property.- Returns:
- possible object is
Integer
-
setIndexHigh
Sets the value of the indexHigh property.- Parameters:
value- allowed object isInteger
-
getIndexLow
Gets the value of the indexLow property.- Returns:
- possible object is
Integer
-
setIndexLow
Sets the value of the indexLow property.- Parameters:
value- allowed object isInteger
-
getDisplayFormat
Gets the value of the displayFormat property.- Returns:
- possible object is
String
-
setDisplayFormat
Sets the value of the displayFormat 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
-
getValueName
Gets the value of the valueName property.- Returns:
- possible object is
String
-
setValueName
Sets the value of the valueName property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withConditionsOrCvOrCvGroup
-
withConditionsOrCvOrCvGroup
-
withType
-
withIndexHigh
-
withIndexLow
-
withDisplayFormat
-
withValue
-
withValueName
-