Class SubjectPreferencesConfig


  • public class SubjectPreferencesConfig
    extends java.lang.Object

    Java-Klasse für SubjectPreferencesConfig complex type.

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

     <complexType name="SubjectPreferencesConfig">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Settings" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Setting" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <choice>
                                   <element name="Values">
                                     <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>
                                   </element>
                                   <element name="SourceSetting">
                                     <complexType>
                                       <complexContent>
                                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                           <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                                           <attribute name="isMulti" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
                                           <attribute name="defaults" 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>
                                   </element>
                                 </choice>
                               </sequence>
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                               <attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="cookieName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="cookiePath" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="/bcdui" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubjectPreferencesConfig

        public SubjectPreferencesConfig()
    • Method Detail

      • getCookieName

        public java.lang.String getCookieName()
        Ruft den Wert der cookieName-Eigenschaft ab.
        Returns:
        possible object is String
      • setCookieName

        public void setCookieName​(java.lang.String value)
        Legt den Wert der cookieName-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getCookiePath

        public java.lang.String getCookiePath()
        Ruft den Wert der cookiePath-Eigenschaft ab.
        Returns:
        possible object is String
      • setCookiePath

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