Package org.apache.type_test.doc
Class TestQNameResponse
- java.lang.Object
-
- org.apache.type_test.doc.TestQNameResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestQNameResponse 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="return" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="z" type="{http://www.w3.org/2001/XMLSchema}QName"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TestQNameResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetReturn()Gets the value of the return property.QNamegetY()Gets the value of the y property.QNamegetZ()Gets the value of the z property.voidsetReturn(QName value)Sets the value of the return property.voidsetY(QName value)Sets the value of the y property.voidsetZ(QName value)Sets the value of the z property.
-
-
-
Field Detail
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected QName _return
-
y
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected QName y
-
z
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected QName z
-
-
Method Detail
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public QName getReturn()Gets the value of the return property.- Returns:
- possible object is
QName
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setReturn(QName value)Sets the value of the return 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
-
setY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setY(QName value)Sets the value of the y property.- Parameters:
value- allowed object isQName
-
getZ
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public QName getZ()Gets the value of the z property.- Returns:
- possible object is
QName
-
-