public class XsdQNameType extends Object
Java class for xsdQNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdQNameType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>QName">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected QName |
value |
| Constructor and Description |
|---|
XsdQNameType() |
Apache CXF