org.apache.type_test.doc
Class TestNCNameResponse

java.lang.Object
  extended by org.apache.type_test.doc.TestNCNameResponse

public class TestNCNameResponse
extends java.lang.Object

Java class for testNCNameResponse element declaration.

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

 <element name="testNCNameResponse">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="return" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
           <element name="y" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
           <element name="z" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  java.lang.String _return
           
protected  java.lang.String y
           
protected  java.lang.String z
           
 
Constructor Summary
TestNCNameResponse()
           
 
Method Summary
 java.lang.String getReturn()
          Gets the value of the return property.
 java.lang.String getY()
          Gets the value of the y property.
 java.lang.String getZ()
          Gets the value of the z property.
 void setReturn(java.lang.String value)
          Sets the value of the return property.
 void setY(java.lang.String value)
          Sets the value of the y property.
 void setZ(java.lang.String 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 java.lang.String _return

y

protected java.lang.String y

z

protected java.lang.String z
Constructor Detail

TestNCNameResponse

public TestNCNameResponse()
Method Detail

getReturn

public java.lang.String getReturn()
Gets the value of the return property.

Returns:
possible object is String

setReturn

public void setReturn(java.lang.String value)
Sets the value of the return property.

Parameters:
value - allowed object is String

getY

public java.lang.String getY()
Gets the value of the y property.

Returns:
possible object is String

setY

public void setY(java.lang.String value)
Sets the value of the y property.

Parameters:
value - allowed object is String

getZ

public java.lang.String getZ()
Gets the value of the z property.

Returns:
possible object is String

setZ

public void setZ(java.lang.String value)
Sets the value of the z property.

Parameters:
value - allowed object is String


Apache CXF