public class CTKinsoku extends Object
Java class for CT_Kinsoku complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Kinsoku">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invalStChars" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invalEndChars" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
invalEndChars |
protected String |
invalStChars |
protected String |
lang |
| Constructor and Description |
|---|
CTKinsoku() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalEndChars()
Gets the value of the invalEndChars property.
|
String |
getInvalStChars()
Gets the value of the invalStChars property.
|
String |
getLang()
Gets the value of the lang property.
|
void |
setInvalEndChars(String value)
Sets the value of the invalEndChars property.
|
void |
setInvalStChars(String value)
Sets the value of the invalStChars property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
protected String lang
protected String invalStChars
protected String invalEndChars
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getInvalStChars()
Stringpublic void setInvalStChars(String value)
value - allowed object is
Stringpublic String getInvalEndChars()
StringCopyright © 2007-2019. All Rights Reserved.