org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony
Class AlphabetType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.AlphabetType

public class AlphabetType
extends java.lang.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 Summary
protected  java.lang.String _case
           
protected  java.lang.String excludedChars
           
protected  java.lang.String requiredChars
           
 
Constructor Summary
AlphabetType()
           
 
Method Summary
 java.lang.String getCase()
          Gets the value of the case property.
 java.lang.String getExcludedChars()
          Gets the value of the excludedChars property.
 java.lang.String getRequiredChars()
          Gets the value of the requiredChars property.
 void setCase(java.lang.String value)
          Sets the value of the case property.
 void setExcludedChars(java.lang.String value)
          Sets the value of the excludedChars property.
 void setRequiredChars(java.lang.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

requiredChars

protected java.lang.String requiredChars

excludedChars

protected java.lang.String excludedChars

_case

protected java.lang.String _case
Constructor Detail

AlphabetType

public AlphabetType()
Method Detail

getRequiredChars

public java.lang.String getRequiredChars()
Gets the value of the requiredChars property.

Returns:
possible object is String

setRequiredChars

public void setRequiredChars(java.lang.String value)
Sets the value of the requiredChars property.

Parameters:
value - allowed object is String

getExcludedChars

public java.lang.String getExcludedChars()
Gets the value of the excludedChars property.

Returns:
possible object is String

setExcludedChars

public void setExcludedChars(java.lang.String value)
Sets the value of the excludedChars property.

Parameters:
value - allowed object is String

getCase

public java.lang.String getCase()
Gets the value of the case property.

Returns:
possible object is String

setCase

public void setCase(java.lang.String value)
Sets the value of the case property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.