org.apache.type_test.xml
Class TestQNameResponse

java.lang.Object
  extended by org.apache.type_test.xml.TestQNameResponse

public class TestQNameResponse
extends java.lang.Object

Java class for testQNameResponse element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="testQNameResponse">
   <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>
 </element>
 


Field Summary
protected  javax.xml.namespace.QName _return
           
protected  javax.xml.namespace.QName y
           
protected  javax.xml.namespace.QName z
           
 
Constructor Summary
TestQNameResponse()
           
 
Method Summary
 javax.xml.namespace.QName getReturn()
          Gets the value of the return property.
 javax.xml.namespace.QName getY()
          Gets the value of the y property.
 javax.xml.namespace.QName getZ()
          Gets the value of the z property.
 void setReturn(javax.xml.namespace.QName value)
          Sets the value of the return property.
 void setY(javax.xml.namespace.QName value)
          Sets the value of the y property.
 void setZ(javax.xml.namespace.QName value)
          Sets the value of the z property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected javax.xml.namespace.QName _return

y

protected javax.xml.namespace.QName y

z

protected javax.xml.namespace.QName z
Constructor Detail

TestQNameResponse

public TestQNameResponse()
Method Detail

getReturn

public javax.xml.namespace.QName getReturn()
Gets the value of the return property.

Returns:
possible object is QName

setReturn

public void setReturn(javax.xml.namespace.QName value)
Sets the value of the return property.

Parameters:
value - allowed object is QName

getY

public javax.xml.namespace.QName getY()
Gets the value of the y property.

Returns:
possible object is QName

setY

public void setY(javax.xml.namespace.QName value)
Sets the value of the y property.

Parameters:
value - allowed object is QName

getZ

public javax.xml.namespace.QName getZ()
Gets the value of the z property.

Returns:
possible object is QName

setZ

public void setZ(javax.xml.namespace.QName value)
Sets the value of the z property.

Parameters:
value - allowed object is QName


Apache CXF