Class CVGroupType


  • public class CVGroupType
    extends Object
    <p>Java class for CVGroupType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CVGroupType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;choice maxOccurs="unbounded"&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}cv"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}valueCalculation" minOccurs="0"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}description" minOccurs="0"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}image" minOccurs="0"/&gt; &lt;element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}conditions" minOccurs="0"/&gt; &lt;/choice&gt; &lt;attribute name="id" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeType" /&gt; &lt;attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /&gt; &lt;attribute name="mode" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVModeType" /&gt; &lt;attribute name="pomWriteExclude" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="possibleValues" type="{http://www.decoderdb.de/schema/commonTypes/1.2}rangeValues" /&gt; &lt;attribute name="stringEncoding" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="options" type="{http://www.decoderdb.de/schema/commonTypes/1.2}CVGroupTypeOptions" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • CVGroupType

        public CVGroupType()
    • Method Detail

      • getCvOrValueCalculationOrDescription

        public List<Object> getCvOrValueCalculationOrDescription()
        Gets the value of the cvOrValueCalculationOrDescription 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 cvOrValueCalculationOrDescription property. <p> For example, to add a new item, do as follows: <pre> getCvOrValueCalculationOrDescription().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list CVType ValueCalculationType DescriptionType ImageType ConditionsType
      • 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
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • withCvOrValueCalculationOrDescription

        public CVGroupType withCvOrValueCalculationOrDescription​(Object... values)