org.apache.type_test.xml
Class TestStructWithAnyArrayLaxResponse

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

public class TestStructWithAnyArrayLaxResponse
extends java.lang.Object

Java class for testStructWithAnyArrayLaxResponse element declaration.

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

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


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

y

protected StructWithAnyArrayLax y

z

protected StructWithAnyArrayLax z
Constructor Detail

TestStructWithAnyArrayLaxResponse

public TestStructWithAnyArrayLaxResponse()
Method Detail

getReturn

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

Returns:
possible object is StructWithAnyArrayLax

setReturn

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

Parameters:
value - allowed object is StructWithAnyArrayLax

getY

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

Returns:
possible object is StructWithAnyArrayLax

setY

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

Parameters:
value - allowed object is StructWithAnyArrayLax

getZ

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

Returns:
possible object is StructWithAnyArrayLax

setZ

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

Parameters:
value - allowed object is StructWithAnyArrayLax


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