Package org.apache.type_test.xml
Class TestQName
- java.lang.Object
-
- org.apache.type_test.xml.TestQName
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestQName extends ObjectJava 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 Summary
Constructors Constructor Description TestQName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetX()Gets the value of the x property.QNamegetY()Gets the value of the y property.voidsetX(QName value)Sets the value of the x property.voidsetY(QName value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public QName getX()Gets the value of the x property.- Returns:
- possible object is
QName
-
setX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setX(QName value)Sets the value of the x property.- Parameters:
value- allowed object isQName
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public QName getY()Gets the value of the y property.- Returns:
- possible object is
QName
-
-