| java.lang.Object | |
| ↳ | org.w3._2001.xmlschema.NMTOKEN |
Java class for NMTOKEN simple type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NMTOKEN">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<pattern value="\c+"/>
</restriction>
</simpleType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is String |
|---|