org.apache.type_test.doc
Class TestChoiceWithSubstitutionGroupAbstractResponse

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

public class TestChoiceWithSubstitutionGroupAbstractResponse
extends java.lang.Object

Java class for testChoiceWithSubstitutionGroupAbstractResponse element declaration.

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

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


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

y

protected ChoiceWithSubstitutionGroupAbstract y

z

protected ChoiceWithSubstitutionGroupAbstract z
Constructor Detail

TestChoiceWithSubstitutionGroupAbstractResponse

public TestChoiceWithSubstitutionGroupAbstractResponse()
Method Detail

getReturn

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

Returns:
possible object is ChoiceWithSubstitutionGroupAbstract

setReturn

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

Parameters:
value - allowed object is ChoiceWithSubstitutionGroupAbstract

getY

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

Returns:
possible object is ChoiceWithSubstitutionGroupAbstract

setY

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

Parameters:
value - allowed object is ChoiceWithSubstitutionGroupAbstract

getZ

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

Returns:
possible object is ChoiceWithSubstitutionGroupAbstract

setZ

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

Parameters:
value - allowed object is ChoiceWithSubstitutionGroupAbstract


Apache CXF