Class AlphabetType

java.lang.Object
org.keycloak.dom.saml.v2.ac.AlphabetType

public class AlphabetType extends Object

Java class for AlphabetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlphabetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="requiredChars" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="excludedChars" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="case" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • requiredChars

      protected String requiredChars
    • excludedChars

      protected String excludedChars
    • _case

      protected String _case
  • Constructor Details

    • AlphabetType

      public AlphabetType()
  • Method Details

    • getRequiredChars

      public String getRequiredChars()
      Gets the value of the requiredChars property.
      Returns:
      possible object is String
    • setRequiredChars

      public void setRequiredChars(String value)
      Sets the value of the requiredChars property.
      Parameters:
      value - allowed object is String
    • getExcludedChars

      public String getExcludedChars()
      Gets the value of the excludedChars property.
      Returns:
      possible object is String
    • setExcludedChars

      public void setExcludedChars(String value)
      Sets the value of the excludedChars property.
      Parameters:
      value - allowed object is String
    • getCase

      public String getCase()
      Gets the value of the case property.
      Returns:
      possible object is String
    • setCase

      public void setCase(String value)
      Sets the value of the case property.
      Parameters:
      value - allowed object is String