Class SubjectPreferencesConfig.Settings.Setting.Values

java.lang.Object
de.businesscode.bcdui.subjectsettings.config.SubjectPreferencesConfig.Settings.Setting.Values
Enclosing class:
SubjectPreferencesConfig.Settings.Setting

public static class SubjectPreferencesConfig.Settings.Setting.Values extends 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>
 
  • Field Details

    • value

      A value that can be selected by the user. Star '*' means all (other) available values mentioned here are selected at the same time.
    • isMulti

      protected String isMulti
      If true, is it allowed to select multiple values for the SubjectPreference introduced here.
    • preventEmpty

      protected String preventEmpty
      If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.
  • Constructor Details

    • Values

      public Values()
  • Method Details

    • getValue

      A value that can be selected by the user. Star '*' means all (other) available values mentioned here are selected at the same time. 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

      Returns:
      The value of the value property.
    • getIsMulti

      public String getIsMulti()
      If true, is it allowed to select multiple values for the SubjectPreference introduced here.
      Returns:
      possible object is String
    • setIsMulti

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

      public String getPreventEmpty()
      If true, the defaults are set not only at the beginning at the session when no cookie is given but also when the user deselects all values.
      Returns:
      possible object is String
    • setPreventEmpty

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