|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.ac.classes.AlphabetType
public class 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 | |
---|---|
protected String |
_case
|
protected String |
excludedChars
|
protected String |
requiredChars
|
Constructor Summary | |
---|---|
AlphabetType()
|
Method Summary | |
---|---|
String |
getCase()
Gets the value of the case property. |
String |
getExcludedChars()
Gets the value of the excludedChars property. |
String |
getRequiredChars()
Gets the value of the requiredChars property. |
void |
setCase(String value)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String requiredChars
protected String excludedChars
protected String _case
Constructor Detail |
---|
public AlphabetType()
Method Detail |
---|
public String getRequiredChars()
String
public void setRequiredChars(String value)
value
- allowed object is String
public String getExcludedChars()
String
public void setExcludedChars(String value)
value
- allowed object is String
public String getCase()
String
public void setCase(String value)
value
- allowed object is String
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |