Class PropertyCT.Choices

  • Enclosing class:
    PropertyCT

    public static class PropertyCT.Choices
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attGroup ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ag_choiceData"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • selectedMin

        protected Integer selectedMin
      • selectedMax

        protected Integer selectedMax
    • Constructor Detail

      • Choices

        public Choices()
    • Method Detail

      • getChoices

        public List<String> getChoices()
        Gets the value of the choices 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 choices property.

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

            getChoices().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getSelectedMin

        public int getSelectedMin()
        Gets the value of the selectedMin property.
        Returns:
        possible object is Integer
      • setSelectedMin

        public void setSelectedMin​(Integer value)
        Sets the value of the selectedMin property.
        Parameters:
        value - allowed object is Integer
      • getSelectedMax

        public int getSelectedMax()
        Gets the value of the selectedMax property.
        Returns:
        possible object is Integer
      • setSelectedMax

        public void setSelectedMax​(Integer value)
        Sets the value of the selectedMax property.
        Parameters:
        value - allowed object is Integer