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

public class CVGroupType extends Object

Java class for CVGroupType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CVGroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" minOccurs="0"/>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}image" minOccurs="0"/>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions" minOccurs="0"/>
       </choice>
       <attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeType" />
       <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="mode" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVModeType" />
       <attribute name="pomWriteExclude" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="possibleValues" type="{http://www.decoderdb.de/schema/commonTypes/1.2}rangeValues" />
       <attribute name="stringEncoding" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="options" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeOptions" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cvOrValueCalculationOrDescription

      protected List<Object> cvOrValueCalculationOrDescription
    • id

      protected String id
    • type

      protected CVGroupTypeType type
    • defaultValue

      protected Long defaultValue
    • mode

      protected CVModeType mode
    • pomWriteExclude

      protected Boolean pomWriteExclude
    • possibleValues

      protected String possibleValues
    • stringEncoding

      protected String stringEncoding
    • options

      protected CVGroupTypeOptions options
  • Constructor Details

    • CVGroupType

      public CVGroupType()
  • Method Details

    • getCvOrValueCalculationOrDescription

      public List<Object> getCvOrValueCalculationOrDescription()
      Gets the value of the cvOrValueCalculationOrDescription 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 cvOrValueCalculationOrDescription property.

      For example, to add a new item, do as follows:

          getCvOrValueCalculationOrDescription().add(newItem);
       

      Objects of the following type(s) are allowed in the list CVType ConditionsType DescriptionType ImageType ValueCalculationType

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getType

      public CVGroupTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is CVGroupTypeType
    • setType

      public void setType(CVGroupTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is CVGroupTypeType
    • getDefaultValue

      public Long getDefaultValue()
      Gets the value of the defaultValue property.
      Returns:
      possible object is Long
    • setDefaultValue

      public void setDefaultValue(Long value)
      Sets the value of the defaultValue property.
      Parameters:
      value - allowed object is Long
    • getMode

      public CVModeType getMode()
      Gets the value of the mode property.
      Returns:
      possible object is CVModeType
    • setMode

      public void setMode(CVModeType value)
      Sets the value of the mode property.
      Parameters:
      value - allowed object is CVModeType
    • isPomWriteExclude

      public Boolean isPomWriteExclude()
      Gets the value of the pomWriteExclude property.
      Returns:
      possible object is Boolean
    • setPomWriteExclude

      public void setPomWriteExclude(Boolean value)
      Sets the value of the pomWriteExclude property.
      Parameters:
      value - allowed object is Boolean
    • getPossibleValues

      public String getPossibleValues()
      Gets the value of the possibleValues property.
      Returns:
      possible object is String
    • setPossibleValues

      public void setPossibleValues(String value)
      Sets the value of the possibleValues property.
      Parameters:
      value - allowed object is String
    • getStringEncoding

      public String getStringEncoding()
      Gets the value of the stringEncoding property.
      Returns:
      possible object is String
    • setStringEncoding

      public void setStringEncoding(String value)
      Sets the value of the stringEncoding property.
      Parameters:
      value - allowed object is String
    • getOptions

      public CVGroupTypeOptions getOptions()
      Gets the value of the options property.
      Returns:
      possible object is CVGroupTypeOptions
    • setOptions

      public void setOptions(CVGroupTypeOptions value)
      Sets the value of the options property.
      Parameters:
      value - allowed object is CVGroupTypeOptions
    • 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
    • withCvOrValueCalculationOrDescription

      public CVGroupType withCvOrValueCalculationOrDescription(Object... values)
    • withCvOrValueCalculationOrDescription

      public CVGroupType withCvOrValueCalculationOrDescription(Collection<Object> values)
    • withId

      public CVGroupType withId(String value)
    • withType

      public CVGroupType withType(CVGroupTypeType value)
    • withDefaultValue

      public CVGroupType withDefaultValue(Long value)
    • withMode

      public CVGroupType withMode(CVModeType value)
    • withPomWriteExclude

      public CVGroupType withPomWriteExclude(Boolean value)
    • withPossibleValues

      public CVGroupType withPossibleValues(String value)
    • withStringEncoding

      public CVGroupType withStringEncoding(String value)
    • withOptions

      public CVGroupType withOptions(CVGroupTypeOptions value)