public class HyphenationPattern extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="extension" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected String |
extension |
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
HyphenationPattern() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Gets the value of the country property.
|
String |
getExtension()
Gets the value of the extension property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setExtension(String value)
Sets the value of the extension property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String lang
protected String extension
protected String country
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getExtension()
Stringpublic void setExtension(String value)
value - allowed object is
Stringpublic String getCountry()
StringCopyright © 2007-2022. All Rights Reserved.