org.apache.type_test.doc
Class TestSequenceWithGroupSeqResponse

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

public class TestSequenceWithGroupSeqResponse
extends java.lang.Object

Java class for testSequenceWithGroupSeqResponse element declaration.

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

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


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

y

protected SequenceWithGroupSeq y

z

protected SequenceWithGroupSeq z
Constructor Detail

TestSequenceWithGroupSeqResponse

public TestSequenceWithGroupSeqResponse()
Method Detail

getReturn

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

Returns:
possible object is SequenceWithGroupSeq

setReturn

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

Parameters:
value - allowed object is SequenceWithGroupSeq

getY

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

Returns:
possible object is SequenceWithGroupSeq

setY

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

Parameters:
value - allowed object is SequenceWithGroupSeq

getZ

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

Returns:
possible object is SequenceWithGroupSeq

setZ

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

Parameters:
value - allowed object is SequenceWithGroupSeq


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