Class SubjectPreferencesConfig.Settings.Setting.Values

  • Enclosing class:
    SubjectPreferencesConfig.Settings.Setting

    public static class SubjectPreferencesConfig.Settings.Setting.Values
    extends java.lang.Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Value" maxOccurs="unbounded">
               <complexType>
                 <simpleContent>
                   <extension base="<http://www.w3.org/2001/XMLSchema>string">
                     <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
                   </extension>
                 </simpleContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="isMulti" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
           <attribute name="preventEmpty" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • getValue

        public java.util.List<SubjectPreferencesConfig.Settings.Setting.Values.Value> getValue()
        Gets the value of the value 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 value property.

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

            getValue().add(newItem);
         

        Objects of the following type(s) are allowed in the list SubjectPreferencesConfig.Settings.Setting.Values.Value

      • getIsMulti

        public java.lang.String getIsMulti()
        Ruft den Wert der isMulti-Eigenschaft ab.
        Returns:
        possible object is String
      • setIsMulti

        public void setIsMulti​(java.lang.String value)
        Legt den Wert der isMulti-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getPreventEmpty

        public java.lang.String getPreventEmpty()
        Ruft den Wert der preventEmpty-Eigenschaft ab.
        Returns:
        possible object is String
      • setPreventEmpty

        public void setPreventEmpty​(java.lang.String value)
        Legt den Wert der preventEmpty-Eigenschaft fest.
        Parameters:
        value - allowed object is String