org.apache.type_test.xml
Class TestStructWithAnyArrayResponse

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

public class TestStructWithAnyArrayResponse
extends java.lang.Object

Java class for testStructWithAnyArrayResponse element declaration.

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

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


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

y

protected StructWithAnyArray y

z

protected StructWithAnyArray z
Constructor Detail

TestStructWithAnyArrayResponse

public TestStructWithAnyArrayResponse()
Method Detail

getReturn

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

Returns:
possible object is StructWithAnyArray

setReturn

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

Parameters:
value - allowed object is StructWithAnyArray

getY

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

Returns:
possible object is StructWithAnyArray

setY

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

Parameters:
value - allowed object is StructWithAnyArray

getZ

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

Returns:
possible object is StructWithAnyArray

setZ

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

Parameters:
value - allowed object is StructWithAnyArray


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.