Class CVsType


  • public class CVsType
    extends Object
    <p>Java class for CVsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="CVsType"&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}cvGroup"/&gt; &lt;/choice&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

    • Constructor Detail

      • CVsType

        public CVsType()
    • Method Detail

      • getCvOrCvGroup

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

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

        public CVsType withCvOrCvGroup​(Object... values)