Class AlphabetType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.AlphabetType
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCase()
Gets the value of the case property.Gets the value of the excludedChars property.Gets the value of the requiredChars property.void
Sets the value of the case property.void
setExcludedChars
(String value) Sets the value of the excludedChars property.void
setRequiredChars
(String value) Sets the value of the requiredChars property.
-
Field Details
-
requiredChars
-
excludedChars
-
_case
-
-
Constructor Details
-
AlphabetType
public AlphabetType()
-
-
Method Details
-
getRequiredChars
Gets the value of the requiredChars property.- Returns:
- possible object is
String
-
setRequiredChars
Sets the value of the requiredChars property.- Parameters:
value
- allowed object isString
-
getExcludedChars
Gets the value of the excludedChars property.- Returns:
- possible object is
String
-
setExcludedChars
Sets the value of the excludedChars property.- Parameters:
value
- allowed object isString
-
getCase
Gets the value of the case property.- Returns:
- possible object is
String
-
setCase
Sets the value of the case property.- Parameters:
value
- allowed object isString
-