org.apache.type_test.xml
Class TestSequenceWithOccuringGroupResponse

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

public class TestSequenceWithOccuringGroupResponse
extends java.lang.Object

Java class for testSequenceWithOccuringGroupResponse element declaration.

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

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


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

y

protected SequenceWithOccuringGroup y

z

protected SequenceWithOccuringGroup z
Constructor Detail

TestSequenceWithOccuringGroupResponse

public TestSequenceWithOccuringGroupResponse()
Method Detail

getReturn

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

Returns:
possible object is SequenceWithOccuringGroup

setReturn

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

Parameters:
value - allowed object is SequenceWithOccuringGroup

getY

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

Returns:
possible object is SequenceWithOccuringGroup

setY

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

Parameters:
value - allowed object is SequenceWithOccuringGroup

getZ

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

Returns:
possible object is SequenceWithOccuringGroup

setZ

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

Parameters:
value - allowed object is SequenceWithOccuringGroup


Apache CXF