@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public class TestQName extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TestQName() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getX()
Gets the value of the x property.
|
QName |
getY()
Gets the value of the y property.
|
void |
setX(QName value)
Sets the value of the x property.
|
void |
setY(QName value)
Sets the value of the y property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") protected QName x
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") protected QName y
@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public QName getX()
QName@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public void setX(QName value)
value - allowed object is
QName@Generated(value="com.sun.tools.xjc.Driver", date="2017-04-05T04:19:05-04:00", comments="JAXB RI v2.2.11") public QName getY()
QNameApache CXF