public class XsdQNameType extends Object implements com.sun.xml.bind.Locatable
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 Locator |
locator |
protected QName |
value |
| Constructor and Description |
|---|
XsdQNameType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
QName |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setValue(QName value)
Sets the value of the value property.
|
Locator |
sourceLocation() |
public QName getValue()
QNamepublic void setValue(QName value)
value - allowed object is
QNamepublic void setId(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.Locatablepublic void setSourceLocation(Locator newLocator)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.