Class SubjectSettingsConfig

  • Direct Known Subclasses:
    SubjectSettings

    public class SubjectSettingsConfig
    extends java.lang.Object

    Java-Klasse für SubjectSettingsConfig complex type.

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

     <complexType name="SubjectSettingsConfig">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SubjectFilterTypes" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="SubjectFilterType" type="{http://www.businesscode.de/schema/bcdui/subjectsettings-1.0.0}SubjectFilterType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Authentication" type="{http://www.businesscode.de/schema/bcdui/subjectsettings-1.0.0}AuthenticationType"/>
             <element name="SubjectSettings" type="{http://www.businesscode.de/schema/bcdui/subjectsettings-1.0.0}SubjectSettingsType" minOccurs="0"/>
             <element name="UserSettingsDefaults" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence maxOccurs="unbounded" minOccurs="0">
                       <element name="Default">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>