Class SubjectSettingsConfig.UserSettingsDefaults.Default

java.lang.Object
de.businesscode.bcdui.subjectsettings.config.SubjectSettingsConfig.UserSettingsDefaults.Default
Enclosing class:
SubjectSettingsConfig.UserSettingsDefaults

public static class SubjectSettingsConfig.UserSettingsDefaults.Default 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">
       <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>
 
  • Field Details

    • type

      protected String type
      the permission type
    • value

      protected String value
      the permission value
  • Constructor Details

    • Default

      public Default()
  • Method Details

    • getType

      public String getType()
      the permission type
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Legt den Wert der type-Eigenschaft fest.
      Parameters:
      value - allowed object is String
      See Also:
    • getValue

      public String getValue()
      the permission value
      Returns:
      possible object is String
    • setValue

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