Class DetectionType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.DetectionType
-
public class DetectionType extends Object
<p>Java class for DetectionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>conditionsOrCvOrCvGroupprotected StringdisplayFormatprotected IntegerindexHighprotected IntegerindexLowprotected DetectionTypeTypetypeprotected Stringvalueprotected StringvalueName
-
Constructor Summary
Constructors Constructor Description DetectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)List<Object>getConditionsOrCvOrCvGroup()Gets the value of the conditionsOrCvOrCvGroup property.StringgetDisplayFormat()Gets the value of the displayFormat property.IntegergetIndexHigh()Gets the value of the indexHigh property.IntegergetIndexLow()Gets the value of the indexLow property.DetectionTypeTypegetType()Gets the value of the type property.StringgetValue()Gets the value of the value property.StringgetValueName()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.voidsetValue(String value)Sets the value of the value property.voidsetValueName(String value)Sets the value of the valueName property.StringtoString()DetectionTypewithConditionsOrCvOrCvGroup(Object... values)DetectionTypewithConditionsOrCvOrCvGroup(Collection<Object> values)DetectionTypewithDisplayFormat(String value)DetectionTypewithIndexHigh(Integer value)DetectionTypewithIndexLow(Integer value)DetectionTypewithType(DetectionTypeType value)DetectionTypewithValue(String value)DetectionTypewithValueName(String value)
-
-
-
Method Detail
-
getConditionsOrCvOrCvGroup
public List<Object> getConditionsOrCvOrCvGroup()
Gets the value of the conditionsOrCvOrCvGroup 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 conditionsOrCvOrCvGroup property. <p> For example, to add a new item, do as follows: <pre> getConditionsOrCvOrCvGroup().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listConditionsTypeCVTypeCVGroupType
-
getType
public DetectionTypeType getType()
Gets the value of the type property.- Returns:
- possible object is
DetectionTypeType
-
setType
public void setType(DetectionTypeType value)
Sets the value of the type property.- Parameters:
value- allowed object isDetectionTypeType
-
getIndexHigh
public Integer getIndexHigh()
Gets the value of the indexHigh property.- Returns:
- possible object is
Integer
-
setIndexHigh
public void setIndexHigh(Integer value)
Sets the value of the indexHigh property.- Parameters:
value- allowed object isInteger
-
getIndexLow
public Integer getIndexLow()
Gets the value of the indexLow property.- Returns:
- possible object is
Integer
-
setIndexLow
public void setIndexLow(Integer value)
Sets the value of the indexLow property.- Parameters:
value- allowed object isInteger
-
getDisplayFormat
public String getDisplayFormat()
Gets the value of the displayFormat property.- Returns:
- possible object is
String
-
setDisplayFormat
public void setDisplayFormat(String value)
Sets the value of the displayFormat property.- Parameters:
value- allowed object isString
-
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 isString
-
getValueName
public String getValueName()
Gets the value of the valueName property.- Returns:
- possible object is
String
-
setValueName
public void setValueName(String value)
Sets the value of the valueName property.- Parameters:
value- allowed object isString
-
withConditionsOrCvOrCvGroup
public DetectionType withConditionsOrCvOrCvGroup(Object... values)
-
withConditionsOrCvOrCvGroup
public DetectionType withConditionsOrCvOrCvGroup(Collection<Object> values)
-
withType
public DetectionType withType(DetectionTypeType value)
-
withIndexHigh
public DetectionType withIndexHigh(Integer value)
-
withIndexLow
public DetectionType withIndexLow(Integer value)
-
withDisplayFormat
public DetectionType withDisplayFormat(String value)
-
withValue
public DetectionType withValue(String value)
-
withValueName
public DetectionType withValueName(String value)
-
-