org.apache.type_test.doc
Class TestExtendsSimpleContentResponse

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

public class TestExtendsSimpleContentResponse
extends java.lang.Object

Java class for testExtendsSimpleContentResponse element declaration.

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

 <element name="testExtendsSimpleContentResponse">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="return" type="{http://apache.org/type_test/types1}ExtendsSimpleContent"/>
           <element name="y" type="{http://apache.org/type_test/types1}ExtendsSimpleContent"/>
           <element name="z" type="{http://apache.org/type_test/types1}ExtendsSimpleContent"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


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

y

protected ExtendsSimpleContent y

z

protected ExtendsSimpleContent z
Constructor Detail

TestExtendsSimpleContentResponse

public TestExtendsSimpleContentResponse()
Method Detail

getReturn

public ExtendsSimpleContent getReturn()
Gets the value of the return property.

Returns:
possible object is ExtendsSimpleContent

setReturn

public void setReturn(ExtendsSimpleContent value)
Sets the value of the return property.

Parameters:
value - allowed object is ExtendsSimpleContent

getY

public ExtendsSimpleContent getY()
Gets the value of the y property.

Returns:
possible object is ExtendsSimpleContent

setY

public void setY(ExtendsSimpleContent value)
Sets the value of the y property.

Parameters:
value - allowed object is ExtendsSimpleContent

getZ

public ExtendsSimpleContent getZ()
Gets the value of the z property.

Returns:
possible object is ExtendsSimpleContent

setZ

public void setZ(ExtendsSimpleContent value)
Sets the value of the z property.

Parameters:
value - allowed object is ExtendsSimpleContent


Apache CXF