Class DetectionType

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

public class DetectionType extends Object

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 Details

    • conditionsOrCvOrCvGroup

      protected List<Object> conditionsOrCvOrCvGroup
    • type

      protected DetectionTypeType type
    • indexHigh

      protected Integer indexHigh
    • indexLow

      protected Integer indexLow
    • displayFormat

      protected String displayFormat
    • value

      protected String value
    • valueName

      protected String valueName
  • Constructor Details

    • DetectionType

      public DetectionType()
  • Method Details

    • getConditionsOrCvOrCvGroup

      public List<Object> 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 set method 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 CVGroupType CVType ConditionsType

    • 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 is DetectionTypeType
    • 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 is Integer
    • 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 is Integer
    • 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 is String
    • 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
    • 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 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
    • 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)