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>
Modifier and Type | Field and Description |
---|---|
protected String |
_case |
protected String |
excludedChars |
protected String |
requiredChars |
Constructor and Description |
---|
AlphabetType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String requiredChars
protected String excludedChars
protected String _case
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
Copyright © 2018 JBoss by Red Hat. All rights reserved.